AI Agent Hub
Back to skills
WeChat Content Studio icon

WeChat Content Studio

Content Creation Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_5dda6a29/wechat-content-studio according to https://skillhub.cn/install/skillhub.md.

About this skill

The Problem

Writing a WeChat Official Account article often breaks down into manual steps: finding sources, comparing articles, extracting body text, rewriting, adding a cover, and preparing publishing. When material comes from WeChat articles, Zhihu, CSDN, Juejin, GitHub, or arXiv, the editor has to switch between sites, clean up inconsistent text, and re-organize references. This skill turns that path into a local workflow: retrieve sources, extract articles, rewrite them, generate a cover, and prepare output for publishing.

How It Works

The workflow is organized around commands such as search, links, and workflow. Multi-source search covers WeChat Official Accounts, Zhihu, CSDN, Juejin, GitHub Trending, arXiv, and Hacker News, with category keys like high_quality_channels, wechat_top, and dev_community. Link extraction and multi-site extraction support WeChat, CSDN, Cnblogs, Juejin, Zhihu, Jianshu, Sspai, and general web pages, so scattered materials can be consolidated into one working directory.

In merged output, the result is written under a sanitized article-title folder containing article.md; in non-merged mode, files are split into 1_title/, 2_title/, and so on, which helps keep multiple sources separate. The rewriter adjusts tone, removes redundant phrasing, and reduces formulaic AI-like expression. Cover generation uses Alibaba Cloud Wanxiang 2.6, with fallback reuse of a previously uploaded cover. Publishing can use wenyan-cli or browser-use, while layout depends on wechat-typeset-pro. Configuration is usually loaded from ~/.openclaw/.env or the skill directory, including variables such as WECHAT_APP_ID, WECHAT_APP_SECRET, DASHSCOPE_API_KEY, and OPENAI_API_KEY.

Boundaries and Notes

This is useful for assembling research, extracting articles, and producing a first draft, but the output still needs human review for facts, tone, and copyright. Publishing requires WeChat API credentials and IP whitelisting in the official account backend. Heavy use of Brave Search may hit HTTP 429; reduce --count, avoid broad source sweeps, or increase BRAVE_SEARCH_MIN_INTERVAL_MS. Because the workflow consumes external content, keep attribution where appropriate and rewrite deeply rather than copying source articles directly.

Use Cases

  • Plan an AI weekly digest for a tech WeChat account by searching WeChat, Zhihu, arXiv, and GitHub, then merge sources into a draft.
  • Extract several technical posts from CSDN, Juejin, and Sspai into separate `article.md` folders, then rewrite them for publication.
  • Use `workflow` to consolidate multi-source research, generate a cover image, and prepare the article for typesetting and publishing.
  • Collect targeted material from top AI Official Accounts and developer communities, then organize it into an editable WeChat draft.

Best For

  • Tech WeChat editors who need to turn multi-source AI or technology materials into a publishable weekly article.
  • Developer writers who need to extract material from GitHub, Juejin, and Sspai, then rewrite it for a WeChat post.
  • AI product operators who need to track blogs from OpenAI, Anthropic, Hugging Face, and Chinese tech media for drafts.
  • Content team leads who want retrieval, extraction, rewriting, cover generation, and layout in one local workflow.