帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
该技能材料显示其本质是面向 OpenClaw 浏览器工具的操作指南/提示词,不自带密钥、远程端点或可执行安装步骤。结合其开源 GitHub 来源和较高社区采用度,整体风险较低,主要需注意其实际能力取决于被调用的浏览器工具本身而非该技能文本。
材料明确标注“需要的密钥/环境变量:无”,README 也未要求 API key、账号密码注入或令牌配置;文本仅提到遇到登录/2FA时应通知用户人工处理,未见凭证收集或滥用设计。
客观检查项标注“远程端点 host:无”,该技能本身只是浏览器自动化操作说明,不声明任何自有服务端或数据回传通道。虽然其使用场景涉及访问网页,但未见将数据额外发送到无关第三方端点的描述。
系统已判定为“prompt-only”,当前材料未包含可执行脚本、安装命令或本机进程启动逻辑;README 中出现的命令与 action 仅是对外部 OpenClaw/browser 工具的使用示例,不等同于该技能自身执行代码。
作为提示词/说明文档,本技能本身不声明直接读写本地文件、系统目录或数据库权限。文档关注的是标签页、快照、页面元素引用等浏览器会话操作,未见请求超出声明用途的数据访问范围。
来源为 GitHub 开源仓库,且社区采用度很高(约 377k star),这显著降低供应链风险;当前未见闭源分发、未知下载源或可疑安装器。需留意许可证未声明、维护状态未知,但基于现有事实不足以上调为更高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "browser-automation" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/browser/skills/browser-automation/SKILL.md 2. 保存为 ~/.claude/skills/browser-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请使用浏览器自动化打开后台系统,依次登录、进入订单页面、筛选今天的数据,并导出 CSV。如果页面超时或元素失效,请自动重试并继续。
完成登录、页面导航与导出,并在异常时自动恢复后继续执行。
打开目标网站并判断当前是否已登录;如果未登录,停留在登录页并告诉我需要手动输入哪些信息;如果已登录,继续进入仪表盘截图。
返回登录状态判断结果,并根据状态停留或继续执行后续操作。
请在多个标签页中分别打开竞品官网、定价页和帮助中心,提取关键信息并整理对比;如果某个标签页引用失效或关闭,请重新定位并继续。
输出整理后的对比结果,并能在标签页异常时自动重新定位继续采集。
Use this skill when you need the browser tool for anything beyond a single page check.
openclaw browser doctor or action="status" when the browser/plugin setup itself may be broken.action="status" for availability.action="profiles" if login state or profile choice matters.action="tabs" before opening a new tab if retries/timeouts may have left windows behind.label, for example label="meet".action="tabs" or action="open", store suggestedTargetId and pass it as targetId in later calls.suggestedTargetId is the label when one exists, otherwise the stable tabId handle like t1.targetId except for immediate diagnostics; it can change under Chromium target replacement.action="snapshot" on the intended targetId.targetId for follow-up actions so refs stay on the same tab.refs="aria" when supported. If you receive axN refs from snapshotFormat="aria", use them only after that same snapshot call; stale or unbound axN refs fail fast and need a fresh snapshot.urls=true when link text is ambiguous or a direct navigation target would avoid brittle clicks.labels=true on snapshot or screenshot when visual position matters.action="act" with a ref from the latest snapshot.Before creating a tab for a named task, list tabs and reuse an existing matching label or URL when it is still usable.
Example:
{ "action": "tabs" }
If no suitable tab exists:
{ "action": "open", "url": "https://example.com", "label": "task" }
Then target it by label:
{ "action": "snapshot", "targetId": "task", "refs": "aria" }
If a retry creates duplicates, close the extras by tabId:
{ "action": "close", "targetId": "t3" }
Do not pass bare numbers like "2" as targetId. Numeric tab positions are only for the CLI openclaw browser tab select 2 helper; browser tool calls need a suggestedTargetId, label, tabId, or raw target id.
If an action fails with a missing or stale ref:
targetId again.Use profile="user" only when existing cookies/login matter. This attaches to the user's running Chromium-based browser.
For profile="user" and other existing-session profiles, omit timeoutMs on act:type, evaluate, hover, scrollIntoView, drag, select, and fill; that driver rejects per-call timeout overrides for those actions.
When creating or joining a Meet:
label="meet", and reuse it during retries.通过 OpenAI 音频转写接口,将语音录音快速转成文本或说话人分段结果。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助用户对收件箱消息进行分流、跟进等待回复并生成后续摘要。
帮助开发与运维团队运行、排查并总结 OpenClaw 发布 CI 与发布前检查流程
自动控制浏览器完成导航、表单填写、点击截图与标签页管理等网页操作。
智能驱动浏览器自动操作网页,并自主抓取与整理页面信息
用自然语言操控浏览器,完成网页自动化、测试与数据抓取任务
通过 Playwright 自动控制浏览器,完成网页操作、截图与会话管理。
通过控制本机 Chrome 浏览器,自动执行网页操作、测试与信息采集任务。
通过 Rube MCP 自动化 Browserbase 浏览器任务,并先检索最新工具 schema。