/install become-ceo
Become CEO — Your AI Executive Team
7 AI specialists on Discord. You give the orders, they do the work.
Quick Start
- Install Clawdbot:
npm install -g clawdbot - Install this skill:
clawdhub install become-ceo - Copy
references/clawdbot-template.jsonto~/.clawdbot/clawdbot.json - Fill in your LLM API key, model IDs, and Discord bot tokens
- Start:
systemctl --user start clawdbot-gateway
For full server setup, see the setup guide on GitHub.
Your Team
- Chief of Staff (main) — routes your orders (fast model)
- Engineering — code, architecture, system design (strong model)
- Finance — budgets, cost control (strong model)
- Marketing — content, branding, social (fast model)
- DevOps — servers, CI/CD, infrastructure (fast model)
- Management — projects, coordination (fast model)
- Legal — compliance, contracts (fast model)
Config
See references/clawdbot-template.json for the full config template.
- Each Discord account MUST have
"groupPolicy": "open"— does NOT inherit from global identity.themesets each team member's personalitybindingsmaps each agent to its Discord bot- Replace
$LLM_PROVIDER,$MODEL_FAST,$MODEL_STRONGwith your chosen provider and models
Workspace Files
| File | What it does |
|---|---|
SOUL.md |
How your team behaves |
IDENTITY.md |
Org chart and model tiers |
USER.md |
About you, the CEO |
AGENTS.md |
Group chat rules, memory protocol |
Sandbox
Off by default. To enable read-only sandboxed execution:
"sandbox": {
"mode": "all",
"workspaceAccess": "ro",
"docker": { "network": "none" }
}
Agents run in isolated containers with read-only workspace access and no network. The gateway handles all API authentication externally. See Clawdbot docs for advanced sandbox options.
Troubleshooting
- @everyone doesn't work — enable Message Content Intent + Server Members Intent in Discord Developer Portal
- Messages silently dropped — set
"groupPolicy": "open"on each Discord account entry
Growing Your Team
- Add to
agents.listwith uniqueidandidentity.theme - Create Discord bot, enable intents
- Add to
channels.discord.accountswith"groupPolicy": "open" - Add binding, invite bot, restart gateway
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install become-ceo - After installation, invoke the skill by name or use
/become-ceo - Provide required inputs per the skill's parameter spec and get structured output
What is Become Ceo?
Your AI executive team on Discord. 7 specialists (engineering, finance, marketing, devops, legal, management, chief of staff) each with its own model and per... It is an AI Agent Skill for Claude Code / OpenClaw, with 562 downloads so far.
How do I install Become Ceo?
Run "/install become-ceo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Become Ceo free?
Yes, Become Ceo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Become Ceo support?
Become Ceo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Become Ceo?
It is built and maintained by boluobobo (@wanikua); the current version is v1.5.0.