Corellis
VerifiedTurn one AI assistant into a self-managing team of specialized agents.
What is Corellis?
Corellis is an open-source framework that converts one OpenClaw instance into a fleet of AI agents. These agents handle operations, marketing, and reporting by breaking down high-level goals into subtasks and managing them across dedicated threads.
Agents communicate through shared embeddings of past conversations and promote successful patterns across the entire group. Task tracking integrates with existing boards while new agents can be added through simple controller commands.
It suits small teams or founders who want automated coordination without building custom infrastructure. The setup runs on a single server and relies on Slack for all interactions.
Capabilities
What you can build with Corellis
Campaign Launch Coordination
A single goal message triggers multiple agents to create milestones, assign roles, and align on dependencies without further input.
Collective Knowledge Search
Any agent can query past team decisions across all channels and receive sourced answers drawn from indexed conversations.
Agent Skill Expansion
New agents inherit validated corrections from others, allowing the group to improve over time on tasks like reporting or research.
Install Corellis
git clone https://github.com/CorellisOrg/corellis.git
cd corellis
cp .env.example .env # add your LLM API key
docker compose up -d # launch your first lobster- 1Clone the Corellis repository from GitHub and review the setup instructions.
- 2Connect your existing OpenClaw assistant as the controller.
- 3Run the controller command to spawn the first lobster agent.
- 4Authorize the Slack integration and provide the required token.
- 5Issue an initial high-level goal to test coordination across agents.
Works with
Corellis: pros & cons
Pros
- +Enables multi-agent collaboration from a single starting assistant
- +Agents improve automatically by recording and sharing corrections
- +Semantic search across all team history without manual indexing
- +Quick agent creation through one command with minimal setup
Cons
- –Requires an existing OpenClaw instance to function
- –Limited to Slack for all agent communication
- –Runs on a single server which may constrain scale
Frequently asked questions
It builds directly on an OpenClaw assistant that acts as the central controller for spawning and directing other agents.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…