← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pku-info-spider
Description
WeChat Official Account article crawler (微信公众号爬虫) CLI tool built in Rust. Use this skill when working on the info-spider crate, debugging spider commands, ad...
Usage Guidance
This SKILL.md reads like accurate documentation for a local Rust CLI that scrapes WeChat MP. Before installing or giving the agent permission to act: (1) confirm the skill's source and review the actual code (there is no homepage or source link); (2) never paste WeChat account credentials into the agent—if testing login flows, use throwaway accounts; (3) be mindful that scraping MP may violate terms of service or local law and the project explicitly mentions evasion (configurable delays) — consider the legal/ethical implications; (4) restrict the agent's access to your filesystem (especially ~/.config/info-spider/) unless you explicitly want it to read session tokens; and (5) if you need help debugging, prefer having the agent suggest commands/snippets rather than granting it direct execution or file access. If you want a higher-confidence assessment, provide the repository or actual source files for code review.
Capability Analysis
Type: OpenClaw Skill
Name: pku-info-spider
Version: 1.0.0
The skill bundle describes a Rust-based CLI tool ('info-spider') for crawling WeChat Official Account articles via the legitimate mp.weixin.qq.com API. The documentation in SKILL.md outlines standard functionality such as QR code authentication, session management, and article-to-Markdown conversion without any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description and SKILL.md consistently describe a Rust CLI for crawling WeChat Official Account articles (login, search, scrape, output formats). Nothing in the metadata asks for unrelated services or credentials.
Instruction Scope
SKILL.md documents repo layout, commands, config path (~/.config/info-spider/) and session tokens (token, fingerprint, bizuin). The file is descriptive and does not itself instruct the agent to read or exfiltrate system files, but it explicitly references local session storage and the QR login flow which an agent might be asked to access when debugging—so exercise caution if allowing the agent to interact with local files or accounts.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no declared required binaries—lowest install risk.
Credentials
The skill declares no required environment variables or credentials (proportional), but its functionality inherently requires session tokens/credentials stored in config paths. If you plan to use the skill to operate the CLI, be aware it will need access to WeChat session data; the skill does not declare or justify any other unrelated secrets.
Persistence & Privilege
always is false and there is no install-time persistence or modification of other skills. Default autonomous invocation is allowed by platform policy but not a standalone concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pku-info-spider - After installation, invoke the skill by name or use
/pku-info-spider - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of info-spider: a CLI tool for scraping WeChat Official Account (微信公众号) articles.
- Supports WeChat QR code login (distinct from IAAA), storing its own session data.
- Provides search, article fetch, and single article-to-Markdown conversion features.
- Mimics real user behavior with customizable anti-crawler delays.
- Output articles in table, JSON, or JSONL formats.
- All user-facing output is in Chinese; robust error handling with context provided.
Metadata
Frequently Asked Questions
What is PKU Info Spider?
WeChat Official Account article crawler (微信公众号爬虫) CLI tool built in Rust. Use this skill when working on the info-spider crate, debugging spider commands, ad... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install PKU Info Spider?
Run "/install pku-info-spider" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PKU Info Spider free?
Yes, PKU Info Spider is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PKU Info Spider support?
PKU Info Spider is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PKU Info Spider?
It is built and maintained by wjsoj (@wjsoj); the current version is v1.0.0.
More Skills