📦 HTML-to-Selenium — 网页自动化脚本

v1.0.2

输入任意网页 HTML,即可解析元素结构并自动生成可运行的 Selenium 自动化控制脚本,一键完成点击、填写、抓取等操作,无需手写代码,大幅提升测试与爬虫效率。

0· 118·0 当前·0 累计
icestorms 头像by @icestorms (张 庆 ( Zhang Qing ))
下载技能包
最后更新
2026/3/25
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions match its stated purpose (downloading page HTML, analyzing elements, and generating Selenium scripts); no hidden endpoints or unrelated credentials are requested, but you should be careful about what pages and HTML you send to external LLMs and ensure the correct WebDriver is installed.
评估建议
This skill appears coherent with its purpose, but take these precautions before using it: - Only run it on pages you are authorized to access. The script will load arbitrary URLs from your environment and can access internal/network-only resources if run locally. - Install and use the correct browser WebDriver (the script uses Edge by default) and the selenium Python package. The skill does not install those for you. - Be cautious about sending downloaded HTML to external LLMs: page source can i...
详细分析 ▾
用途与能力
Name/description ('HTML-to-Selenium') align with the included script and SKILL.md: the bundle downloads page HTML, enumerates interactive elements, and instructs generating Selenium control code. There are no unrelated environment variables or surprising binaries requested.
指令范围
SKILL.md explicitly directs downloading pages and then sending the HTML to an LLM for analysis — this matches the skill's goal but is also the main privacy/safety concern because page HTML can contain tokens/CSRF data. The SKILL.md contains warnings about only using authorized pages and deleting temporary files, which is appropriate; however sending raw HTML to an external LLM could leak sensitive data and is left as a user responsibility.
安装机制
No install spec and only a small Python script are included (instruction-only style). No remote downloads or archives are executed, so there is low install-time risk.
凭证需求
The skill requires no environment variables or credentials. It does require the user to have the selenium package and a matching WebDriver available locally (the script uses Edge WebDriver). Those requirements are proportional to the stated functionality.
持久化与权限
always is false and the skill does not request permanent presence or modify other skills/config. It writes temporary files to the working directory (and deletes them by default); that's expected for its operation.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/25

- Added full English documentation and description alongside existing Chinese content for broader accessibility. - Clarified workflow and output format sections for both languages. - Updated security warnings and dependency instructions to ensure correct usage. - No code or functional changes; documentation only.

Pending

安装命令

点击复制
官方npx clawhub@latest install html-to-selenium
镜像加速npx clawhub@latest install html-to-selenium --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库