#Unbrowse โ€” agent-native browser skill for #AI agents. Auto-discovers APIs from browser traffic & generates reusable skills on the fly #opensource #agentskills

๐Ÿš€ Replaces slow browser automation: captures real network traffic & reverse-engineers API endpoints directly
๐Ÿงต๐Ÿ‘‡

โšก 100x faster execution (50-200ms vs. seconds) & 80% cheaper โ€” skips DOM waits, selector drift & repeated render/parse loops

๐Ÿ” Intent resolution pipeline: checks route cache โ†’ searches shared marketplace โ†’ live capture โ†’ DOM fallback for static sites

๐Ÿ›ก๏ธ Local-first & privacy-safe: credentials stay on your machine in AES-256-CBC encrypted vault, never published to marketplace

๐Ÿค Shared skill marketplace at https://beta-api.unbrowse.ai โ€” skills discovered by any agent instantly available to all via semantic search

๐Ÿ” 3 auth strategies: interactive login, Yolo mode (existing Chrome sessions) or cookie steal from browser DBs

๐Ÿ”’ Mutation safety built-in: dry_run & confirm_unsafe opt-in required for POST/PUT/DELETE endpoints

๐Ÿ”„ Background verification every 6h auto-deprecates failing skills & detects schema drift

๐Ÿงฉ Works with #ClaudeCode, #Cursor, #Codex, #Windsurf & any agent via local #MCP server on port 6969

๐Ÿ“ฆ Install via #bun, self-registers as agent, no manual API key setup required

GitHub - unbrowse-ai/unbrowse: Unbrowse โ€” agent native browser skill for any agent. Auto-discovers APIs from browser traffic, generates skills on the fly to call APIs directly 100x faster, 80% cheaper locally.

Unbrowse โ€” agent native browser skill for any agent. Auto-discovers APIs from browser traffic, generates skills on the fly to call APIs directly 100x faster, 80% cheaper locally. - unbrowse-ai/unbr...

GitHub