skills.vishalvoidskills/vishalvoid
Technical & DevelopmentAdvanced

autobrowse

Autonomous multi-step browser navigation workflows.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/browserbase/skills --skill autobrowse

Overview

What This Skill Does

Enables autonomous, multi-step browser navigation, form filling, and interaction tasks, providing detailed execution records, logs, and media.

Application

When to use this Skill

Documentation

Show Skills.md file

AutoBrowse — Self-Improving Browser Skill

Build reliable browser automation skills through iterative experimentation. An inner agent browses the site (evaluate.ts). You — the outer agent — read what happened and improve the instructions (strategy.md). Repeat until it passes consistently.

Entry Points

Invocation is flexible — both explicit flags and free-form natural language work:

/autobrowse --task google-flights
/autobrowse --task google-flights --iterations 10 --env remote
/autobrowse --tasks google-flights,amazon-add-to-cart
/autobrowse --all

# Also fine — parse freely:
/autobrowse https://flights.google.com/
/autobrowse book a flight on delta.com
/autobrowse fix the existing google-flights skill

When the user drops a URL or free-form instruction instead of --task <name>:

  • If an existing task in ${WORKSPACE}/tasks/ clearly matches the site/intent, use it.
  • Otherwise, pick a short kebab-case name, create ${WORKSPACE}/tasks/<name>/task.md from ${CLAUDE_SKILL_DIR}/references/example-task.md, fill in the URL/goal based on what the user said, and proceed. Tell the user the chosen name in one line.

Lines 1 - 25 of 271

Recommendations

Explore other random skills

All skillsMy patterns