Install
openclaw skills install wechat-mp-assistant-chenWeChat Official Account Manager - Automatically generate articles, images, SEO optimization, and data analysis. Supports end-to-end operations from topic selection to publishing.
openclaw skills install wechat-mp-assistant-chenWeChat Official Account assistant for automated account management.
pip install requests wechatpy
{
"appid": "Your Official Account AppID",
"secret": "Your Official Account Secret"
}
from mp_assistant import ContentGenerator, DataAnalyzer
# Generate article
generator = ContentGenerator(topic="Quantitative Trading")
outline = generator.generate_outline()
# Data analysis
analyzer = DataAnalyzer()
report = analyzer.weekly_report()