wx-mp-hunter
Installation
SKILL.md
WeChat Official Account Hunter (wx-mp-hunter)
Use this skill when:
- The user wants to fetch the full text of a WeChat article by its
mp.weixin.qq.comURL - The user wants to list the latest posts of specific Official Accounts over the past N hours
- The user provides a
mp.weixin.qq.com/mp/homepagetopic/homepage URL ormp.weixin.qq.com/mp/appmsgalbumalbum URL and wants to collect article links from that page
Does NOT support: WeChat Video Accounts (视频号), comments, or engagement metrics (those require Credentials).
⚠️ Agent 行为约束(必须遵守)
- 严格按本 SKILL.md 的步骤执行,不得在服务器结果未返回时自行编排下一步。
- 等待服务器响应:每次执行脚本命令后,必须等待脚本返回 JSON 结果。若结果需要时间,先向用户说明"正在请求服务器,请稍候……",然后等待。
- 严禁提前假设结果:不得在脚本输出 JSON 之前就根据假设继续后续步骤。
- 批量前必须小样本验证:批量抓全文前,必须先选 1 篇文章
fetch验证链路成功;成功后才能批量。