AIAny
AI Agent2025
Icon for item

Browserbase Skills

Provides a set of Claude Code skills that let an LLM-driven agent control Browserbase via browser automation and the official bb CLI — includes browser automation with anti-bot/solver support, cookie sync, fetch/tracing, site-debugging, and serverless function workflows.

Introduction

Agents that browse the web need more than raw page fetching: they require resumable browser sessions, anti-bot tactics, access to authenticated profiles, and platform workflows for deploying browser-backed tasks. Browserbase Skills packages those capabilities as callable skills for Claude Code so an LLM-driven agent can operate Browserbase programmatically via a CLI-backed interface.

What Sets It Apart
  • CLI-first integration with Browserbase (bb): exposes sessions, projects, contexts, extensions, fetch, and functions as agent-callable operations so workflows (e.g., listing projects, starting sessions, or deploying functions) map directly to platform primitives.
  • Real browser automation with anti-bot tooling: supports remote Browserbase sessions that include stealth measures, residential proxies, and CAPTCHA solving — useful when agents must interact with sites that block headless crawlers.
  • Diagnostics and observability for brittle automations: includes a site-debugger that analyzes bot detection, selectors, auth flow and timing, plus a browser-trace capability that captures CDP firehose, screenshots, and DOM dumps for postmortem and bisecting failures.
  • Lightweight alternatives for simple tasks: cookie-sync enables reusing local Chrome auth in a persistent Browserbase context, and fetch/search skills let agents retrieve HTML/JSON or structured search results without launching a full browser session.
Who it's for — and tradeoffs

Great fit if you build or run LLM agents (Claude Code) that must perform realistic browser interactions, QA web apps, or automate authenticated flows and you'd benefit from a CLI-driven, observable platform. It’s especially useful when you need remote/resumable sessions, CAPTCHA handling, and the ability to deploy short-lived browser functions to a cloud.

Look elsewhere if you require fully local-only browsing without a Browserbase account (this project targets Browserbase workflows and the bb CLI), need a vendor-agnostic agent skills suite (it’s optimized for Claude Code + Browserbase), or prefer language-native SDKs instead of a CLI-integrated skill set.

Information

  • Websitegithub.com
  • AuthorsBrowserbase
  • Published date2025/10/12

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.