帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
该技能材料显示其本质是面向 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.帮助定位 OpenClaw 测试中的内存增长、堆泄漏与 OOM 根因
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
用于分析并优化 OpenClaw 测试与插件套件的性能瓶颈、内存占用和覆盖率耗时。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
快速搭建一次性原型,验证方案可行性并给出对比结论。
帮助维护者分诊、清理并解决 GitHub 中的 OpenClaw 密钥泄露告警。
通过 Playwright 自动操作浏览器,完成测试、抓取、交互与网页控制任务。
智能驱动浏览器自动操作网页,并自主抓取与整理页面信息
通过浏览器自动化控制 Chrome/Edge,帮助 AI 稳定执行网页操作与测试流程。
在真实 Chrome 浏览器中执行多步自动化任务,并支持实时查看与人工接管。
通过调用 API 与网页交互,帮助用户自动化完成浏览器操作流程。
通过浏览器自动化完成标签管理、页面导航、操作执行与清理流程。