← Back to Skills Marketplace
微信公众号内容总结
by
kongym1234
· GitHub ↗
· v1.0.0
· MIT-0
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-summarize
Description
抓取微信公众号文章并转换为Markdown,提取正文内容后总结核心观点或直接输出完整文章。
Usage Guidance
This skill appears to do what it says: fetch a public mp.weixin.qq.com article, convert it to Markdown, optionally download images, and let the agent summarize or output the article. Before installing/running: 1) Review or run the included wechat2md.py in a sandbox to confirm behavior; 2) be aware it performs network requests and writes files (and the SKILL.md instructs you to delete generated .md files afterwards); 3) the SKILL.md suggests pip installing html2text/beautifulsoup4 into /tmp, which will download code from PyPI—only proceed if you trust those packages or install them via your usual package manager; 4) the script will not bypass WeChat JS verification or paywalled content; 5) consider copyright and privacy implications of fetching and storing article content and images. If you need stronger isolation, run the script in a container or VM.
Capability Analysis
Type: OpenClaw Skill
Name: wechatsummarize
Version: 1.0.0
The skill bundle is classified as suspicious due to shell injection vulnerabilities within the `SKILL.md` instructions. The instructions direct the AI agent to execute bash commands using unescaped placeholders for user-provided URLs and generated filenames (e.g., in `python3 wechat2md.py "<文章链接>"` and `rm -f ...`), which could be exploited to execute arbitrary commands if a malicious URL or article title is processed. While the `wechat2md.py` script itself appears to be a legitimate tool with basic filename sanitization, the integration pattern in the markdown documentation presents a significant security risk.
Capability Assessment
Purpose & Capability
Name/description (fetch WeChat articles, convert to Markdown, summarize) align with the included script and SKILL.md. The script uses requests/BeautifulSoup/html2text to fetch and convert article HTML and can save images — all coherent with the described purpose.
Instruction Scope
SKILL.md confines actions to fetching the article, converting to Markdown, optionally downloading images, saving a .md file, then deleting it. It references specific workspace paths (/home/node/.openclaw/...) and uses PYTHONPATH=/tmp/pylibs; both are environment-specific but consistent with running the included script. There is no instruction to read unrelated system files, credentials, or to transmit data to unknown external endpoints. The required cleanup step (deleting generated .md) is emphasized; this is plausible but users should be aware it removes local files.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk. The SKILL.md suggests pip installing html2text and beautifulsoup4 into /tmp/pylibs if missing — this will write packages to disk and pulls from PyPI. The packages named are reasonable and proportionate for the task.
Credentials
The skill requests no environment variables, credentials, or config paths. The script uses only network access (HTTP GET) and local file write/read for output and optional image downloads — these are expected for the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/system-wide persistence. It writes output files in the workspace or a specified output directory and can create an images/ subdirectory when saving images. It does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-summarize - After installation, invoke the skill by name or use
/wechat-summarize - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the WeChat Official Account article reader skill.
- Added wechat2md.py script for fetching and converting WeChat articles to Markdown format.
- Removed previous plugin installation logic (scripts/start.mjs).
- Standard workflow: fetch article by link, convert to markdown, summarize or output raw content, and auto-delete the output file unless requested.
- Dependencies: html2text, beautifulsoup4, requests (auto-installed to /tmp/pylibs if missing).
- Improved error handling and image support; clear user instructions for each step.
Metadata
Frequently Asked Questions
What is 微信公众号内容总结?
抓取微信公众号文章并转换为Markdown,提取正文内容后总结核心观点或直接输出完整文章。 It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install 微信公众号内容总结?
Run "/install wechat-summarize" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号内容总结 free?
Yes, 微信公众号内容总结 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号内容总结 support?
微信公众号内容总结 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号内容总结?
It is built and maintained by kongym1234 (@kongym1234); the current version is v1.0.0.
More Skills