← 返回 Skills 市场
benboby

Browser Task Runner

作者 Benboby · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install browser-task-runner
功能描述
Plan and execute repeatable browser-based workflows such as opening sites, logging in, navigating dashboards, filling forms, exporting data, taking screensho...
使用说明 (SKILL.md)

Browser Task Runner

Treat browser work as fragile. Prefer deterministic, repeatable flows over improvising clicks.

Workflow

  1. Confirm the target site and exact outcome.
  2. 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
  3. Check whether the task needs authentication, MFA, CAPTCHA, or sensitive confirmation.
  4. For destructive or account-changing actions, ask before proceeding.
  5. 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:

  1. Read-only web tools for public pages
  2. Existing local automation tools/frameworks
  3. 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.

安全使用建议
Install only if you want an agent to help with browser workflows. For logged-in accounts, exports, payment pages, account settings, MFA, or CAPTCHA, keep control of the sensitive step and confirm the exact site and outcome before automation proceeds.
能力评估
Purpose & Capability
The stated purpose is browser-based workflow automation, and the instructions match that purpose: opening sites, navigating, filling forms, exporting data, screenshots, and extracting visible page content.
Instruction Scope
The skill scopes work to user-confirmed targets and outcomes, prefers read-only public access first, and explicitly requires asking before destructive or account-changing actions.
Install Mechanism
The artifact contains a single SKILL.md file with no executable scripts, dependencies, install hooks, or hidden secondary files.
Credentials
Browser automation can interact with logged-in sessions and exported data, but that access is expected for the stated purpose and is framed with authentication, MFA, CAPTCHA, and sensitive-action checks.
Persistence & Privilege
No persistence, background worker, privilege escalation, credential storage, or automatic account mutation behavior is present in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install browser-task-runner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /browser-task-runner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of browser-task-runner skill: - Automates repeatable browser-based workflows such as logging in, navigating dashboards, filling forms, exporting data, taking screenshots, and extracting page content. - Provides a clear workflow checklist for reliable browser task automation, highlighting the order of execution and when to prompt for user intervention. - Documents best practices and limitations for handling CAPTCHAs, MFA, anti-bot protections, and sensitive actions. - Offers a standardized output pattern to clearly report goals, automation steps, results, failure points, and next improvements. - Designed to work flexibly with direct web fetches, local automation tools, or macOS UI scripting as needed.
元数据
Slug browser-task-runner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论