Wechat Article Forge
Skill by chunhualiao
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chunhualiao/wechat-article-forgeWhat 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
- "forge topic AI trends in fintech"
- "forge write about the impact of cloud computing on small businesses, using the professional tone learned from my training data"
- "forge status"
Tips & Limitations
- Tip: Always use the
forge voice traincommand first if you have existing content, as this significantly improves the AI's ability to mirror your unique perspective. - Tip: Use
forge draftwhen 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
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-chunhualiao-wechat-article-forge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
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.
save-to-obsidian
Saves markdown content to remote Obsidian vault via SSH
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.
openclaw-docker-setup
Install and configure a fully operational Dockerized OpenClaw instance on macOS from scratch. Includes browser pairing, Discord channel setup, and optional Gmail/Google Drive integration. Use when user asks to "install openclaw docker", "set up dockerized openclaw", "openclaw in docker", or "isolated openclaw instance".
skill-releaser
Release skills to ClawhHub through the full publication pipeline — auto-scaffolding, OPSEC scan, dual review (agent + user), force-push release, security scan verification. Use when releasing a skill, preparing a skill for release, reviewing a skill for publication, or checking release readiness.