Claude Skill
wexare-ai/openbrowserclaw
OpenBrowserClaw is a personal AI assistant that runs natively in your browser with zero external infrastructure. The browser is the server. Built with TypeScript as a PWA.
Overview
Repository
Install this Skill
npm installRegistry
Summary
OpenBrowserClaw is a browser-native personal AI assistant that runs entirely within the browser, requiring zero external infrastructure. It leverages the browser itself as the server, offering a lightweight and private AI experience.
浏览器原生个人AI助手。零基础设施,浏览器即服务器。
Key features
- Zero infrastructure required
- Browser acts as the server
- Built with TypeScript
- Progressive Web App (PWA) support
- Native browser environment
Use cases
- Personal AI assistant in the browser
- Private AI tasks without cloud dependency
- Lightweight AI tool for web users
- Experimentation with browser-based AI agents
- Offline-capable AI applications
README excerpt
# OpenBrowserClaw > **Disclaimer:** OpenBrowserClaw is a personal, open-source project. It is **not** affiliated with any cryptocurrency, meme coin, token, or social media account. If you see coins, tokens, or social media profiles claiming association with this project, they are **not legitimate** and are not endorsed by the author(s). Stay safe and do your own research. Browser-native personal AI assistant. Zero infrastructure — the browser is the server. Built as a browser-only reimagination of NanoClaw. Same philosophy, small enough to understand, built for one user, but running entirely in a browser tab. ## Quick Start ```bash cd openbrowserclaw npm install npm run dev ``` Open `http://localhost:5173`, paste your [Anthropic API key](https://console.anthropic.com/), and start chatting. ## Architecture ``` ┌──────────────────────────────────────────────────────────┐ │ Browser Tab (PWA) │ │ │ │ ┌──────────┐ ┌──────────┐ ┌────────────────────────┐ │ │ │ Chat UI │ │ Settings │ │ Task Manager │ │ │ └────┬─────┘ └─────┬────┘ └───────┬────────────────┘ │ │ └──────────────┼───────────────┘ │ │ ▼ │ │ Orchestrator (main thread) │ │ ├── Message queue & routing │ │ ├── State machine (idle/thinking/responding)│ │ └── Task scheduler (cron) │ │ │ │ │ ┌───────────┼───────────┐ │ │ ▼ ▼ ▼ │ │ IndexedDB OPFS Agent Worker