Crow Central Agency banner
hmmroger hmmroger

Crow Central Agency

Design community

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.md generation.
  • 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 set CLAUDE_CLI_PATH)

Quick start

  1. **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`).

  2. **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`.

  3. **Create