← Back to Skills Marketplace
wechat-mick
by
mick2458pan
· GitHub ↗
· v1.0.1
· MIT-0
281
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mick
Description
总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容...
Usage Guidance
This skill appears coherent and implements its stated purpose. Before installing, note:
- The skill will run a bundled Python script as a fallback which issues an HTTP GET to the URL you provide; ensure you only ask it to fetch links you trust. The script does not validate hostnames and could fetch any reachable endpoint if given a different URL.
- The environment running the skill must have Python and the 'requests' library available, otherwise the script fallback will fail.
- No credentials or secrets are requested by the skill. If you need to be extra cautious, review the included fetch_article.py file yourself; it contains straightforward HTML extraction logic and no obfuscated or remote-control behavior.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mick
Version: 1.0.1
The skill contains a potential shell injection vulnerability in SKILL.md, where the agent is instructed to execute a local Python script (scripts/fetch_article.py) by passing a user-provided URL directly into a shell command within double quotes. While the Python script itself is a standard web scraper and shows no signs of malicious intent or data exfiltration, the lack of input sanitization in the execution instructions could allow a crafted URL to execute arbitrary commands on the host system.
Capability Assessment
Purpose & Capability
The name/description target mp.weixin.qq.com articles and both SKILL.md and scripts/fetch_article.py implement logic to fetch title/author/content from WeChat article pages — the requested behavior is appropriate for the stated purpose.
Instruction Scope
SKILL.md restricts use to WeChat article links and prefers WebFetch, with a fallback to running the included Python script. The fallback script issues an HTTP GET to the provided URL and prints extracted text. Note: the script will fetch whatever URL it is given (it does not validate hostnames), so if invoked with non-wechat URLs it will make outbound requests to those addresses.
Install Mechanism
No install spec — instruction-only with a small included Python script. No downloads from external installers or archives. The script depends on the 'requests' Python package, but nothing is installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. Its runtime behavior (HTTP GET of the user-provided link) is proportionate to summarizing an article.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges or modify other skills. It runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mick - After installation, invoke the skill by name or use
/wechat-mick - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release of the "wechat-summary" skill.
- Summarizes WeChat official account articles from mp.weixin.qq.com links.
- Prioritizes using WebFetch to extract full article content; automatically switches to Python script if needed.
- Generates concise Chinese summaries tailored to article length and key elements.
- Handles errors gracefully with clear user guidance if content cannot be extracted.
- Optimized for quickly understanding the main points, data, and suggestions of public account articles.
Metadata
Frequently Asked Questions
What is wechat-mick?
总结微信公众号文章内容。当用户提供微信公众号文章链接(mp.weixin.qq.com)并要求总结、概括、摘要、快速了解文章内容时使用此 skill。也适用于用户说"帮我看看这篇文章讲什么"、"这篇公众号文章说了啥"、"总结一下这个链接"等请求。只要看到 mp.weixin.qq.com 的链接并且用户想了解内容... It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install wechat-mick?
Run "/install wechat-mick" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat-mick free?
Yes, wechat-mick is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat-mick support?
wechat-mick is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat-mick?
It is built and maintained by mick2458pan (@mick2458pan); the current version is v1.0.1.
More Skills