LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-17

Capabilities

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

Source

  • Spec: SKILL.md
article-rewriting
wechat
markdown
content-processing
Fetch article content from URL
Read persona configuration files
Rewrite article paragraph by paragraph
Replace author name in text
Web page or WeChat article URL
Persona configuration files
WeChat configuration file config/wechat.config.json
Rewritten Markdown article file
Updated index file INDEX.md
Revision summary output message