← Back to Skills Marketplace
pyh-pan

WeChat AI Monitor

by Haloha · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
329
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-ai-monitor
Description
Monitor multiple WeChat public accounts for AI/tech content, filter articles by 200+ keywords, and generate daily Markdown reports with RSS support.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-ai-monitor
  3. After installation, invoke the skill by name or use /wechat-ai-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wechat-ai-monitor
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.

How do I install WeChat AI Monitor?

Run "/install wechat-ai-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat AI Monitor free?

Yes, WeChat AI Monitor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does WeChat AI Monitor support?

WeChat AI Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat AI Monitor?

It is built and maintained by Haloha (@pyh-pan); the current version is v1.0.0.

💬 Comments