Cyclops
A multi-agent AI operating system.
11 agents. 255 skills. Running autonomously across two machines and a phone.
The Fleet
11 agents.
Each one owns a domain.
Organized into squads with strict lane discipline. When an agent gets a task outside its domain, it doesn't improvise β it routes. Having context doesn't make it your job.
Command Squad
6 agentsThe core of the system. Routing, rhythm, infrastructure, and craft.
Creative Squad
2 agentsVisual output and viral content.
Growth Squad
1 agentMarketing, sales, and offer architecture.
Academy Squad
1 agentEducation and curriculum.
Independent Squad
1 agentSeparate workspace. Different domain. Independent infrastructure.
Architecture
Two machines.
One phone.
One gateway.
OpenClaw runs as a persistent gateway on a Mac Mini. It receives messages from Telegram, routes them to the right agent, and manages sessions, memory, and tool access. The two machines share a workspace through cloud sync. The phone is how the human talks to all of it.
The Gateway
OpenClaw is an open-source agent gateway that ties everything together. It handles the plumbing so agents can focus on work.
Message routing
Telegram messages hit the correct agent based on which bot received them
Session management
Each conversation is a session with its own context window
Tool access
Web search, browser control, file read/write, shell commands, cron management
Memory
Long-term memory in markdown files, searchable via semantic search
Cron jobs
22+ scheduled tasks running on autopilot daily
Skills
255 skills.
21 categories.
Every skill is a markdown file following a strict protocol called FloatPrompt. Skills are not documentation β they're behavioral programs. When an agent loads a skill, it changes how the agent thinks, what tools it reaches for, and what it refuses to do.
Category
Skills
Shared agent skills
Browser automation, email triage, calendar, spawning, skill gap analysis
25
President (mdsbot)
CRM, revenue dashboards, coaching, newsletter, health tracking
38
Infrastructure (Q)
Gateway config, agent activation, health checks, updates, auth
10
Skill authoring (Napoleon)
Skill writing, persona design, credential management, workflow
7
Curriculum (Shifty)
Script authoring, lesson mapping, voice calibration, homework
11
Marketing (Mozi)
Hormozi frameworks, funnel architecture, voice guide
4
Content (Adley)
Hook engineering, shortform scripts, subject lines, tweet threads
13
Chief of Staff (Harmon)
Briefings, email triage, calendar, follow-ups, meeting prep
7
Total (21 categories)
255
FloatPromptβ’
The methodology that governs how every skill, persona, and behavioral rule is written. Not a template β a design discipline with strict principles.
The Recursive Loop
Agents improve their own tooling by using it. No human intervention. The more work they do, the better the skills get. It compounds.
01
Gap surfaces
An agent encounters a problem β wrong file path, missing command, capability gap β during normal work.
02
Report filed
The agent automatically files a gap report to Napoleon's inbox. No human intervention needed.
03
Skill updated
Napoleon reads the report and writes or updates the skill file.
04
Deployed
The updated skill gets wired into the agent's configuration.
05
Compound
Next time the agent loads, it has the fix. The more work agents do, the better the skills get.
Communication
Agents talk
to each other.
Four distinct channels depending on what the work requires. Async file handoffs, real-time session messages, single-shot subagents, and parallel coding teams. The right channel for the right task.
Memory
Four layers.
Nothing forgotten.
Institutional memory compounds over time. Every decision, every lesson, every mistake gets logged. Six months in, the agents know the operation better than most employees would.
01
Session Context
Short-term
Each conversation has a context window. When it fills up, the system compacts β summarizing older messages to free space while preserving key decisions and context. The agent keeps working without losing the thread.
02
Session Logs
Medium-term
Every significant session gets logged to a dated markdown file. These are searchable via semantic search using vector embeddings. When an agent needs to recall a past decision, it queries these logs.
03
Curated Memory
Long-term
A hand-maintained file of the most important decisions, lessons, patterns, and rules. Hard-won knowledge that should never be forgotten. Things like 'never do X because we tried it and here's what happened.'
04
Structured Database
Permanent
A hosted SQL database stores structured records β deep context documents, indexed session summaries, granular event logs, and active project tracking with status and metadata.
Database
A hosted SQL database accessible from both machines, storing everything that needs structure.
Cron Jobs
22+ jobs.
Running without
supervision.
The system has a heartbeat. Scheduled jobs run whether anyone is at the keyboard or not. Health checks pass. Emails get triaged. Briefings get written. The human shows up to the good part.