📦 Selenium Automation Skill — 浏览器自动化
v1.0.0用 Selenium 驱动浏览器,自动完成表单填写、网页抓取、UI 测试、点击按钮、处理弹窗并截图,一站式解决重复网页操作。
0· 189·1 当前·1 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
可疑
medium confidenceThe skill's files and instructions match its stated Selenium automation purpose, but the runtime instructions and scripts allow broad, potentially sensitive actions (filling/submitting forms, running automated interactions on arbitrary sites) and download runtime binaries (browser drivers) — risks that the metadata does not explicitly surface.
评估建议
This skill appears to do what it claims (Selenium automation) but comes with important operational risks: it will visit arbitrary URLs and can fill/submit forms and interact with pages (including authenticated portals), and it downloads browser drivers at runtime. Before installing, consider: (1) Do not supply real account credentials unless you trust the code — prefer temporary/test accounts. (2) Run the skill in an isolated environment (VM/container) with limited network access if possible. (3...详细分析 ▾
✓ 用途与能力
Name/description (Selenium browser automation) align with included scripts (form_filler, web_scraper, time_logger) and SKILL.md examples. The requested resources in metadata (no env vars, no required binaries) are broadly consistent with a generic Selenium tool that relies on installed browsers and pip packages.
⚠ 指令范围
SKILL.md and the scripts instruct the agent to visit arbitrary URLs, fill and submit forms, click buttons, handle alerts, upload files, and capture screenshots. Those actions are expected for browser automation but are powerful: they can interact with authenticated pages, submit data on behalf of users, and extract sensitive content. The SKILL.md shows examples using usernames/passwords but the registry metadata does not declare how credentials should be provided or stored; the scripts appear to accept credentials via CLI (implied by examples), which raises a risk of accidental credential entry or misuse. The instructions give broad discretion to operate on arbitrary sites (no explicit limits or safeguards).
ℹ 安装机制
There is no formal install spec in the registry, but SKILL.md tells users to pip install selenium, webdriver-manager, beautifulsoup4, pandas. The included webdriver_manager usage will download browser driver binaries at runtime from upstream locations — this requires network access and results in code/binaries being fetched/executed dynamically. This is common for Selenium tooling but increases the runtime attack surface (third‑party downloads).
ℹ 凭证需求
The skill declares no required environment variables or credentials, which is coherent. However the scripts expect/accept sensitive inputs (usernames, passwords, site URLs) via CLI examples in SKILL.md; the registry does not declare these or advise on secure handling. The skill also implicitly requires local browser installations or the ability to run headless browsers and to download drivers — capabilities that are not captured in the metadata.
✓ 持久化与权限
always is false and the skill does not request permanent agent inclusion or modify other skills. There is no evidence it alters agent configs or requests elevated platform privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
Initial release of selenium-automation skill - Provides browser automation using Selenium for web scraping, form filling, UI testing, navigation, alert handling, and screenshot capture. - Includes ready-to-use scripts for form filling, web scraping, and UI testing. - Supports Chrome, Firefox, Edge (full), and Safari (limited) browsers. - Features customizable browser configuration (e.g., headless mode, proxies), comprehensive error handling, and advanced automation features. - Integration guidance for use with data-processing and file-operations skills.
● 无害
安装命令
点击复制官方npx clawhub@latest install selenium-automation-skill
镜像加速npx clawhub@latest install selenium-automation-skill --registry https://cn.longxiaskill.com