← 返回 Skills 市场
329
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-ai-monitor
功能描述
Monitor multiple WeChat public accounts for AI/tech content, filter articles by 200+ keywords, and generate daily Markdown reports with RSS support.
安全使用建议
This skill appears to do what it says: it fetches RSS feeds you configure, filters for AI/tech keywords, and writes Markdown reports to ~/.config/wechat-monitor/reports. Before installing or running it: (1) review and populate ~/.config/wechat-monitor/accounts.json with only RSS URLs you trust (feeds are fetched over the network); (2) ensure you install the Python dependency (requests) in a virtualenv if you prefer isolation; (3) note the project contains a stray package.json (likely an authoring mistake) but no install script—confirm how your platform installs dependencies; (4) run the script in a sandbox or limited environment if you are concerned about network access or want to audit behavior; and (5) inspect the generated reports if they will be shared, since they contain titles/links from external sources.
功能分析
Type: OpenClaw Skill
Name: wechat-ai-monitor
Version: 1.0.0
The skill bundle is a legitimate WeChat AI/tech monitoring tool. The `SKILL.md` contains no prompt injection attempts. The `skill.py` script fetches RSS feeds from user-configured URLs in `~/.config/wechat-monitor/accounts.json` and generates markdown reports in `~/.config/wechat-monitor/reports`. There is no evidence of data exfiltration, malicious command execution, persistence mechanisms, or obfuscation. The network requests to user-defined RSS URLs are an intended core feature, not a malicious act, and are handled with standard practices (e.g., timeout). All file system operations are confined to a dedicated, non-sensitive user configuration directory.
能力评估
Purpose & Capability
The name/description (WeChat RSS monitoring, keyword filtering, Markdown reports) align with the provided SKILL.md and skill.py: the script reads configured RSS URLs, filters by ~200 keywords, and writes reports to ~/.config/wechat-monitor/reports. Minor oddity: a package.json (Node-style) lists a 'requests' dependency while the project is Python-based—likely a packaging/authoring mistake, not functionality mismatch.
Instruction Scope
SKILL.md tells the agent to run python skill.py and edit ~/.config/wechat-monitor/accounts.json, which matches the script. The runtime instructions and code only access the declared config path, perform HTTP GETs to RSS URLs, parse XML, and write local Markdown reports—no broad file reads, credential access, or external endpoints beyond the RSS feeds.
Install Mechanism
There is no install spec (instruction-only install), lowering risk. requirements.txt names the Python 'requests' dependency; package.json is present but incorrectly describes a Node package—this is inconsistent but not inherently malicious. No downloads from arbitrary URLs or archive extraction are used.
Credentials
The skill requests no environment variables or credentials. It does read and write under the user's home (~/.config/wechat-monitor), which is appropriate for a per-user monitor. Network access to RSS URLs is required and matches the purpose.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not modify other skills or system-wide settings. It only creates/uses its own config and report directories.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-ai-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-ai-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of WeChat AI Monitor.
- Monitor multiple WeChat public accounts for AI and tech content.
- Intelligent filtering using 200+ AI/tech keywords.
- RSS feed support for real-time updates.
- Automatic generation of Markdown monitoring reports.
- 24-hour monitoring window for tracking latest articles.
元数据
常见问题
WeChat AI Monitor 是什么?
Monitor multiple WeChat public accounts for AI/tech content, filter articles by 200+ keywords, and generate daily Markdown reports with RSS support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 WeChat AI Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-ai-monitor」即可一键安装,无需额外配置。
WeChat AI Monitor 是免费的吗?
是的,WeChat AI Monitor 完全免费(开源免费),可自由下载、安装和使用。
WeChat AI Monitor 支持哪些平台?
WeChat AI Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat AI Monitor?
由 Haloha(@pyh-pan)开发并维护,当前版本 v1.0.0。
推荐 Skills