AutoBrowse
Skill Verifiziert AktivSelf-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.
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
- Parse arguments and orient task mode (single/multi-task, iterations, env).
- Set up workspace (tasks/, traces/) and scaffold task.md/strategy.md if needed.
- Run the inner agent via `evaluate.mjs` for the specified task and environment.
- Read the trace (summary.md) to identify failures or areas for improvement.
- Formulate a single hypothesis and update strategy.md.
- Repeat the loop until the task passes consistently or max iterations are reached.
- If ready, graduate the task by writing a self-contained SKILL.md to ~/.claude/skills/.
- 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@browserbaseQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Agent Browser
100Browser-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.
Chatgpt Search
100Search 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".
Senior Backend Engineer
100Designs 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.
Browser Extract
99Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model
Agent Browser
99Interagieren 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.
Dev Browser
99Browserautomatisierung 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.