Agent Browser
浏览器智能控制。自动化操作、截图、填表、数据抓取。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 894 · 4 current installs · 4 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (browser automation: open pages, screenshot, fill forms, scrape) match the SKILL.md instructions which reference built-in browser operations (browser_open, browser_click, browser_evaluate, etc.). There are no unexpected binaries, env vars, or external services required.
Instruction Scope
Instructions stay within browser automation. They permit executing arbitrary page scripts via browser_evaluate and performing logins/periodic monitoring — this is expected for automation but grants the agent the ability to interact with and extract page data (including potentially sensitive data exposed in pages or cookies). SKILL.md does not instruct reading unrelated system files or env vars.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. It expects OpenClaw's built-in browser facility to be available.
Credentials
No environment variables, credentials, or config paths are requested. The skill mentions '登录认证' (login) as a capability but does not require or capture credentials itself — credentials would be provided at runtime by the user. This is proportionate, but be aware runtime actions may handle secrets you supply.
Persistence & Privilege
The skill writes outputs to workspace paths (/workspace/data/browser/...), so screenshots, recordings, and scraped data will be persisted. It does not request always:true or system-wide privileges, nor does it modify other skills.
Assessment
This skill appears to do what it says (browser automation) and doesn't request extra credentials or installs. Before using it: (1) Be careful when asking it to log into sites — any credentials you provide or session data could be captured in screenshots, saved files, or by scripts run on pages. (2) Expect outputs to be stored under /workspace/data/browser/ — clear or encrypt that data if it contains sensitive info. (3) If you run the agent on a remote/cloud machine, assume the agent can access the web from that environment. (4) Avoid instructing execution of untrusted JavaScript via browser_evaluate on pages that contain secrets (cookies, tokens). If you want more assurance, request the skill's implementer/source, or run tests on non-sensitive sites first.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Agent Browser 技能
智能浏览器控制助手。
功能
📸 页面操作
- 打开网页
- 截图/录屏
- 点击/输入
- 滚动/导航
🤖 自动化
- 表单自动填写
- 批量操作
- 定时任务
- 登录认证
📥 数据抓取
- 提取网页内容
- 表格数据导出
- 动态内容抓取
- 定期监控
✅ 测试
- UI 测试
- 回归测试
- 性能监控
使用方式
帮我打开这个网页并截图
URL:https://example.com
自动化操作:帮我填写这个表单
字段:姓名、电话、地址
抓取数据:把这个页面的表格导出成CSV
URL:https://example.com/data
监控:每小时检查这个页面有无更新
URL:https://example.com/status
浏览器配置
OpenClaw 内置浏览器功能。
环境要求:
- 需要在有浏览器的机器上运行(如本地电脑)
- 支持 Chrome/Brave/Edge/Chromium
使用方式:
- 直接告诉我:"打开某网页" / "截图" / "填表"
- 使用
browser工具进行操作
可用操作:
browser_open- 打开网页browser_snapshot- 页面快照browser_screenshot- 截图browser_click- 点击元素browser_type- 输入文字browser_evaluate- 执行脚本
安全说明
- 🔒 敏感操作需要确认
- 📝 操作日志可追溯
- ⚠️ 遵守网站 robots.txt
数据存储:
- 截图/录屏:
/workspace/data/browser/screenshots/ - 抓取数据:
/workspace/data/browser/data/ - 配置:
/workspace/data/browser/config.json
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
