← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mp-monitor-cn
Description
微信公众号监控 - 文章阅读量追踪、分享数统计、定时日报
Usage Guidance
This skill appears to implement WeChat article monitoring as described, but review before installing:
- Inspect and if needed remove or change the hard-coded account in scripts/generate-report.js (the --account 'd72d5b576646-im-bot' value). That parameter forces reports to be sent using that account and could route your report content through an unexpected sender. Replace with a configurable account or remove the --account flag so the system uses your intended sender.
- Confirm openclaw CLI behavior locally (openclaw message send) in a safe environment; do not run with real AppSecret until you trust the sender/account. The script will exec the CLI and transmit the full report text.
- Be aware AppID/AppSecret are stored in plaintext at ~/.openclaw/wechat-mp/config.json and tokens are cached in /tmp; set restrictive file permissions and consider alternatives if you require stronger secrets handling.
- Note the SKILL.md references a missing send-report.js (minor inconsistency). You can run the scripts manually or review/modify them to suit your environment (for example, use your own openclaw account, implement explicit confirmation before sending, or log rather than send).
If you cannot verify the ownership of the hard-coded account or do not want reports potentially routed through a third-party sender, do not install or run the script until you patch it to use your account or safe transport.
Capability Assessment
Purpose & Capability
Name/description align with code and SKILL.md: scripts fetch tokens, call WeChat APIs, generate reports and send messages. Required credentials (AppID/AppSecret) are expected. Minor inconsistency: SKILL.md lists a scripts/send-report.js that is not present (sending is implemented inside generate-report.js).
Instruction Scope
Runtime instructions and code operate only against the WeChat API and local files, which fits the purpose. However generate-report.js constructs and executes an openclaw CLI command via execSync with a hard-coded --account value ('d72d5b576646-im-bot'). That forces use of a specific sender account (not declared in config) and could cause reports to be sent via an unexpected/third-party account, which is a potential exfiltration vector. Scripts also read/write config (~/.openclaw/wechat-mp/config.json) and temporary files in /tmp; these behaviors are expected but worth noting.
Install Mechanism
No network install or remote downloads. install.sh only creates a config directory and sets script permissions. There is no package fetch from external/untrusted URLs; install risk is low.
Credentials
The skill does not declare environment variables, but legitimately requires storing AppID and AppSecret in ~/.openclaw/wechat-mp/config.json and caches access_token in /tmp. Asking for those credentials is proportional to the functionality. Note: secrets are stored in plaintext in user home and /tmp; consider filesystem permissions. The hard-coded openclaw account is not justified by the described configuration fields and is disproportionate.
Persistence & Privilege
always is false and the skill only writes files under its own config directory and /tmp. It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal); combine that with the hard-coded sender account could increase blast radius.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-monitor-cn - After installation, invoke the skill by name or use
/wechat-mp-monitor-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with key WeChat Official Account monitoring features:
- Tracks and analyzes article read counts, share counts, and user engagement via the WeChat Official API.
- Generates daily and weekly statistical reports, with scheduled delivery through WeChat.
- Provides trend analysis and detailed per-article breakdowns.
- Simple setup using AppID/AppSecret from your own WeChat Official Account.
- Includes command-line tools for querying specific date ranges and sending reports.
Metadata
Frequently Asked Questions
What is Wechat Mp Monitor?
微信公众号监控 - 文章阅读量追踪、分享数统计、定时日报. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Wechat Mp Monitor?
Run "/install wechat-mp-monitor-cn" 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 linzmin (@linzmin); the current version is v1.0.0.
More Skills