Crow Central Agency
Description
Multi-instance Claude Code manager with a bundled web UI for orchestrating multiple Claude Code agents from one place.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Crow Central Agency
Multi-instance Claude Code manager with a bundled web UI for orchestrating multiple Claude Code agents from one place.
Use it to build research crews, monitoring watchdogs, content pipelines, support triagers, or anything else you can shape from agents coordinating with each other.
Features
- Multi-agent dashboard - run many agents in parallel, each with its own workspace, model, persona, and tool set. Agents can be backed by Claude Code or GitHub Copilot.
- GitHub Copilot agents - alongside Claude Code, agents can run on the GitHub Copilot SDK using your Copilot subscription. Enabled by default; toggle off with
DISABLE_GITHUB_COPILOT. - Agent coordination - compose agents into layered relationships that produce and share artifacts, adaptable to a wide range of workflows and scenarios.
- Flexible triggers - ad-hoc chat, assigned tasks, reminders, or scheduled prompts on configurable day-of-week / time-of-day windows.
- Rich configuration - per-agent MCP servers, permission modes, Discord bots, RSS feeds (with optional LLM summarization), and AI-assisted persona /
AGENT.mdgeneration. - Connectors - per-agent identities for external services that the framework consumes to power built-in tool families. Each agent connects independently, so two agents can call the same provider (e.g. Gmail) under different accounts.
- OpenTelemetry export - optional traces and metrics for every agent query (see below).
Requirements
- Node.js
>=24 - Claude Code CLI available on
PATH(or setCLAUDE_CLI_PATH)
Quick start
**Install Node.js `>=24`.** Check your version with `node --version`. If it is missing or older, install from [nodejs.org](https://nodejs.org/) or use [nvm](https://github.com/nvm-sh/nvm) (`nvm install 24 && nvm use 24`).
**Install the Claude Code CLI.** Make sure the `claude` command is on your `PATH` (or point `CLAUDE_CLI_PATH` at the binary). Verify with `claude --version`.
**Create
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://