Become Ceo
by @wanikua
Your AI executive team on Discord. 7 specialists (engineering, finance, marketing, devops, legal, management, chief of staff) each with its own model and per...
clawhub install become-ceoπ About This Skill
name: become-ceo description: "Your AI executive team on Discord. 7 specialists (engineering, finance, marketing, devops, legal, management, chief of staff) each with its own model and personality. Use when setting up, configuring, scaling, or troubleshooting a multi-bot Discord workspace where you are the CEO and AI agents are your team." homepage: https://github.com/wanikua/become-ceo metadata: {"clawdbot":{"emoji":"ποΈ","requires":{"bins":["clawdbot"]},"credentials":["LLM_API_KEY","DISCORD_BOT_TOKEN"],"configs":["~/.clawdbot/clawdbot.json"],"install":[{"id":"node","kind":"node","package":"clawdbot","bins":["clawdbot"],"label":"Install Clawdbot"}]}}
Become CEO β Your AI Executive Team
7 AI specialists on Discord. You give the orders, they do the work.
Quick Start
1. Install Clawdbot: npm install -g clawdbot
2. Install this skill: clawdhub install become-ceo
3. Copy references/clawdbot-template.json to ~/.clawdbot/clawdbot.json
4. Fill in your LLM API key, model IDs, and Discord bot tokens
5. Start: systemctl --user start clawdbot-gateway
For full server setup, see the setup guide on GitHub.
Your Team
Config
See references/clawdbot-template.json for the full config template.
"groupPolicy": "open" β does NOT inherit from globalidentity.theme sets each team member's personalitybindings maps each agent to its Discord bot$LLM_PROVIDER, $MODEL_FAST, $MODEL_STRONG with your chosen provider and modelsWorkspace 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
"groupPolicy": "open" on each Discord account entryGrowing Your Team
1. Add to agents.list with unique id and identity.theme
2. Create Discord bot, enable intents
3. Add to channels.discord.accounts with "groupPolicy": "open"
4. Add binding, invite bot, restart gateway
π‘ Examples
1. Install Clawdbot: npm install -g clawdbot
2. Install this skill: clawdhub install become-ceo
3. Copy references/clawdbot-template.json to ~/.clawdbot/clawdbot.json
4. Fill in your LLM API key, model IDs, and Discord bot tokens
5. Start: systemctl --user start clawdbot-gateway
For full server setup, see the setup guide on GitHub.
βοΈ Configuration
See references/clawdbot-template.json for the full config template.
"groupPolicy": "open" β does NOT inherit from globalidentity.theme sets each team member's personalitybindings maps each agent to its Discord bot$LLM_PROVIDER, $MODEL_FAST, $MODEL_STRONG with your chosen provider and modelsπ Tips & Best Practices
"groupPolicy": "open" on each Discord account entry