Browser automation skills

9,420 tagged Browser automation, measured the same way as everything else here.

Browse within: browser-automation 150playwright 83typescript 66chromium 55agentic 50claude-code-skills 42javascript 40agent-orchestration 38browser-use 38python 38ReAct 36gpt 33copilot 32mass-unfollow 32

microsoft/vscode

Skill Claude CodeCodex

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

190k yesterday A 71 tokens original MIT

firecrawl/firecrawl

Skill Claude CodeCodex

Get Firecrawl credentials and SDK setup into a project. Use when an application needs FIRECRAWLAPIKEY, when an agent should add Firecrawl to .env, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser…

175k +394 today A 89 tokens AGPL-3.0

firecrawl/firecrawl

Skill Claude CodeCodex

Integrate Firecrawl /scrape into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is page-level.

175k +394 today A 62 tokens AGPL-3.0

firecrawl-build

05

firecrawl/firecrawl

Skill Claude CodeCodex

Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl…

175k +394 today A 149 tokens AGPL-3.0

vercel/next.js

Skill Claude CodeCodex

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

142k yesterday A 95 tokens original MIT

electron/electron

Skill Claude CodeCodex

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during e sync --3. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

123k yesterday A 62 tokens original MIT

browser-use

08

browser-use/browser-use

Skill Claude CodeCodex

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

112k yesterday A 26 tokens original MIT

remote-browser

09

browser-use/browser-use

Skill Claude CodeCodex

Controls an isolated Browser Use Cloud browser from a sandboxed machine with the current Browser Use CLI.

112k yesterday A 22 tokens original MIT

x402

10

browser-use/browser-use

Skill Claude CodeCodex

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

112k yesterday A 175 tokens original MIT

playwright-cli

11

microsoft/playwright

Skill Claude CodeCodex

Automate browser interactions, test web pages and work with Playwright tests.

95k 3d ago A 19 tokens original Apache-2.0

microsoft/playwright

Skill Claude CodeCodex

Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.

95k 3d ago A 69 tokens original Apache-2.0

netdata/netdata

Skill Claude CodeCodex

Best practices and orientation for AI assistants authoring or modifying Netdata data-collection plugins or modules in any language. Read before adding a new collector, modifying an existing one, working on logs, topology, NetFlow/sFlow/IPFIX, OTEL ingestion, SNMP profiles, statsd, Prometheus scraping, or interactive…

80k yesterday A 147 tokens GPL-3.0

scrapling-official

14

D4Vinci/Scrapling

Skill Claude CodeCodex

Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; webfetch fails; the site has anti-bot protections; write Python code to…

77k 6d ago A 80 tokens original BSD-3-Clause

qa-testing

15

openinterpreter/openinterpreter

Skill Claude CodeCodex

Verify your work by actually operating the app or website you changed, instead of assuming it works. Strongly recommended whenever you build, modify, or debug a web app, website, or desktop GUI app. Drive real browsers with the agent-browser CLI and native desktop apps with the cua-driver CLI. These are installed on…

68k 12d ago A 77 tokens original Apache-2.0

agent-browser

16

shanraisshan/claude-code-best-practice

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

65k +74 today A 108 tokens original MIT

storybook

17

asgeirtj/system_prompts_leaks

Skill Claude CodeCodex

Storybook is the fidelity oracle, not the runtime. The converter bundles the package's compiled dist/ into dsbundle.js - the same bundle the claude.ai/design agent builds with - and generates each preview by compiling the story source module itself (hooks, fixtures, local helpers - the whole closure comes along), with…

64k 2d ago A 0 tokens original CC0-1.0

computer-use

18

stablyai/orca

Skill Claude CodeCodex

Use Orca's computer-use CLI to inspect and operate local desktop app windows through accessibility trees, screenshots, and safe UI actions. Use for desktop app interaction: list apps/windows, get app state, read visible UI, click controls, type, press keys, scroll, drag, set values, or perform accessibility actions.…

57k yesterday A 121 tokens original MIT

orca-cli

19

stablyai/orca

Skill Claude CodeCodex

Use the public orca CLI to operate Orca-managed worktrees, folder contexts, terminals, repos, automations, artifacts, skill sharing, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree", "child worktree", "cardStatus", "spawn codex/claude…

57k yesterday A 205 tokens original MIT

a11y-debugging

20

ChromeDevTools/chrome-devtools-mcp

Skill Claude CodeCodex

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

50k 2d ago A 50 tokens original Apache-2.0

chrome-devtools-cli

21

ChromeDevTools/chrome-devtools-mcp

Skill Claude CodeCodex

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

50k 2d ago A 31 tokens original Apache-2.0

chrome-devtools

22

ChromeDevTools/chrome-devtools-mcp

Skill Claude CodeCodex

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

50k 2d ago A 55 tokens original Apache-2.0

moeru-ai/airi

Skill Claude CodeCodex

Use when Codex needs to inspect, debug, or automate an Electron app through agent-browser and Chrome DevTools Protocol, especially when the app has multiple BrowserWindow instances, lazy-created windows, duplicate URLs, or misleading agent-browser tab list output. Covers mapping Electron windows to raw CDP targets…

49k 2d ago A 95 tokens original MIT

tmux

24

HKUDS/nanobot

Skill Claude CodeCodex

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

48k 2d ago A 22 tokens original MIT