← 返回 Skills 市场
293
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-mp-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-mp-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: WeChat MP article monitoring with Feishu notifications
v1.0.0 - Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 WeChat MP Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-mp-monitor」即可一键安装,无需额外配置。
WeChat MP Monitor 是免费的吗?
是的,WeChat MP Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat MP Monitor 支持哪些平台?
WeChat MP Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat MP Monitor?
由 lwd815813(@lwd815813)开发并维护,当前版本 v1.0.0。
推荐 Skills