Claude Skill

wexare-ai/openbrowserclaw

OpenBrowserClaw 是一个在浏览器中原生运行的个人AI助手,无需任何外部基础设施。浏览器即服务器。使用 TypeScript 构建,支持 PWA。

概览

Stars596
Forks83
语言TypeScript
最后更新2026-02-26
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者wexare-ai
仓库openbrowserclaw
完整名称wexare-ai/openbrowserclaw
Repo ID1,163,577,956

安装这个 Skill

npm install

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-08
平台
ClaudeOpenClaw
能力
browsermemorysearchimageterminalai-agentsai-assistantclaudeclawopenclaw
识别文件
README.mdpackage.json
配置键
PACKAGE_JSON

项目简介

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

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17