Summary
搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
wuchubuzai2018/expert-skills-hub
搜索微信?
npx skills add wuchubuzai2018/expert-skills-hub --skill wechat-article-search
搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Draft a knowledge base article from a resolved issue or common question. Use when a ticket reso…
2.5K installsEdit and improve articles by restructuring sections, improving clarity, and tightening prose. U…
198.1K installsAnalyzes article structure, identifies positions requiring visual aids, generates illustrations…
30.7K installsWrite articles, guides, blog posts, tutorials, newsletter issues, and other long-form content i…
10.2K installsUse this skill when rendering thousands of lightweight sprites in PixiJS v8.
4.1K installsExtract metadata and content from WeChat Official Account articles. Use when user needs to pars…
3.8K installsOther skills from wuchubuzai2018/expert-skills-hub · top by installs.
npx skills add wuchubuzai2018/expert-skills-hub
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
2,255 B
SUMMARY.md
2,213 B
该脚本依赖NodeJS依赖包 cheerio,建议先执行全局安装或在项目中安装:
npm install -g cheerio
1、 确认关键词与数量
1、执行常规搜索命令
node scripts/search_wechat.js "关键词"
node scripts/search_wechat.js "关键词" -n 15
node scripts/search_wechat.js "关键词" -n 20 -o result.json
node scripts/search_wechat.js "关键词" -n 5 -r
query:搜索关键词(必填)-n, --num:返回数量(默认 10,最大 50)-o, --output:输出 JSON 文件路径(可选)-r, --resolve-url:尝试把中间链接解析成微信文章真实链接(会额外请求每条结果)文章标题、文章地址、文章概要、发布时间、来源公众号名称