browser▌
55 indexed skills · max 10 per page
steel-browser
steel-dev/cli · Productivity
Cloud browser automation with fast extraction APIs and explicit session control for web tasks. \n \n Provides three command families: steel scrape and steel pdf for fast API-based extraction, steel screenshot for page capture, and steel browser for interactive multi-step automation with click, fill, wait, and snapshot operations \n Supports named session management with parallel execution, CAPTCHA/anti-bot handling via stealth mode and proxy configuration, and credential injection through stored
google-search-browser-use
grasseed/google-search-browser-use · Backend
Google searches via real browser sessions, extracting live results while reusing logged-in credentials to minimize CAPTCHAs. \n \n Launches Google searches in real browser mode to leverage existing user sessions and reduce bot detection blocks \n Provides commands to inspect search results, click through to individual pages, and extract content summaries with source citations \n Includes fallback to Jina AI text extraction if browser parsing encounters difficulties \n Requires browser-use instal
use-my-browser
xixu-me/skills · Productivity
This is the main browser automation strategy skill for nontrivial web work. It teaches the agent when to stay on public-web tools, when to use the live browser session, and when to fall back to a separate browser or raw-fetch path.
chrome-cdp-live-browser
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
browser-use
browser-use/browser-use · Productivity
Fast, persistent browser automation with session continuity across sequential agent commands. \n \n Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration \n Includes 20+ command categories covering navigation, page inspection, interactions, data extraction, cookie management, JavaScript execution, and wait conditions \n Offers cloud session management, local server tunneling via Cloudflare, and parallel subage
agent-browser
brianlovin/claude-config · Productivity
The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser, brew install agent-browser, or cargo install agent-browser. Run agent-browser install to download Chrome.
chrome-browser
oimiragieo/agent-studio · Productivity
Standalone script: No download; the skill invokes .claude/tools/chrome-browser/chrome-browser.cjs (Node.js v18+ required).
browser-debugging
aj-geddes/useful-ai-prompts · Productivity
Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues.
browser-extension-builder
davila7/claude-code-templates · Frontend
Role: Browser Extension Architect
agent-browser
inferen-sh/skills · Productivity
Playwright-based browser automation with element refs for AI agents, supporting navigation, interaction, screenshots, and video recording. \n \n Provides 6 core functions: open (navigate with config), snapshot (refresh element refs), interact (click/fill/drag/upload/scroll), screenshot, execute (JavaScript), and close \n Element interaction uses simple @e ref system that invalidates after navigation, requiring re-snapshot calls to maintain accurate selectors \n Supports video recording with opti