>-
Discover and reuse website APIs automatically, with cached skills shared across all agents.
Captures network traffic on first visit to learn a site's API endpoints (20-80s), then executes cached skills in under 200ms on subsequent calls
Publishes discovered API structures to a shared marketplace where skills are scored and reusable by any agent
Handles authentication automatically by extracting cookies from Chrome/Firefox; supports interactive login for gated sites
CLI-first workflow with --path, --extract, and --limit flags for structured data extraction without piping to jq or Python
Unbrowse — Skill Deprecated, Use MCP
This skill is deprecated as of Unbrowse v6.14.0. The supported integration is the MCP server. The standalone CLI (unbrowse ...) continues to work and is unaffected.
Migrate to MCP (one config block)
Add this to your MCP host config (Claude Desktop, Cursor, Codex, or any MCP-compatible client):
{
"mcpServers": {
"unbrowse": {
"command": "npx",
"args": ["-y", "unbrowse", "mcp"]
}
}
}don't have the plugin yet? install it then click "run inline in claude" again.