Article Factory Wechat
Skill by beneclaw
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beneclaw/article-factory-wechatWhat This Skill Does
Article Factory Wechat is a comprehensive automation suite designed for content creators to manage the entire lifecycle of WeChat Official Account articles. It standardizes the publishing process into seven rigorous steps: information gathering, deep research, professional copywriting, AI-trace removal, image generation, HTML-based formatting, and draft submission. By leveraging local HTML templates for visuals and the humanize-chinese skill for linguistic refinement, it ensures high-quality output that feels authentic and brand-aligned. The skill provides a cohesive workflow that transforms raw topics into polished, ready-to-publish drafts while maintaining strict file-naming and output directory standards for easy management.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/beneclaw/article-factory-wechat. Before initial use, navigate to the skill directory (cd skills/article-factory-wechat) and run npm install to resolve all dependencies. Ensure you configure your ~/.openclaw/env file with WECHAT_APPID and WECHAT_APPSECRET credentials obtained from the WeChat Developer portal, and whitelist your server's IP address within the WeChat platform settings to enable successful API communication.
Use Cases
This skill is ideal for content marketers, brand managers, and independent writers who need to produce high-frequency, high-quality WeChat content without manual overhead. It is perfect for teams managing multiple series, as it creates consistent formatting across all posts. Use it for researching industry news, drafting technical articles, or repurposing research into digestible social media content that adheres to standard platform guidelines.
Example Prompts
- "我需要写一篇关于近期AI模型发展对比的公众号文章,请先帮我搜集选题。"
- "对于上周搜集到的关于新能源趋势的选题,请开始进行深度调研并撰写文章初稿。"
- "文章已经写好,请帮我去除AI味,生成配图,并转为HTML排版,准备提交草稿。"
Tips & Limitations
- Mandatory Quality Control: Never skip the 'De-AI' step; using the humanize-chinese skill is essential to maintain readability and avoid bot-like patterns.
- Visual Consistency: Always use the provided HTML templates via the internal scripts to generate cover images and article illustrations to ensure brand consistency.
- User Review Loop: Always present the draft to the user for final approval before triggering the API submission command.
- File Management: Follow the prescribed folder structure strictly; outputs must reside in the
workspace/work/output/{YYYYMMDD}-{title}/path to ensure the automation scripts can locate and process the files correctly.
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-beneclaw-article-factory-wechat": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write, file-read, code-execution, network-access