Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

AutoBrowse

Skill Verifiziert Aktiv
Teil von:Browse

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.

Zweck

To build and refine reliable, production-ready browser automation skills for any website through an iterative, agent-driven process, significantly reducing costs and improving deterministic outcomes.

Funktionen

  • Iterative skill improvement via auto-research loop
  • Parallel task execution using sub-agents
  • Support for local and remote browser environments
  • Generation of self-contained, graduated skills
  • Clear documentation and examples for usage and setup

Anwendungsfälle

  • Building automated navigation for specific website tasks
  • Improving existing brittle browser automation scripts
  • Creating site-specific playbooks for agents
  • Reducing LLM exploration costs for repetitive web tasks

Nicht-Ziele

  • Executing arbitrary shell commands
  • Replacing a full testing framework
  • Managing the user's local browser installation
  • Performing destructive operations outside the browser context

Workflow

  1. Parse arguments and orient task mode (single/multi-task, iterations, env).
  2. Set up workspace (tasks/, traces/) and scaffold task.md/strategy.md if needed.
  3. Run the inner agent via `evaluate.mjs` for the specified task and environment.
  4. Read the trace (summary.md) to identify failures or areas for improvement.
  5. Formulate a single hypothesis and update strategy.md.
  6. Repeat the loop until the task passes consistently or max iterations are reached.
  7. If ready, graduate the task by writing a self-contained SKILL.md to ~/.claude/skills/.
  8. Generate a final report for multi-task sessions.

Praktiken

  • Iterative refinement
  • Browser automation
  • Agent development

Voraussetzungen

  • Node.js 18+
  • browse CLI
  • ANTHROPIC_API_KEY
  • BROWSERBASE_API_KEY (for remote env)

Trust

  • info:Issues AttentionWith 2 issues opened and 0 closed in the last 90 days, maintainer responsiveness on issues is currently not demonstrable.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add browserbase/skills
/plugin install skills@browserbase

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne3.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Agent Browser

100

Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.

Skill
shanraisshan

Chatgpt Search

100

Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".

Skill
SeifBenayed

Senior Backend Engineer

100

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.

Skill
alirezarezvani

Browser Extract

99

Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model

Skill
ruvnet

Agent Browser

99

Interagieren Sie mit Slack-Arbeitsbereichen mithilfe von Browser-Automatisierung. Verwenden Sie dies, wenn der Benutzer ungelesene Kanäle überprüfen, Slack navigieren, Nachrichten senden, Daten extrahieren, Informationen finden, Konversationen durchsuchen oder jede Slack-Aufgabe automatisieren muss. Trigger sind "check my Slack", "what channels have unreads", "send a message to", "search Slack for", "extract from Slack", "find who said" oder jede Aufgabe, die programmatische Slack-Interaktion erfordert.

Skill
vercel-labs

Dev Browser

99

Browserautomatisierung mit persistentem Seitenzustand. Verwenden Sie dies, wenn Benutzer aufgefordert werden, Websites zu navigieren, Formulare auszufüllen, Screenshots zu erstellen, Webdaten zu extrahieren, Webanwendungen zu testen oder Browser-Workflows zu automatisieren. Auslöser-Phrasen sind "gehe zu [URL]", "klicke auf", "fülle das Formular aus", "mache einen Screenshot", "scrapen", "automatisieren", "teste die Website", "melde dich an" oder jede Anfrage zur Browserinteraktion.

Skill
SawyerHood