Agent skills for the BrowserSolver antibot bypass and screenshots API, the hosted MCP server, and common BrowserSolver workflows.
Compatible with Claude Code, Cursor, Cline, Codex, Windsurf, Gemini, GitHub Copilot, Roo, Goose, Antigravity, and 50+ other agents via the open skills CLI.
Pick the flow that matches what you're shipping:
# Install every BrowserSolver skill into every detected agent
npx skills add browsersolver/skills --all
# Pick specific skills (use the canonical `--skill <name>` form)
npx skills add browsersolver/skills --skill browsersolver-crawl-site
# Target specific agents (claude-code, codex, cursor, gemini-cli, ...)
npx skills add browsersolver/skills --all -a claude-code -a cursor
# Install globally (~/<agent>/skills/) instead of in the current project
npx skills add browsersolver/skills --all --global
# Just list what's available without installing
npx skills add browsersolver/skills --listbrowsersolver/skills is GitHub-shorthand for https://github.com/browsersolver/skills; the CLI clones it directly.
| Skill | When to use |
|---|---|
| browsersolver-crawl-site | Crawl a public site and list discovered paths with BrowserSolver. |
| browsersolver-detect-tech | Detect frontend and infrastructure technologies on a public site. |
| browsersolver-render-page | Render a JavaScript-heavy public page with BrowserSolver. |
| browsersolver-screenshot | Take a rendered screenshot of a public page with BrowserSolver. |
| browsersolver-unlock-page | Fetch bot-protected public pages with the BrowserSolver unlocker. |
Unlock bot-protected pages, detect site technologies, take screenshots, render JavaScript-heavy sites, and crawl public URLs.
- Create an account at app.browsersolver.com.
- Connect the hosted MCP server at
https://mcp.browsersolver.com/(OAuth through the dashboard). - API calls can also use an
x-api-keyheader from the dashboard. Never print API keys.
Docs: docs.browsersolver.com
# Pull the latest version of every installed BrowserSolver skill
npx skills update
# Remove a specific skill
npx skills remove browsersolver-crawl-site
# Remove every BrowserSolver skill from a specific agent
npx skills remove --skill 'browsersolver-*' -a claude-codenpx skills symlinks the skills into each agent's conventional directory. A few examples:
| Agent | Project install | Global install |
|---|---|---|
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
| Codex | .agents/skills/ |
~/.codex/skills/ |
| Cursor | .agents/skills/ |
~/.cursor/skills/ |
| Gemini CLI | .agents/skills/ |
~/.gemini/skills/ |
| OpenCode | .agents/skills/ |
~/.config/opencode/skills/ |
Full agent matrix: see the skills package README.
A WebAPI Group product.