wechat-comic-factory
Generate WeChat comic articles and publish them to the WeChat Official Account draft box by executing local Python pipeline scripts. Use when the user wants to create a comic series from comic_type, topic, and count, or publish the latest generated task. In this skill, “发布” and “发微信” always mean only pushing to the WeChat Official Account draft box; never reinterpret them as personal chat, group chat, or message-tool sending.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/archibald80000-ai/wechat-comic-factoryWhat This Skill Does
The wechat-comic-factory is an automated pipeline designed to bridge the gap between creative AI-generated comic content and WeChat Official Account operations. It automates the multi-step process of creating comic strips—ranging from text generation and image synthesis to final formatting—and pushes them directly to your WeChat Official Account's draft box for final review and publishing. This tool is purpose-built for creators who want to streamline their content distribution workflow without manually managing files or interfaces.
Installation
To integrate this skill, use the ClawHub command-line tool:
clawhub install openclaw/skills/skills/archibald80000-ai/wechat-comic-factory
After installation, you must navigate to the skill's root directory and create a config.json file by copying config.example.json. You are required to populate this file with valid API keys for your preferred LLMs and valid WeChat Official Account credentials to ensure proper authentication during the publishing stage.
Use Cases
- Bulk Comic Generation: Quickly create high-quality series based on specific themes (e.g., '育儿漫画') and topics.
- Streamlined Workflow: Eliminate manual uploads by generating and pushing drafts directly to your WeChat backend.
- Content Consistency: Maintain a specific aesthetic and narrative style across multiple comic strips by using the defined local pipeline.
Example Prompts
- "帮我生成一组3张关于'职场人深夜emo'的小林漫画。"
- "发布刚刚生成的育儿系列漫画到微信公众号草稿箱。"
- "我想做4张关于'夏天带来的小确幸'的漫画,类型选小林漫画。"
Tips & Limitations
- Configuration First: The skill will not function until
config.jsonis configured correctly. If you receive a configuration error, stop immediately and update your credentials. - Publishing Scope: Note that '发布' (publish) strictly refers to pushing content to your WeChat Official Account draft box. The skill cannot send messages to personal chats or groups.
- Error Handling: If a command fails, the skill provides specific stage feedback. Do not fabricate success messages; always reference the log output to debug issues in the Python pipeline scripts.
- Naming Conventions: Stick to the supported
comic_typecategories: '小林漫画' and '育儿漫画' for optimal results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-archibald80000-ai-wechat-comic-factory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
MBTI 16-Personality Stylized Persona Skill
Dynamic communication style and perspective configurator based on the 16 MBTI personality types. Loads specific character profiles to analyze tasks, recommend workflows, or contrast strategies using different cognitive paradigms (e.g., INTJ's strategic focus vs. ESFJ's team cohesion). THIS IS NOT A CLINICAL OR HIRING TOOL.
cli-agent-bridge
Public ClawHub text release for a Windows companion skill that bridges local AI CLIs and controlled workspace file operations. This release documents the capability and setup path, but does not include the local PowerShell execution layer.