By CorvinLabs
Multi-Persona-Layer for Claude Code. Per-chat agent roles (Coder, Browser, Inbox, Research) — each with its own tools, MCP servers, and system prompt. Optional, usable on top of voice or standalone.
Delete a user persona (bundle persona stays untouched)
Copy a bundle persona into the user dir (~/.config/claude-cowork/personas/) for editing
Bind a persona to a chat (writes settings.json, hot-reload kicks in immediately)
List all known cowork personas (bundle + user)
Run claude locally in a persona (standalone — no bridge/voice)
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Overview · Architecture · Audit & Compliance · A2A Network · Engine Layer · Security · EU AI Act · For Organizations
One install. Any bridge. Any LLM.
CorvinOS is a self-hosted agentic OS that connects Claude Code, Codex, Hermes, Ollama and any OpenRouter model to Discord, Telegram, WhatsApp, Slack, Email, Teams, Signal and more — through a single pip package.
--engine hermes. No API key needed.# macOS / Linux — no Python or package manager required
curl -fsSL https://corvin-labs.com/install.sh | sh
# Windows (PowerShell)
irm https://corvin-labs.com/install.ps1 | iex
The installer brings its own Python via uv — no prerequisites needed. It sets up Hermes (local Ollama model) so CorvinOS runs fully offline from the first start.
Already have Python 3.10+?
pip install corvinos
python -m corvinOS # web console at http://localhost:8765
npx claudepluginhub corvinlabs/corvinos --plugin coworkRuntime tool generation: chat-pinned personas can register and execute schema-bound tools, sandboxed via bubblewrap + rlimits, hash-chain audited, with task/session/project/user scope routing.
Voice mode for Claude Code — speaks assistant replies aloud via TTS, detects German/English automatically, optional summarization for long responses.
Runtime tool generation: chat-pinned personas can register and execute schema-bound tools, sandboxed via bubblewrap + rlimits, hash-chain audited, with task/session/project/user scope routing.
Repowire mesh usage skills for AI coding agents: cross-agent review and planning, delegate, usage patterns, and install/update. Backend-agnostic and parameterised on the agent you choose.
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Persistent agent orchestrator for Claude Code. Multi-channel message routing, triage, and SWE task management. Run /claudeclaw:setup to create your first instance and configure channels.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Skills that let coding agents message each other directly, via the retalk CLI.