← 返回
内容创作

Wechat Image Generator

Generate beautiful images for WeChat articles (covers, comparisons, charts) with zero token cost. Use when user needs images for social media posts, article...
为微信公众号文章生成精美图片(封面、对比图、图表等),无需消耗token。适用于社交媒体帖子、文章配图等场景。
jingyu525
内容创作 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,070
下载
💾 194
安装
1
版本
#latest

概述

WeChat Image Generator

Generate beautiful images for WeChat articles with zero token cost and auto-screenshot.

Quick Start

1. Cover Image (封面图)

python3 scripts/generate.py cover \
  --title "我的第一个开源项目" \
  --subtitle "Token 成本降低 90%" \
  --output output/cover.png

2. Comparison Image (对比图)

python3 scripts/generate.py compare \
  --left "# Markdown\n**Bold** text" \
  --right "HTML 渲染结果" \
  --label "1 秒转换" \
  --output output/compare.png

3. Chart Image (数据图)

python3 scripts/generate.py chart \
  --data "Token消耗:8000,650|生成耗时:20,1" \
  --labels "AI生成,预制模板" \
  --output output/chart.png

Workflow

  1. Run generator script with parameters
  2. Script creates HTML with embedded data
  3. Opens in browser via OpenClaw browser tool
  4. Auto-screenshot and save to output folder

Design Philosophy

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

Token Cost Analysis

Per image generation:

  • Read SKILL.md: ~500 tokens (first time only)
  • Execute script: ~100 tokens
  • Browser screenshot: ~50 tokens

Total: ~650 tokens vs DALL-E/Midjourney ~1000-5000 tokens per image.

Requirements

  • Python 3
  • OpenClaw browser tool (for auto-screenshot)

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 23:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,867
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,493
productivity

Markdown Canvas

jingyu525
将Markdown文件转换为美观的HTML页面,适用于Canvas或浏览器查看。用于用户请求渲染、可视化、显示或分享Markdown文件时。
★ 0 📥 763