Acp Cockpit — AI skill for Claude Code
A browser client for AI coding agents that speaks the Agent Client Protocol directly — no terminal, no TUI, nothing scraped off a screen.
How to install Acp Cockpit
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open fabiocampolim-design/acp-cockpit and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Acp Cockpit does
A browser client for AI coding agents that speaks the Agent Client Protocol directly — no terminal, no TUI, nothing scraped off a screen.
Alternatives in AI
- Fast Agent — Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support 3.7k ★
- Nodeterm — Node-based terminal manager for AI coding agents — tmux-backed terminals and parallel agent sessions as dragga 1.3k ★
- Dinotty — Multi-device terminal server for AI coding agents 643 ★
README
acp-cockpit
A **browser client for AI coding agents** that speaks the [Agent Client Protocol](https://github.com/agentclientprotocol/agent-client-protocol) directly — no terminal, no TUI, nothing scraped off a screen. Windows-native (no WSL, no pty), agent-agnostic, and built around one guarantee: *nothing that crosses the wire is lost or silently misread*. The first configured agent is Claude Code, through the [`claude-agent-acp`](https://github.com/agentclientprotocol/claude-agent-acp) adapter.
The client shows itself as **ClaudIU** out of the box — that name is one line of configuration (`uiname.toml`), yours to change. This project is not affiliated with, endorsed by, or sponsored by Anthropic or Zed Industries.

*The model's own thinking, then its answer — with the tool, event and harness lanes switched off (struck through, bottom left) so that only the conversation is left. Nothing is hidden by default; you decide what is on the page.*
What you get
**Nothing is left out, because nothing is redrawn.** A terminal client shows you a screen; whatever is not on the screen is gone, and a client that scrapes one is guessing. acp-cockpit is an ACP client: the conversation arrives as structured JSON-RPC, is written to a per-session record *before* it is interpreted, and is then rendered as itself. The model's **thinking**, tool calls with their **diffs**, **permission requests** with the agent's own typed options, the agent's **own questions** as forms, **plans**, **subagent transcripts**, slash commands, token usage, cost, and your account's rate-limit windows — all of it is data, and all of it is on the page. Anything the client does not recognise becomes a visible `unrecognized` element rather than a gap.
**The view holds still.** This is a reading tool, so it behaves like
Related Skills
Lark Acp Bridge
Connect Feishu or Lark bots to any AI coding agent using the Agent Client Protocol.
Chat Hub
Desktop cockpit for AI coding agents: Claude Code / Codex / Grok / OpenCode side by side — worktree-per-sessio
Zode
AI-native coding CLI for your terminal. Microkernel + plugin architecture, multi-provider, full-screen TUI.
Subctl Buddy
ESP32 desk-side hardware companion for subctl — animated pet + live dashboard for your AI subscription orchest
Gentle Agent State
See which AI coding agent needs you — right in your tmux tab bar. A colored dot per window (working/blocked/id
Acp Pro.Github.Io
Unified VSCode Client for AI Agent (Claude, Copilot, Codex, …) with multi-tab sessions and remote sharing.
Related Agents
Acp Client
The Agent Client Protocol standardizes how editors talk to coding agents, but each editor needs a client imple
Shux Tui QA
General hard-gate QA subagent for shux TUI, terminal UX, CLI, pane automation, plugin, attach, mouse/input, an
UX Bar Raiser
Holds the UX and UI bar for an app, web or terminal. Audits the running app against Nielsen's heuristics, WCAG