WeChat Article Writer
Paste the following prompt into your AI chat to install this skill:
Please install @user_0f287ac2/wechat-article-v2 according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Writing a WeChat article often stalls on concrete steps: finding reliable sources, deciding whether the angle and title are publishable, keeping body text within platform limits, producing clean layout, and making sure image URLs pass WeChat filtering. wechat-article-writer turns these steps into a confirmable workflow, so authors do not have to jump constantly between research, writing, layout, and API upload.
How It Works
- Environment check: verifies
APPID/APPSECRET,ARK_API_KEY, and IP whitelist readiness before execution. - Research: uses
web_searchto collect sources and cross-checks key facts across multiple references. - Stepwise confirmation: proposes topic positioning, 3-5 candidate titles, article outline, and full draft, with each step adjustable.
- Formatting and images: saves the draft as
article.md, converts it to HTML withscripts/format_article.py, and generates fixed3136x1344images usingscripts/generate_image.py. - Draft upload: uses scripts such as
scripts/add_draft.pyto handle Access Token retrieval, image upload, and draft creation.
Boundaries
- It targets WeChat article production and depends on WeChat APIs and Volcano Ark for image generation.
- The repository does not include an automatic script for replacing body image placeholders; manual replacement with WeChat-returned URLs may be needed.
- Keep summaries under 128 characters and body text under 20,000 characters; body images must be uploaded through WeChat's required image interface.
Use Cases
- A technical writer turns weekly cloud-native trends into a WeChat draft, with sourced research, confirmed titles, and layout.
- An editor formats internal meeting minutes into an institutional WeChat article with summary blocks, headings, and images.
- An operations staff member publishes technical explainers via API, generating fixed-size images and uploading body images.
- A developer converts a technical blog into WeChat HTML by running scripts and replacing image placeholders.
Best For
- Technical newsletter writers who need sourced research, confirmed outlines, and a publishable WeChat draft.
- Institutional editors who need meeting notes formatted with summary blocks, blue headings, and clean layout.
- Content operations staff who need WeChat API drafts and body-image uploads without external URLs being filtered.
- Developers who need Markdown articles converted into article.html while handling image placeholders manually.
Related Skills
Rewrites MD, PDF, or TXT material into a mobile-friendly WeChat article with title candidates, outline, and self-check.
A conversational workbench for Chinese long-form novel writing, supporting setup, characters, worldbuilding, chapter planning, drafting, and continuity tracking.
Creates 10,000-30,000-word Tomato Novel short stories with trend research, topic selection, outlines, segmented writing, pacing control, and UTF-8 txt export.
An AI editorial master skill that manages the full content creation process from vague ideas to publishable drafts, covering topic selection, writing, review, and publication adaptation.