ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/archibald80000-ai/wechat-comic-factory
Or

What 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

  1. "帮我生成一组3张关于'职场人深夜emo'的小林漫画。"
  2. "发布刚刚生成的育儿系列漫画到微信公众号草稿箱。"
  3. "我想做4张关于'夏天带来的小确幸'的漫画,类型选小林漫画。"

Tips & Limitations

  • Configuration First: The skill will not function until config.json is 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_type categories: '小林漫画' and '育儿漫画' for optimal results.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-archibald80000-ai-wechat-comic-factory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#automation#comics#content-creation#pipeline
Safety Score: 3/5

Flags: file-write, file-read, external-api, code-execution