Search WeChat public-account articles by keyword and return structured evidence without an API key. Use it for topic discovery when you know the keyword but not which WeChat public account published the useful article.
$ npx -y skills add zjp1997720/wechat-article-search --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: zjp1997720/wechat-article-search
What's inside
[!IMPORTANT] This repository is a generated compatibility mirror. The editable source, Issues, and contributions live in zjp1997720/zhijian-skills.
Use it for topic discovery when you know the keyword but not which WeChat public account published the useful article.
npx skills add zjp1997720/wechat-article-search -g -a codex --skill wechat-article-search -y
cheerio. Run npm install inside the skill folder after install.-r): converts Sogou redirect links into mp.weixin.qq.com direct links when reachable.-o): writes JSON to disk for archival.The skill drives a single self-contained Node.js script (scripts/search_wechat.js) that queries Sogou WeChat Search (weixin.sogou.com), parses the result HTML with cheerio, and emits structured JSON to stdout. No API keys, no MCP tools, no platform coupling — it works in any agent runtime that can run node.
Search WeChat articles about "Loop Engineering", give me 10.
搜一下"AI培训"相关的公众号文章,要 5 条,保存到 result.json。
node scripts/search_wechat.js "<keyword>" [-n <count>] [-o <output.json>] [-r]
| Flag | Default | Description |
|---|---|---|
query | required | Search keyword |
-n, --num | 10 | Number of results (max 50) |
-o, --output | stdout | Write JSON to a file |
-r, --resolve-url | off | Resolve real mp.weixin.qq.com URLs (slower, may fail under anti-bot) |
First run: npm install in the skill folder to pull cheerio.
-r URL resolution succeeds inconsistently under Sogou's anti-spider policy. Failures keep the Sogou redirect link and set url_resolved: false..
├── README.md
├── README.zh-CN.md
├── assets/readme/hero.svg
├── LICENSE
└── skills/wechat-article-search/
├── SKILL.md
├── agents/openai.yaml
├── package.json
└── scripts/search_wechat.js
MIT
.github/
workflows/
redirect-contributions.yml
assets/
readme/
hero.svg
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
README.zh-CN.md
skills/
wechat-article-search/
agents/
openai.yaml
LICENSE
package-lock.json
package.json
scripts/
search_wechat.js
SKILL.md
tests/
fixtures/
search-results.html
parser.test.js
SOURCE.jsonFAQ
wechat-article-search is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes wechat-article-search. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.