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"}]}}
7 AI specialists on Discord. You give the orders, they do the work.
npm install -g clawdbotclawdhub install become-ceoreferences/clawdbot-template.json to ~/.clawdbot/clawdbot.jsonsystemctl --user start clawdbot-gatewayFor full server setup, see the setup guide on GitHub.
See references/clawdbot-template.json for the full config template.
7w4.net收录了海量优质技能插件。
"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| 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 |
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.
"groupPolicy": "open" on each Discord account entryagents.list with unique id and identity.themechannels.discord.accounts with "groupPolicy": "open"这是一个很有创意的 Skill,想法是让 AI 扮演你的专属团队。文档写得很清楚,团队分工也很专业,从代码到法律什么都能管。不足之处是需要折腾不少配置,而且要管理 7 个 Bot,对普通用户来说有点复杂,动手能力强的开发者会玩得更顺。