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.

Subagents3.9k stars479 forksTypeScriptMITUpdated yesterday
ClaudeWave Trust Score
97/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
Last scanned: 9/3/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 in this repository

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.

Install

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.

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
ag-uiagent-governanceai-agentsbrowser-automationcopilotkitgenerative-uimcp

What people ask about OpenBot

What is CopilotKit/OpenBot?

+

CopilotKit/OpenBot is subagents for the Claude AI ecosystem. 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. It has 3.9k GitHub stars and its last recorded update is dated 2026-09-01.

How do I install OpenBot?

+

You can install OpenBot by cloning the repository (https://github.com/CopilotKit/OpenBot) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is CopilotKit/OpenBot safe to use?

+

Our security agent has analyzed CopilotKit/OpenBot and assigned a Trust Score of 97/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains CopilotKit/OpenBot?

+

CopilotKit/OpenBot is maintained by CopilotKit. The last recorded GitHub activity is dated 2026-09-01, with 31 open issues.

Are there alternatives to OpenBot?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy OpenBot to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More Subagents