Install
openclaw skills install @wjsoj/pku-info-spiderWeChat Official Account article crawler (微信公众号爬虫) CLI tool built in Rust. Use this skill when working on the info-spider crate, debugging spider commands, adding features, or when the user mentions 微信, WeChat, 公众号, official account, article scraping, MP platform, or info-spider. Also use when dealing with WeChat QR login flow (NOT IAAA), article-to-Markdown conversion, anti-crawler delays, or mp.weixin.qq.com API.
openclaw skills install @wjsoj/pku-info-spiderA CLI crawler for WeChat Official Account (公众号) articles via the MP backend.
crates/info-spider/~/.config/info-spider/ (separate from info-common Store)docs/wechat-mp-flow.mdsrc/main.rs — Entry pointsrc/cli.rs — Clap CLI definitionsrc/commands.rs — Command implementationssrc/api.rs — WeChat MP API clientsrc/session.rs — Own session persistence (token, fingerprint, bizuin)src/client.rs — reqwest client builders| Command | Function |
|---|---|
login | WeChat QR code scan login to mp.weixin.qq.com |
logout / status | Session management |
search <QUERY> | Find Official Accounts by name/ID (returns fakeid list) |
articles | Fetch articles from an OA (--name or --fakeid) |
scrape <URL> | Convert single article URL to Markdown |
--begin — Start offset for pagination--count — Articles per page--limit — Maximum total articles to fetch--delay-ms — Random delay between requests (anti-crawler)--format {table|json|jsonl} — Output formatanyhow::Result with .context("中文描述")