ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Wechat Article Forge

Skill by chunhualiao

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chunhualiao/wechat-article-forge
Or

What This Skill Does

The WeChat Article Forge is a sophisticated multi-agent orchestrator designed specifically for the WeChat Official Account ecosystem. Unlike simple text generation tools, this skill manages the end-to-end lifecycle of high-quality content production. It executes a rigorous 9-step pipeline that includes professional-grade research, Chinese-first copywriting, iterative quality assurance, automated fact-checking, and layout formatting. By offloading these complex tasks to specialized sub-agents, the orchestrator ensures that your articles maintain a consistent brand voice and technical quality. The skill concludes by pushing the finished article directly into your WeChat Official Account draft box, ready for your final manual review and publication.

Installation

To install this skill, use the OpenClaw command-line interface to pull the repository directly into your workspace. Run the following command: clawhub install openclaw/skills/skills/chunhualiao/wechat-article-forge

Once installed, you must initialize the environment using the included setup script, which configures the Bun runtime and the persistent preview server (port 8898): bash <skill-dir>/scripts/setup.sh <workspace-dir>

Use Cases

  • Content Marketing Teams: Automate the production of recurring industry insights or company news updates.
  • Solo Creators: Maintain a consistent blogging schedule without manual formatting or technical overhead.
  • Corporate Communication: Ensure that every article undergoes a mandatory multi-agent fact-check and quality gate before it enters the draft box.
  • Voice Preservation: Use the 'voice train' feature to analyze previous successful posts, allowing the AI to adopt your specific journalistic tone.

Example Prompts

  1. "forge topic AI trends in fintech"
  2. "forge write about the impact of cloud computing on small businesses, using the professional tone learned from my training data"
  3. "forge status"

Tips & Limitations

  • Tip: Always use the forge voice train command first if you have existing content, as this significantly improves the AI's ability to mirror your unique perspective.
  • Tip: Use forge draft when you want to focus on editing text content before committing to visual assets.
  • Limitation: This skill is strictly focused on WeChat; it does not support cross-platform publishing or post-publication analytics tracking.
  • Limitation: The process ends at the WeChat draft box; the system does not bypass the requirement for a human to conduct the final verification and click the physical publish button inside the WeChat portal.

Metadata

Stars3562
Views7
Updated2026-03-29
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-chunhualiao-wechat-article-forge": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#content-marketing#writing#automation#social-media
Safety Score: 4/5

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

Related Skills

task-runner

Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.

chunhualiao 3562

git-repo-to-book

Write a full-length technical book using multi-agent AI orchestration. Spawns parallel research, writing, and review agents to produce 60K-100K+ word manuscripts. Also supports revising individual chapters of existing books. Based on the real workflow that produced an 88,000-word, 14-chapter book in under 18 hours.

chunhualiao 3562

claude-usage

Check Claude Max plan usage limits by launching Claude Code and running /usage. Use when the user asks about Claude plan usage, remaining quota, rate limits, or sends /claude_usage.

chunhualiao 3562

skill-engineer

Design, test, review, and maintain agent skills for OpenClaw systems using multi-agent iterative refinement. Orchestrates Designer, Reviewer, and Tester subagents for quality-gated skill development. Use when user asks to "design skill", "review skill", "test skill", "audit skills", "refactor skill", or mentions "agent kit quality".

chunhualiao 3562

deepwiki

Query DeepWiki MCP to get AI-grounded answers about any public GitHub repository. Use when answering questions about a repo's source code, architecture, configuration, or internals. Triggers on "how does X work in <repo>", "deepwiki", "look up in codebase", "ask deepwiki", "check the source code".

chunhualiao 3562