article-rewriter - Rewrite web articles while preserving original meaning.
Fetches article content from URLs, rewrites text while preserving meaning and structure, outputs Markdown, and optionally publishes to WeChat draft box.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Fetch article content from URL
- Read persona configuration files
- Rewrite article paragraph by paragraph
- Replace author name in text
- Save rewritten Markdown file
- Update article index file
- Publish article to WeChat drafts
Inputs
- Web page or WeChat article URL
- Persona configuration files
- WeChat configuration file config/wechat.config.json
Outputs
- Rewritten Markdown article file
- Updated index file INDEX.md
- Revision summary output message
- WeChat draft box article
Requirements
- mcp__web_reader__webReader tool
- Python runtime
- Python packages requests and markdown2
- WeChat AppID and AppSecret credentials
