Skip to main content
ClaudeWave

Open-source AI coworkers that each get a computer of their own: a browser, files and tools, with every action decided before it happens and recorded after. Bring any AG-UI agent.

Subagents4.6k estrellas582 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
97/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
Last scanned: 9/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/CopilotKit/OpenBot && cp OpenBot/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

2 items en este repositorio

Governs how the OpenBot browser app reads and writes server data — every request goes through `client` in app/src/lib/client.ts, every read is a queryOptions factory in app/src/lib/<entity>/queries.ts, every write is a mutationOptions factory in app/src/lib/<entity>/mutations.ts, and components consume them through useQuery/useMutation. Use when adding or changing a screen that loads server data, calling a /api/... endpoint from the browser, adding a query key, writing a create/update/delete flow, deciding where a fetch belongs, or reviewing a diff that contains the word fetch under app/src. Don't use for server-side route handlers under server/ (that is not browser code), for form validation schemas (those live in lib/<entity>/form.ts), for page layout and Item rows, or for the AG-UI stream itself, which the runtime carries rather than the client.

Instalar

The default layout for every OpenBot configuration screen — PageShell and its prose/wide widths, PageSection and PageRows, Item row composition, the settings-row pattern where a summary and a chevron open a dialog, and the size and variant vocabulary. This is what a new screen looks like unless an instruction says otherwise. Use when adding or changing a screen under app/src/routes, adding a row to an admin or settings page, choosing a Button or Item size, picking between a bordered and a filled row, laying out a dialog, or reviewing a diff that adds max-w-*, a hand-drawn card, or a new spacing scale under app/src. Don't use for where the data comes from (that is openbot-data-access), for the gallery components under components/gallery that a Bot draws, for the chat and channel surfaces, or for editing the primitives under components/ui themselves.

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
ag-uiagent-governanceai-agentsbrowser-automationcopilotkitgenerative-uimcp

Lo que la gente pregunta sobre OpenBot

¿Qué es CopilotKit/OpenBot?

+

CopilotKit/OpenBot es subagents para el ecosistema de Claude AI. Open-source AI coworkers that each get a computer of their own: a browser, files and tools, with every action decided before it happens and recorded after. Bring any AG-UI agent. Tiene 4.6k estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala OpenBot?

+

Puedes instalar OpenBot clonando el repositorio (https://github.com/CopilotKit/OpenBot) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar CopilotKit/OpenBot?

+

Nuestro agente de seguridad ha analizado CopilotKit/OpenBot y le ha asignado un Trust Score de 97/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene CopilotKit/OpenBot?

+

CopilotKit/OpenBot es mantenido por CopilotKit. La última actividad registrada en GitHub es del 2026-09-10, con 31 issues abiertos.

¿Hay alternativas a OpenBot?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega OpenBot en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: CopilotKit/OpenBot
[![Featured on ClaudeWave](https://claudewave.com/api/badge/copilotkit-openbot)](https://claudewave.com/repo/copilotkit-openbot)
<a href="https://claudewave.com/repo/copilotkit-openbot"><img src="https://claudewave.com/api/badge/copilotkit-openbot" alt="Featured on ClaudeWave: CopilotKit/OpenBot" width="320" height="64" /></a>

Más Subagents