Become Ceo

👤 wanikua 📦 v1.5.0 ⭐ 4.2 ⬇️ 1.2K 下載
🤖 AI-Agent 免費 🔑 需 API Key

📖 技能介紹


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

  • 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.theme sets each team member's personality
  • bindings maps each agent to its Discord bot
  • Replace $LLM_PROVIDER, $MODEL_FAST, $MODEL_STRONG with 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:

小蔥技能站7w4.net每天更新,海量AI技能等你發現。

"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

  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

🤖 AI 評測

這是一個很有創意的 Skill,想法是讓 AI 扮演你的專屬團隊。文件寫得很清楚,團隊分工也很專業,從程式碼到法律什麼都能管。不足之處是需要折騰不少配置,而且要管理 7 個 Bot,對普通使用者來說有點複雜,動手能力強的開發者會玩得更順。

📊 多維度評分

適應性4.2
規範性4.1
有效性4.6
可靠性4.1
可信度4.2

📁 包含檔案 (7 個)

📄 SKILL.md 3 KB
📄 _meta.json 129 B
📄 references/AGENTS.md 715 B
📄 references/IDENTITY.md 572 B
📄 references/SOUL.md 392 B
📄 references/USER.md 99 B
📄 references/clawdbot-template.json 5.2 KB