← Back to Skills Marketplace
293
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mp-monitor
Description
Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summarize articles, or receive alerts when ne...
Usage Guidance
This skill appears to do what it claims: it fetches WeChat article pages, stores a small local watchlist/history, and can post messages to a Feishu webhook. Before installing, note: (1) the script will make outbound HTTP requests to article URLs and to any Feishu webhook you configure — only use trusted webhook URLs; (2) data is stored unencrypted at ~/.wechat_mp_monitor (watchlist.json and history.json); (3) you must install Python deps (requests, beautifulsoup4); (4) frequent automated scraping may violate target site terms or trigger blocks — use the cron schedule responsibly. If you want extra caution, run it in an isolated account/container or inspect/modify the script to suit your privacy/policy requirements.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mp-monitor
Version: 1.0.0
The skill bundle is a legitimate tool for monitoring WeChat public account articles and sending notifications to Feishu/Lark. The Python script (scripts/wechat_mp.py) implements standard web scraping using requests and BeautifulSoup, stores configuration and history in a dedicated local directory (~/.wechat_mp_monitor), and lacks any indicators of data exfiltration, malicious execution, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (monitor WeChat MP, summarize, notify via Feishu, cron scheduling) matches the included script and SKILL.md. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script limit actions to fetching article URLs, extracting/summarizing content, maintaining watchlist/history under ~/.wechat_mp_monitor, and optionally posting to a Feishu webhook. Instructions do not reference unrelated files, system credentials, or external endpoints beyond article URLs and optional Feishu webhooks.
Install Mechanism
No install spec included; the skill is instruction + a Python script. Dependencies are standard Python packages (requests, beautifulsoup4) installable via pip — proportionate for web scraping and HTML parsing.
Credentials
The skill declares no required env vars; SKILL.md documents an optional FEISHU_WEBHOOK environment variable which the script reads if present. This is appropriate for optional notifications and does not demand unrelated secrets.
Persistence & Privilege
always is false and the script only writes to its own data directory (~/.wechat_mp_monitor). It does not modify other skills or system-wide agent settings. Autonomous invocation is the platform default but not elevated here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-monitor - After installation, invoke the skill by name or use
/wechat-mp-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: WeChat MP article monitoring with Feishu notifications
v1.0.0 - Initial release
Metadata
Frequently Asked Questions
What is WeChat MP Monitor?
Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summarize articles, or receive alerts when ne... It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.
How do I install WeChat MP Monitor?
Run "/install wechat-mp-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat MP Monitor free?
Yes, WeChat MP Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat MP Monitor support?
WeChat MP Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat MP Monitor?
It is built and maintained by lwd815813 (@lwd815813); the current version is v1.0.0.
More Skills