# Send Become Ceo to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "become-ceo",
    "name": "Become Ceo",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/wanikua/become-ceo",
    "canonicalUrl": "https://clawhub.ai/wanikua/become-ceo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/become-ceo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=become-ceo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/AGENTS.md",
      "references/IDENTITY.md",
      "references/SOUL.md",
      "references/USER.md",
      "references/clawdbot-template.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "become-ceo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T06:03:00.746Z",
      "expiresAt": "2026-05-06T06:03:00.746Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=become-ceo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=become-ceo",
        "contentDisposition": "attachment; filename=\"become-ceo-1.5.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "become-ceo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/become-ceo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/become-ceo",
    "downloadUrl": "https://openagent3.xyz/downloads/become-ceo",
    "agentUrl": "https://openagent3.xyz/skills/become-ceo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/become-ceo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/become-ceo/agent.md"
  }
}
```
## Documentation

### 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.json to ~/.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.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

FileWhat it doesSOUL.mdHow your team behavesIDENTITY.mdOrg chart and model tiersUSER.mdAbout you, the CEOAGENTS.mdGroup 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.list with unique id and identity.theme
Create Discord bot, enable intents
Add to channels.discord.accounts with "groupPolicy": "open"
Add binding, invite bot, restart gateway
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wanikua
- Version: 1.5.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T06:03:00.746Z
- Expires at: 2026-05-06T06:03:00.746Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/become-ceo)
- [Send to Agent page](https://openagent3.xyz/skills/become-ceo/agent)
- [JSON manifest](https://openagent3.xyz/skills/become-ceo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/become-ceo/agent.md)
- [Download page](https://openagent3.xyz/downloads/become-ceo)