/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install become-ceo - 安装完成后,直接呼叫该 Skill 的名称或使用
/become-ceo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 562 次。
如何安装 Become Ceo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install become-ceo」即可一键安装,无需额外配置。
Become Ceo 是免费的吗?
是的,Become Ceo 完全免费(开源免费),可自由下载、安装和使用。
Become Ceo 支持哪些平台?
Become Ceo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Become Ceo?
由 boluobobo(@wanikua)开发并维护,当前版本 v1.5.0。