unbrowse-aiunbrowse-aiOfficialยท1 Agent Skills Included

unbrowse

Turn websites into fast, reusable API routes for AI agents

Learns a website's internal API routes from real browsing, then replays them directly instead of driving a browser every time. Eliminates slow page rendering, manual scraping, and repeated browser sessions for repeat web tasks. Gives agents one simple command to fetch, search, and interact with any site, with cached routes running up to 30x faster than a fresh browser session.
npx skills add unbrowse-ai/unbrowse --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’