π¦ ClawHub
WeChat MP Assistant
by @jason-aka-chen
WeChat Official Account Manager - Automatically generate articles, images, SEO optimization, and data analysis. Supports end-to-end operations from topic sel...
TERMINAL
clawhub install wechat-mp-assistant-chenπ About This Skill
name: wechat-mp-assistant description: WeChat Official Account Manager - Automatically generate articles, images, SEO optimization, and data analysis. Supports end-to-end operations from topic selection to publishing. tags: - wechat - self-media - operations - content - seo version: 1.0.0 author: chenq
wechat-mp-assistant
WeChat Official Account assistant for automated account management.
Features
1. Content Generation
2. Image Generation
3. Data Analysis
4. Publishing Management
Usage
Installation
pip install requests wechatpy
Configuration
{
"appid": "Your Official Account AppID",
"secret": "Your Official Account Secret"
}
Basic Usage
from mp_assistant import ContentGenerator, DataAnalyzerGenerate article
generator = ContentGenerator(topic="Quantitative Trading")
outline = generator.generate_outline()Data analysis
analyzer = DataAnalyzer()
report = analyzer.weekly_report()
Automation Workflow
1. Input topic β Generate outline 2. Confirm outline β Generate full article 3. Image suggestions β AI generate 4. SEO optimize β Publish
Target Users
π‘ Examples
Installation
pip install requests wechatpy
Configuration
{
"appid": "Your Official Account AppID",
"secret": "Your Official Account Secret"
}
Basic Usage
from mp_assistant import ContentGenerator, DataAnalyzerGenerate article
generator = ContentGenerator(topic="Quantitative Trading")
outline = generator.generate_outline()Data analysis
analyzer = DataAnalyzer()
report = analyzer.weekly_report()
βοΈ Configuration
{
"appid": "Your Official Account AppID",
"secret": "Your Official Account Secret"
}
Basic Usage
from mp_assistant import ContentGenerator, DataAnalyzerGenerate article
generator = ContentGenerator(topic="Quantitative Trading")
outline = generator.generate_outline()Data analysis
analyzer = DataAnalyzer()
report = analyzer.weekly_report()