article-rewriter

Rewrite web articles into Markdown while preserving meaning and structure.

3|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/AndyClouder/Article-Rewriter --skill article-rewriter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-rewriter
Source: https://github.com/AndyClouder/Article-Rewriter/tree/main
Command: npx skills add https://github.com/AndyClouder/Article-Rewriter --skill article-rewriter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, markdown2, and includes scripts (resource) components.

What problem does it solve?

This skill rewrites WeChat and other web articles into clear Markdown while preserving the original meaning and structure, making content easy to reuse and publish.

Core Features & Use Cases

  • Rewrites WeChat articles and other web content into Markdown format while preserving structure and meaning
  • Supports optional personalization via personae and style configurations, enabling consistent author voice
  • Outputs well-formatted Markdown suitable for publication or further processing, with optional publishing to WeChat drafts

Quick Start

请将提供的文章改写为风格统一的 Markdown 版本并输出到 output 目录。

Frequently Asked Questions about article-rewriter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rewrite a WeChat article into Markdown format?

Yes, you can rewrite web content into Markdown with a personal style. The skill reads personal configuration files to apply specific personae, ensuring a consistent author voice throughout the rewritten article.

Does the article rewriter preserve the original structure and length?

You can publish rewritten Markdown directly to WeChat drafts. The skill supports optional publishing workflows, allowing you to move from content rewriting to draft creation within your automation pipeline.

Do I need Python dependencies to convert web content to Markdown?

You need the requests and markdown2 Python dependencies installed to convert web content to Markdown. These libraries handle fetching URLs and formatting the rewritten text into the final Markdown output.

What is the best way to automate rewriting web articles for publication?

The best way to automate rewriting web articles for publication is using a script-based skill that reads configurations, rewrites content while preserving meaning, and outputs organized Markdown files automatically.