WeChat MP Monitor

v1.0.0

Monitor WeChat MP (微信公众号) articles and send notifications. Use when user needs to track public account updates, summarize articles, or receive alerts when ne...

0· 204·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

automationvk973drkf2vwcmambc8zm6dx8eh82vc6wfeishuvk973drkf2vwcmambc8zm6dx8eh82vc6wlarkvk973drkf2vwcmambc8zm6dx8eh82vc6wlatestvk973drkf2vwcmambc8zm6dx8eh82vc6wmonitorvk973drkf2vwcmambc8zm6dx8eh82vc6wmpvk973drkf2vwcmambc8zm6dx8eh82vc6wnotificationvk973drkf2vwcmambc8zm6dx8eh82vc6wrssvk973drkf2vwcmambc8zm6dx8eh82vc6wwechatvk973drkf2vwcmambc8zm6dx8eh82vc6w

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments