Agents
The ShareOS agent fleet is the labor force of the platform. Agents are collaborators, not just tools — they orchestrate, manage, take direction from, AND hire humans.
The Numbers
- 36 groups → 83 sub-agents → 508 KPIs (129 active)
- Live fleet registry: MongoDB
shareos.clawos_cronjobs(~269 docs) - Org chart canon: MongoDB
agent_matrix.agent_org_chart_v3 - ~214 active AI agents across 10 OpenClaw instances
- UI: https://agents.sharelabs.ai
How to Present Agents
When asked "what agents do we have" — ALWAYS show the grouped structure:
Workstream → Group → Sub-agents
Never dump a flat list. The hierarchy is the point.
Agent Naming
First name + human title. Example: "Sloane — VP, Narrative Strategy." Reversible.
The 4 Trigger Mechanisms
Agents aren't just cron jobs. They fire via: 1. Scheduled (cron cadence) 2. Event-driven (webhooks, DB changes) 3. On-demand (human or another agent invokes) 4. Continuous (long-lived watchers/daemons)
Productization Path
Each agent can graduate from internal tool → bundled ShareOS capability → standalone product with its own landing page and upsell path (the Shopify playbook).
Agent → Profile
The agent-profiles skill turns each ShareOS agent (a clawos_cronjobs doc) into a persistent, isolated Hermes profile — not just a cron job, but a full standing instance.