A local-only, read-only character panel for Codex, Claude Code, and OpenCode installations.
npm install
npm run devOpen http://127.0.0.1:4327.
- Agent version, default model, and safe runtime attributes
- built-in tool groups and installed Plugins
- locally installed Skills and available aggregate usage observations
- configured MCP names, transports, and enabled state
- a short signal when an Adapter exposes a local capability observation
The default API and UI use share-safe mode: local Skill, Plugin, and MCP names, descriptions, sources, model identifiers, and activity details are anonymized before leaving the server. Full local capability metadata is returned only after explicitly switching to local-detail mode.
Neither mode returns prompts, command contents, conversation transcripts, session IDs, absolute paths, environment variables, headers, API keys, authentication values, MCP commands, or MCP URLs.
Agent-specific discovery is isolated behind a small Adapter interface. Codex includes local Skill usage observation; Claude Code and OpenCode deliberately do not parse conversation transcripts, so their activity history is shown as unavailable. OpenCode Skill discovery reads only frontmatter metadata from its compatible user Skill roots.
This is intentionally lightweight prototype code. It does not edit agent configuration, install Skills, or persist application state.