安全扫描
OpenClaw
安全
high confidenceThis instruction-only skill is internally consistent with its stated purpose (opening WeChat article pages in the built-in browser and extracting body text) and does not request unrelated credentials, installs, or filesystem access.
评估建议
This skill appears to do exactly what it says: open a WeChat article URL (ensuring ?scene=1 is present), extract the article text, and return it. Before using: 1) Only feed it public WeChat article URLs you trust — do not pass links to private or authenticated pages you don't want the agent to read. 2) If you rely on precise query parameters, verify the skill's URL normalization preserves other parameters correctly (the SKILL.md requires appending or rewriting to include scene=1). 3) Because it'...详细分析 ▾
✓ 用途与能力
Name/description (WeChat article reader) match the instructions: the SKILL.md only uses the agent's built-in browser to open a URL, normalize it to include ?scene=1, wait for the article container, extract text, and close the tab. No unrelated binaries, env vars, or config paths are requested.
ℹ 指令范围
Instructions stay within the stated purpose (open URL, wait for selector, extract innerText). However, the skill will open arbitrary URLs provided by the user; that means the agent will fetch and expose whatever content is at the URL (including pages behind login or unexpected endpoints) — this is expected but worth being aware of.
✓ 安装机制
No install spec and no code files — instruction-only. This minimizes disk-write/remote-install risk.
✓ 凭证需求
No environment variables, credentials, or config paths are requested; the declared requirements are proportional to the simple browsing/extraction task.
✓ 持久化与权限
Skill is not always-included and does not request elevated or persistent privileges. It does not attempt to modify other skills or agent-wide config.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/14
Initial release: use OpenClaw built-in browser tool with ?scene=1 bypass
● 无害
安装命令 点击复制
官方npx clawhub@latest install wechat-mp-reader
镜像加速npx clawhub@latest install wechat-mp-reader --registry https://cn.clawhub-mirror.com
技能文档
URL Normalization
Critical: The URL must end with ?scene=1 (not &scene=1), otherwise a CAPTCHA will be triggered.
Rules:
- No query params → append
?scene=1 - Has existing
?params → parse and rewrite query to includescene=1
Steps
- Open the page with
browser open "?scene=1" - Wait for content with
browser wait "#js_content" --load networkidle - Extract body text with
browser evaluate --fn "() => document.querySelector('#js_content')?.innerText || document.querySelector('.rich_media_content')?.innerText || document.body.innerText" - Return plain text content
- Close the tab with
browser close
Troubleshooting
- CAPTCHA → verify the URL has
?scene=1 - Empty content → page may not have fully loaded, retry
browser wait - Deleted article → the page will display a notice
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制