wechat-article-extractor
Installation
SKILL.md
WeChat Article Extractor
Extract metadata and content from WeChat Official Account (微信公众号) articles.
Quick Start 🚀
Command Line Usage (Recommended)
The easiest way to use this skill is via the CLI command:
# Basic usage - extracts and saves as markdown
npx wechat-article-extractor https://mp.weixin.qq.com/s/xxx
# Specify output path
npx wechat-article-extractor https://mp.weixin.qq.com/s/xxx --output ./articles/post.md
# Output JSON format
npx wechat-article-extractor https://mp.weixin.qq.com/s/xxx --json