Wechat Article Search - 微信公众号文章搜索
v1.0.3按关键词搜索公众号文章,返回标题、摘要、时间、账号与链接等。当用户说:搜一下微信公众号里关于 AI 的文章、找几篇讲理财的推文,或类似公众号文章检索时,使用本技能。
⭐ 6· 228·0 current·0 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (WeChat article search) align with the included Python script and SKILL.md. Required binary is python3 and declared pip deps (requests, beautifulsoup4) match a web-scraping task. Minor note: the README advertises '极速数据 (JisuAPI)' but the code performs direct web scraping against Sogou/Weixin and does not require a JisuAPI key; this is an informational mismatch, not a security risk.
Instruction Scope
SKILL.md instructs the agent to run the provided script with CLI args and documents options (resolve URL, fetch content, output file). The instructions only reference web requests and local output files specified by the user; they do not instruct reading unrelated system files or exporting credentials. They explicitly warn about anti-scraping behavior and recommend running in a restricted network if desired.
Install Mechanism
No install spec is provided (instruction-only with a code file); dependencies are typical Python packages (requests, beautifulsoup4). The SKILL.md suggests pip installing these packages; no remote binary downloads, obscure URLs, or archive extraction are present.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Network requests are limited to search/resolve/fetch operations relevant to scraping WeChat article pages. There are no requests for unrelated secrets or high-privilege tokens.
Persistence & Privilege
Skill is not always: true and does not request permanent presence or modify other skills. It runs as an invoked tool (CLI script) and only writes output when user-specified (-o). Autonomous invocation is allowed by platform default but is not coupled with any elevated privileges in this skill.
Assessment
This skill is a straightforward web scraper that queries Sogou Weixin and may follow redirects to mp.weixin.qq.com to resolve real article links. Before installing: (1) be aware it performs outbound HTTP(S) requests — use it on a network you trust if you are concerned about exfiltration or anti-scraping side effects; (2) fetching article content may trigger site anti-bot measures (the SKILL.md warns about 'content_status=blocked'); (3) dependencies are installed via pip without pinned versions — consider using a virtualenv; (4) the README mentions JisuAPI but the script does not require an API key (this is just an informational mismatch). Overall the skill appears internally consistent with its description and does not request unexplained access or secrets.Like a lobster shell, security has layers — review code before you run it.
latestvk97avhw0a4vaky0jks4fxxarn58450mq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔎 Clawdis
Binspython3
