/install browser-task-runner
Browser Task Runner
Treat browser work as fragile. Prefer deterministic, repeatable flows over improvising clicks.
Workflow
- Confirm the target site and exact outcome.
- Identify the available execution path:
- direct web fetch/search for read-only public pages
- local browser automation tooling if available
- AppleScript/UI scripting as a fallback for simple fixed flows
- Check whether the task needs authentication, MFA, CAPTCHA, or sensitive confirmation.
- For destructive or account-changing actions, ask before proceeding.
- Execute the smallest reliable flow and report where manual takeover may still be needed.
Good fits
- open a fixed set of URLs
- log into a routine internal tool
- navigate to a report page
- export a CSV or PDF
- fill a repetitive form
- capture a screenshot of a page state
- scrape visible page data into a summary
Fragile cases
Be cautious when the task involves:
- CAPTCHA
- MFA prompts
- anti-bot protections
- drag-and-drop heavy UIs
- unpredictable popups
- account settings or payment actions
In those cases, prefer a hybrid flow: automate the boring parts and let the user finish the sensitive step.
Execution policy
Prefer this order:
- Read-only web tools for public pages
- Existing local automation tools/frameworks
- macOS UI scripting for narrow, stable workflows
Do not pretend browser control exists if the tooling is absent. State what is missing and what can still be automated.
Output pattern
Report using:
- Goal
- Automation path
- What succeeded
- Where it may break
- Next improvement
Keep website-specific details in scripts or references if this skill grows beyond a generic runner.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install browser-task-runner - 安装完成后,直接呼叫该 Skill 的名称或使用
/browser-task-runner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Browser Task Runner 是什么?
Plan and execute repeatable browser-based workflows such as opening sites, logging in, navigating dashboards, filling forms, exporting data, taking screensho... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 Browser Task Runner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install browser-task-runner」即可一键安装,无需额外配置。
Browser Task Runner 是免费的吗?
是的,Browser Task Runner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Browser Task Runner 支持哪些平台?
Browser Task Runner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Browser Task Runner?
由 Benboby(@benboby)开发并维护,当前版本 v1.0.0。