Use this skill when the user wants a full WeChat public account article workflow, not just a draft.
The workflow always includes:
wenyanDo not skip the humanizer pass. Do not skip the 10-topic selection step unless the user explicitly gives a final topic and says to proceed directly.
Use this skill when the user says or implies any of these:
Do not use this skill for:
Always browse the web for up-to-date topics. Use current Baidu hot search and Toutiao hot topics or reliable hot-topic aggregators that reflect them.
Your output to the user at this stage is always 10 topic options.
For each option, include:
Do not start writing the article before the user picks a topic, unless the user explicitly overrides this rule.
After the user selects a topic, verify the core facts with current primary or high-credibility sources.
Prefer:
Always confirm dates and the actual event context before writing. If a quote or stat is central to the article, verify it first.
Write a full first draft before polishing. The first draft should already have a clean WeChat structure:
The article should read like a mature public-account piece, not a report or memo.
After the first draft is complete, run a separate humanizer refinement pass.
This is mandatory. Treat it as an explicit second phase, not a vague intention during drafting.
During the humanizer pass:
The goal is not to make the text casual. The goal is to make it read like a real writer with judgment.
If helpful, keep both files:
*_draft.md for the initial version*.md for the humanized versionImages must be strongly related to the article, not generic filler.
Prefer images from the reporting pages or official pages used in the research phase. Good sources include:
Avoid random stock-style images when event photos exist.
Remote image hotlinks can fail during wenyan publish.
Preferred workflow:
wenyan upload them during publicationUse 3 to 5 images. Add a caption for each image with source attribution.
Prepare the article as a Wenyan-compatible Markdown file with frontmatter:
---
title: Article title
cover: ./relative/path/to/cover.png
---
The body should include:
Publish with the local Wenyan CLI if available, typically:
.\node_modules\.bin\wenyan.cmd publish -f 'article.md' -t lapis -h solarized-light
If publishing requires WeChat credentials, use the configured local environment values or the local credential setup already present on the machine.
Default publication target is the WeChat draft box.
Unless the user already gave a final topic, the first substantial response after research should be the 10-topic shortlist.
After topic selection, the execution pattern is:
Before claiming completion, verify:
If publishing fails because of remote image instability, switch to local copies and retry.
共 1 个版本