📦 Selenium Browser — 浏览器自动化
v1.0.0启动由 Selenium 控制的 Chrome 浏览器,打开指定 URL,截取页面截图并汇报执行进度,支持无头模式与可选代理设置。
0· 613·8 当前·8 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
Do not install or run this skill as-is. Key concerns: (1) The SKILL.md, the script embedded in SKILL.md, and the actual scripts on disk disagree: one version takes and reports a screenshot, another never takes a screenshot and loops forever. (2) SKILL.md says the skill returns JSON, but the embedded script prints a Python dict (not serialized JSON) and the on-disk script prints nothing — the agent will likely fail to parse results. (3) SKILL.md promises a hardcoded save path (/home/main/clawd/di...详细分析 ▾
⚠ 用途与能力
The declared purpose (launch Chrome via Selenium, capture a screenshot, return the saved path) is reasonable. However the SKILL.md and the actual scripts disagree: SKILL.md includes a script that saves a screenshot and prints a JSON-like dict, but the file manifest's launch_browser.py opens the page and then loops forever without taking or saving a screenshot. SKILL.md also promises saving to /home/main/clawd/diffusion_pdfs/, which is not used by the bundled scripts. These inconsistencies indicate the package is not internally coherent with its stated purpose.
⚠ 指令范围
SKILL.md instructs the agent to run the Python script and parse stdout as JSON. The embedded script in SKILL.md prints a Python dict (not serialized JSON) and the actual file on disk does not print or return the expected JSON and instead blocks in an infinite loop. The mismatch could cause the agent to hang, mis-parse output, or never receive a screenshot path. The instructions also reference a fixed save path in SKILL.md that is not present in the real script.
✓ 安装机制
There is no automated install spec—this is instruction-only with bundled scripts and a recommendation to pip install selenium. No remote downloads or archive extractions are present in the package itself, so install risk is low, assuming the operator runs the recommended pip command from a trusted environment.
ℹ 凭证需求
The skill requests no credentials and only optionally uses CHROME_BIN and CHROMEDRIVER_PATH env vars (reasonable). It supports an optional proxy. However SKILL.md's hardcoded save path (/home/main/clawd/diffusion_pdfs/) is unexpected and unrelated to the skill's basic function; the bundled scripts do not reliably respect or expose a configurable, safe output path. That fixed-path claim is disproportionate and should be clarified or removed.
ℹ 持久化与权限
The registry flags are normal (not always:true). But the bundled script in the manifest enters an indefinite while-true sleep loop, relying on an external KeyboardInterrupt or 'terminate' to exit; that behavior can leave the agent waiting and consume resources. This persistence is not expressed in SKILL.md and should be addressed (timeouts or explicit termination protocol).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/27
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install selenium-browser
镜像加速npx clawhub@latest install selenium-browser --registry https://cn.longxiaskill.com