Claude Skill
wexare-ai/openbrowserclaw
OpenBrowserClaw 是一个在浏览器中原生运行的个人AI助手,无需任何外部基础设施。浏览器即服务器。使用 TypeScript 构建,支持 PWA。
概览
仓库信息
安装这个 Skill
npm installRegistry 信息
项目简介
OpenBrowserClaw 是一个浏览器原生的个人AI助手,完全在浏览器内运行,无需任何外部基础设施。它利用浏览器本身作为服务器,提供轻量级且私密的AI体验。
Browser-native personal AI assistant. Zero infrastructure, the browser is the server.
要点
- 无需任何基础设施
- 浏览器即服务器
- 使用 TypeScript 构建
- 支持渐进式 Web 应用 (PWA)
- 原生浏览器环境
使用场景
- 浏览器内的个人AI助手
- 无需依赖云端的私密AI任务
- 面向网页用户的轻量级AI工具
- 基于浏览器的AI智能体实验
- 支持离线的AI应用
README 摘要
# 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