← 返回 Skills 市场
1194
总下载
0
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install selenium-browser-skill
功能描述
Teaches the agent how to perform advanced web automation using Python, Selenium WebDriver, and ChromeDriver.
安全使用建议
This skill appears internally consistent and focused on Selenium-based browser automation, but take these precautions before installing or using it: 1) Review any Python script the agent generates before granting permission to run it — the SKILL.md correctly requires explicit approval. 2) Do not provide site credentials, API keys, or other secrets to the agent unless you trust the execution environment; automated scripts can access any page content and could capture sensitive data. 3) Ensure Chrome and ChromeDriver are installed from trusted sources (package manager or official releases). 4) If your platform allows restricting skill capabilities, consider limiting exec/write or requiring manual approval for execution to enforce the SKILL.md rule. 5) Run generated scripts in an isolated environment (VM/container) if they will browse untrusted sites. If you want a deeper check, provide a sample generated script and the platform policies for exec/write so I can verify the script matches the stated safeguards.
功能分析
Type: OpenClaw Skill
Name: selenium-browser-skill
Version: 0.1.1
The skill is classified as suspicious due to its requirement for high-risk permissions (`exec`, `write`) and its ability to generate and execute arbitrary Python code, including the use of Selenium's `execute_script` for arbitrary JavaScript injection into web pages. While these capabilities are necessary for its stated purpose of web automation, they present a significant attack surface. However, the `SKILL.md` explicitly instructs the AI agent to 'Never run the script automatically' and to 'ask the user for explicit permission to run it' before using the `exec` tool, which mitigates the risk of autonomous malicious actions by the agent. There is no direct evidence of intentional malicious behavior (e.g., data exfiltration, persistence) designed into the skill bundle itself, making it a powerful tool with potential for misuse rather than inherently malicious code.
能力评估
Purpose & Capability
The name and description match the instructions: SKILL.md teaches Python + Selenium usage and lists the expected system/python dependencies (python3, chromedriver, google-chrome, selenium). The frontmatter permission requirements (exec, write) align with a skill that writes scripts and may run them after user approval.
Instruction Scope
The runtime instructions stay on-topic (creating scripts, navigation, screenshots, JS execution, closing the browser). The SKILL.md explicitly instructs the agent NOT to run scripts without user approval and to only use exec after explicit consent — a deliberate safety measure. One notable capability: examples include driver.execute_script (JavaScript injection) which is a normal automation tool but can be used to read/modify page DOM and could be misused to collect or exfiltrate sensitive page data if a generated script sends that data elsewhere; the skill itself does not instruct exfiltration.
Install Mechanism
This is an instruction-only skill; the only install guidance inside the frontmatter is a pip install selenium line. There are no downloads from arbitrary URLs or archive extraction. The skill assumes the user or environment supplies Chrome/ChromeDriver; it does not attempt to fetch them itself.
Credentials
The skill requests no environment variables or external credentials. It does request exec and write permissions (to create and optionally run scripts), which are proportionate for a tool that generates and executes automation scripts.
Persistence & Privilege
always is false and the skill is user-invocable. The skill's required capabilities (exec, write) allow writing and running scripts but it does not request elevated persistent presence or modify other skills or system-wide configuration. Autonomous invocation is possible per platform defaults, but there are no additional privileges requested that would materially increase risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install selenium-browser-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/selenium-browser-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Added explicit security and execution rules: scripts must not be run automatically; user approval is now required before executing automation code.
- Documented system and Python dependencies (python3, chromedriver, google-chrome, and selenium) in the skill metadata.
- Included installation instructions for required Python packages.
- No functional code changes were made to the Selenium usage examples or guidance.
v0.1.0
- Initial release of the selenium-automation skill.
- Provides step-by-step instructions and code snippets for advanced web automation using Python and Selenium WebDriver with ChromeDriver.
- Covers essential operations: browser setup (headless mode), navigation, element interaction, JavaScript execution, taking screenshots, and safe browser closure.
- Designed for seamless automation, scraping, and browser scripting tasks.
元数据
常见问题
Selenium Automation 是什么?
Teaches the agent how to perform advanced web automation using Python, Selenium WebDriver, and ChromeDriver. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1194 次。
如何安装 Selenium Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install selenium-browser-skill」即可一键安装,无需额外配置。
Selenium Automation 是免费的吗?
是的,Selenium Automation 完全免费(开源免费),可自由下载、安装和使用。
Selenium Automation 支持哪些平台?
Selenium Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Selenium Automation?
由 gg-erick(@gg-erick)开发并维护,当前版本 v0.1.1。
推荐 Skills