← Back to Skills Marketplace
benboby

Browser Task Runner

by Benboby · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install browser-task-runner
Description
Plan and execute repeatable browser-based workflows such as opening sites, logging in, navigating dashboards, filling forms, exporting data, taking screensho...
README (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.

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install browser-task-runner
  3. After installation, invoke the skill by name or use /browser-task-runner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug browser-task-runner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Browser Task Runner?

Plan and execute repeatable browser-based workflows such as opening sites, logging in, navigating dashboards, filling forms, exporting data, taking screensho... It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Browser Task Runner?

Run "/install browser-task-runner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Browser Task Runner free?

Yes, Browser Task Runner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Browser Task Runner support?

Browser Task Runner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Browser Task Runner?

It is built and maintained by Benboby (@benboby); the current version is v1.0.0.

💬 Comments