wechat-article-camofox

Extract WeChat article content from mp.weixin.qq.com URLs to Markdown or JSON.

225|37|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill wechat-article-camofox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-camofox
Source: https://github.com/dracohu2025-cloud/draco-skills-collection/tree/main/wechat-article-camofox
Command: npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill wechat-article-camofox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Extract WeChat article content reliably using a local camofox-browser bootstrap workflow. This skill targets stable extraction of WeChat official account articles from mp.weixin.qq.com/s URLs, prioritizing accessibility snapshots and specialized noise cleaning to output clean Markdown or JSON.

Core Features & Use Cases

  • Local bootstrap and automatic camofox-browser installation on first run.
  • Unified CLI entry: python3 scripts/run.py fetch and python3 scripts/run.py publish-feishu.
  • Outputs Markdown or JSON with optional image inclusion and Feishu publishing flow.
  • Flexible workflow to feed downstream Hermes pipelines or automation scripts.

Quick Start

Run python3 scripts/run.py fetch '<URL>' to extract a WeChat article as Markdown or JSON.

Frequently Asked Questions about wechat-article-camofox

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

FAQPage Schema
How do I extract WeChat article content as Markdown or JSON?

To extract WeChat article content, run the local bootstrap workflow using `python3 scripts/run.py fetch '<URL>'`, which cleans noise and outputs Markdown or JSON.

Does WeChat article extraction require a manually installed camofox-browser?

No, WeChat article extraction does not require a manually installed camofox-browser, as the skill automatically handles local bootstrap and installation on the first run.

Can I extract WeChat articles and publish them directly to Feishu?

Yes, you can extract and publish WeChat articles to Feishu by running `python3 scripts/run.py publish-feishu`, which integrates extraction and optional image inclusion into the publishing flow.

What is the best way to automate fetching mp.weixin.qq.com article URLs locally?

Automating local fetches of mp.weixin.qq.com article URLs is best handled by the skill's end-to-end orchestration, which performs health checks, bootstrapping, snapshot fetching, and parsing.

Why does WeChat article extraction fail with standard web scrapers?

WeChat article extraction often fails with standard scrapers due to noise and dynamic content, which this skill bypasses by using local camofox-browser accessibility snapshots and specialized noise cleaning.