AI Agent Hub
Back to skills
WeChat Article Deep Rewriter icon

WeChat Article Deep Rewriter

Content Creation Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_25418ee6/wechat-rewrite.

About this skill

Problem

Turns an mp.weixin.qq.com article into a ready-to-paste rich-text version for the WeChat editor. It is not a simple paraphrasing tool; it restructures tutorials, product intros, opinion pieces, and removes templated wording.

How It Works

The skill fetches the article with web_fetch, falling back to a downloader if the content is incomplete. It then classifies the article type, core theme, section structure, and assets such as code blocks or tables. The rewrite step prioritizes structure: reordering sections, splitting or merging paragraphs, and shifting narrative angle. Language cleanup removes common AI-sounding terms such as empower, closed loop, bottom-level logic, and hollow conclusions. Code blocks are preserved, but the skill adds context above and below them. It finally emits a Markdown file with frontmatter and an inline-styled wechat-ready.html that can be copied into the WeChat editor.

Boundaries

Good for quickly producing a formatted WeChat draft, not for strict fact-checking or legal review. The output relies on inline CSS because WeChat has limited styling support; code block backgrounds may still be overridden by the platform. Keep the final piece around 2000 to 4000 words and preserve the core technical details instead of losing them during “originality” rewriting.

Use Cases

  • Given an mp.weixin.qq.com tutorial link, restructure the article into a different narrative and produce paste-ready WeChat HTML.
  • Clean up a product intro article by removing hollow endings and AI-sounding phrases, then generate three title alternatives.
  • Rewrite a code-heavy tutorial for WeChat, keeping code blocks intact while adding problem context, output notes, and caveats.
  • Turn a 3000-word opinion piece into a shorter, more readable draft with pain-point opening, saved as Markdown and inline HTML.

Best For

  • WeChat content editors who need to turn a reference article into a publishable draft and paste inline-styled HTML directly.
  • Product writers handling technical communication who want to keep code blocks, add context, and remove templated wording.
  • Operations staff who receive an mp.weixin.qq.com link and need a 2000-4000 word WeChat rich-text draft quickly.
  • Pre-review editors who need to check structural changes, preserved core information, and removal of AI-sounding phrases.