Install
openclaw skills install wechat-image-generatorGenerate beautiful images for WeChat articles (covers, comparisons, charts) with zero token cost. Use when user needs images for social media posts, article covers, data visualization. Triggers include "生成封面图", "对比图", "配图", "公众号图片".
openclaw skills install wechat-image-generatorGenerate beautiful images for WeChat articles with zero token cost and auto-screenshot.
python3 scripts/generate.py cover \
--title "我的第一个开源项目" \
--subtitle "Token 成本降低 90%" \
--output output/cover.png
python3 scripts/generate.py compare \
--left "# Markdown\n**Bold** text" \
--right "HTML 渲染结果" \
--label "1 秒转换" \
--output output/compare.png
python3 scripts/generate.py chart \
--data "Token消耗:8000,650|生成耗时:20,1" \
--labels "AI生成,预制模板" \
--output output/chart.png
Zero token cost: All templates are pre-built HTML/CSS Auto-screenshot: Integrated with OpenClaw browser tool Customizable: Easy to modify templates for different styles
Per image generation:
Total: ~650 tokens vs DALL-E/Midjourney ~1000-5000 tokens per image.