← Back to Skills Marketplace
soar999

Wechat Article For Ai

by soar999 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-for-ai
Description
Convert WeChat Official Account (微信公众号) articles to clean Markdown files with locally downloaded images.
Usage Guidance
This package appears to do what it claims, but before installing you should: (1) review and be comfortable with the camoufox dependency (it will auto-download browser components at runtime — a network fetch from its provider); (2) run it in an isolated environment or container if you want to limit network/file access; (3) confirm you trust any WeChat content you fetch (debug HTML and downloaded images are saved to disk); and (4) only enable the MCP server for trusted local AI clients since it exposes convert/batch_convert operations via the local stdio-based MCP transport. If you need extra assurance, audit the camoufox package and pinned dependency versions in requirements.txt before use.
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-for-ai Version: 1.0.0 The skill bundle is a legitimate tool for converting WeChat Official Account articles into Markdown format. It uses the Camoufox library for stealthy web scraping to bypass anti-bot measures and BeautifulSoup for content parsing. The code follows standard practices for CLI and MCP server implementations, with no evidence of data exfiltration, malicious execution, or prompt injection across files like scraper.py, downloader.py, and SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scraper (camoufox), parser, converter, downloader, and an MCP server are present. Required libraries (camoufox, httpx, bs4, markdownify, mcp) are consistent with scraping, rendering, and exposing a local MCP tool.
Instruction Scope
SKILL.md instructs installing Python deps and running the CLI or MCP server; runtime instructions stay within converting articles, downloading images, and optionally saving debug HTML. There are no instructions to read unrelated system files or exfiltrate secrets; the code writes output and debug HTML to the output directory as expected.
Install Mechanism
The registry has no formal install spec but includes a requirements.txt and SKILL.md instructs 'pip install -r requirements.txt'. The tool auto-downloads the Camoufox browser on first run (via the camoufox package) which will fetch browser binaries or resources from the network — this is expected for a headless-browser scraper but is a supply-chain/network fetch worth noting.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access (fetching mp.weixin.qq.com pages and CDN image URLs) is necessary for its function and is the only external interaction in the code.
Persistence & Privilege
always is false and the MCP server runs on stdio when started; the skill does not modify other skills or persistent agent-wide settings. It writes outputs to a user-specified output directory only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-for-ai
  3. After installation, invoke the skill by name or use /wechat-article-for-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of wechat-article-for-ai. - Converts WeChat Official Account articles to clean Markdown, downloading images locally. - Adds YAML frontmatter (title, author, date, source URL) and preserves code blocks. - Supports batch conversion, various CLI options, and MCP server integration. - Handles CAPTCHAs with optional non-headless mode. - Outputs Markdown plus images in structured directories.
Metadata
Slug wechat-article-for-ai
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Wechat Article For Ai?

Convert WeChat Official Account (微信公众号) articles to clean Markdown files with locally downloaded images. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Wechat Article For Ai?

Run "/install wechat-article-for-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wechat Article For Ai free?

Yes, Wechat Article For Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wechat Article For Ai support?

Wechat Article For Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wechat Article For Ai?

It is built and maintained by soar999 (@soar999); the current version is v1.0.0.

💬 Comments