unbrowse
Installation
SKILL.md
Unbrowse — Drop-in Browser Replacement for Agents
Browse once, cache the APIs, reuse them instantly. First call discovers and learns the site's APIs (~20-80s). Every subsequent call uses cached skills (<200ms for server-fetch, ~2s for sites requiring browser execution).
IMPORTANT: Always use the CLI (bun src/cli.ts). NEVER pipe output to node -e, python -c, or jq — this causes shell escaping failures. Use --path, --extract, and --limit flags instead.
Server Startup
cd ~/.agents/skills/unbrowse && bun src/cli.ts health
If not running, the CLI auto-starts the server. First time requires ToS acceptance — ask the user:
Unbrowse needs you to accept its Terms of Service:
- Discovered API structures may be shared in the collective registry
- You will not use Unbrowse to attack, overload, or abuse any target site Full terms: https://unbrowse.ai/terms
Related skills