A professional automation tool that converts Markdown articles into WeChat Official Account drafts with integrated image management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wechatdoc-publisher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wechatdoc-publisher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WeChat Publisher is a specialized automation component designed for content creators and developers within the Openclaw Skills ecosystem. It simplifies the tedious process of manual content entry by automating the conversion of Markdown files into formatted WeChat Official Account drafts, complete with cover image processing and permanent material uploads.
By leveraging official APIs, this skill handles the heavy lifting of credential management, Access Token retrieval, and HTML conversion. It ensures that your content maintains its intended structure—including headings, lists, and bold text—while adhering to the strict technical requirements of the WeChat platform.
To begin using this tool from the Openclaw Skills library, follow these steps:
112.8.202.216 to your WeChat IP whitelist to avoid 40164 errors.wechat_credentials.json in your workspace:{
"appid": "YOUR_APPID",
"appsecret": "YOUR_APPSECRET"
}
python scripts/publish.py <path_to_markdown.md> <path_to_cover_image.png> [summary]
The skill manages data through a structured set of files and API responses:
| Data Component | Format | Description |
|---|---|---|
| Credentials | JSON | Stores AppID and AppSecret for authentication. |
| Content Source | Markdown | The input article following standard GFM syntax. |
| Media Assets | PNG/JPEG | Cover images strictly formatted to 1280x720. |
| API Metadata | media_id | Unique identifiers returned by WeChat for images and drafts. |
| Draft Schema | JSON | The final payload sent to the /cgi-bin/draft/add endpoint. |
Loading
A comprehensive quality enforcement skill that audits Node.js applications for security, performance, and architectural integrity.

A specialized skill for reading and extracting comprehensive product lists and metadata from Bee-powered websites via open API access.

An open-source Retrieval-Augmented Generation engine that combines deep document understanding with advanced AI agent capabilities.

RAGFlow is a professional-grade open-source RAG engine that integrates DeepDoc parsing with a canvas-based agent workflow system.

An automated vocabulary uploader for the K241 platform featuring integrated translation and pinyin fetching.

A comprehensive framework and toolkit for developing specialized AI agent skills that extend agent capabilities through structured workflows and domain-specific knowledge.








































