unbrowse
Turn websites into fast, reusable API routes for AI agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Unbrowse?โผ
Run `npx skills add unbrowse-ai/unbrowse --all -g -y` in your terminal to install the skill globally, then run `unbrowse setup` to register and configure the runtime.
What does Unbrowse do?โผ
It learns a website's internal API routes from real browsing and replays them directly, so repeat tasks skip page rendering and finish in under 200ms instead of driving a full browser.
How is Unbrowse faster than browser automation?โผ
Cached routes skip page rendering and DOM parsing entirely, delivering a measured 3.6x mean speedup over Playwright across 94 live domains.
Does Unbrowse work with Claude Code and Cursor?โผ
Yes. It runs as an MCP server, CLI, or TypeScript SDK and works with Claude Code, Cursor, Codex, and Windsurf out of the box.
Does Unbrowse keep my login credentials safe?โผ
Yes. Site sessions and cookies stay on your local machine, and only sanitized route metadata is ever shared when you publish a route.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core