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