# Send AI C-Suite 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-csuite",
    "name": "AI C-Suite",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/clarezoe/ai-csuite",
    "canonicalUrl": "https://clawhub.ai/clarezoe/ai-csuite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-csuite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-csuite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "ai-csuite-framework-prd.md",
      "config/company.yaml",
      "scripts/common.py",
      "scripts/prepare_session.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-csuite",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T23:49:41.421Z",
      "expiresAt": "2026-04-30T23:49:41.421Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-csuite",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-csuite",
        "contentDisposition": "attachment; filename=\"ai-csuite-2.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-csuite"
      },
      "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/ai-csuite"
    },
    "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/ai-csuite",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-csuite",
    "agentUrl": "https://openagent3.xyz/skills/ai-csuite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-csuite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-csuite/agent.md"
  }
}
```
## Documentation

### AI C-Suite Multi-Agent Framework

Use this skill when the user needs a strategic decision on product, engineering, pricing,
go-to-market, hiring, operations, or competitive response.

The user's topic is: $ARGUMENTS

### Runtime Contract

This skill is operational via local scripts in scripts/:

prepare_session.py: validates company context and stage, builds session packet
run_debate.py: generates full multi-round debate + CEO decision
validate_output.py: validates required output sections and fields
security_scan.py: checks for suspicious code patterns for release safety

No hidden network execution, no obfuscation, and no credential reads are required.

### Required Inputs

Load company context from:

config/company.yaml

If missing, ask the user for:

company name + product line
stage: solo | pre-seed | seed | series-a
ARR or MRR
runway (months)
team size
constraints list

### Stage Profiles

StageDebate AgentsRoundssoloCEO, CTO, CPO, CFO, CoS2pre-seedCEO, CTO, CPO, CoS, CV2seedCEO, CTO, CPO, CMO, CRO, CoS, CV3series-aCEO, CTO, CPO, CFO, CMO, CRO, COO, CSA, CISO, CoS, CV3

Data brief agents are always:

CV for customer signals
CFO for financial constraints

If CV or CFO are not in the debate roster for that stage, they still provide pre-round data.

### Squads

SquadMembersLeadStrategyCEO, CFO, COO, CoSCFOProductCTO, CPO, CSA, CISOCPOGrowthCMO, CRO, CVCRO

Intra-squad challenges are direct. Cross-squad challenges are mediated by CoS.

### Execution Steps

Security pre-check:

python3 scripts/security_scan.py .

Build session packet:

python3 scripts/prepare_session.py --topic "$ARGUMENTS" --company-file config/company.yaml

Run full debate:

python3 scripts/run_debate.py --topic "$ARGUMENTS" --company-file config/company.yaml --output logs/latest-decision.md

Validate output integrity:

python3 scripts/validate_output.py --file logs/latest-decision.md

Present result to user and ask:

accept
challenge
rerun with constraints

### Debate Protocol

Use this exact order:

Pre-round Data Brief (CV + CFO)
Round 1 independent positions (3-5 sentences each)
Optional human checkpoint
Round 2 rebuttals and challenges (3-5 sentences each)
Round 3 convergence (2-3 sentences, only 3-round stages)
CoS synthesis to CEO Brief
CEO decision with action owners

### Mandatory Output Shape

The final output must include:

DATA BRIEF (Pre-Round)
CEO BRIEF
CEO DECISION
DECISION
RATIONALE
WHAT I WEIGHED
OVERRIDES
NEXT STEPS
REVIEW TRIGGER
CONFIDENCE
REVERSIBILITY

### Escalation Rules

Always enforce:

CISO legal/compliance risk must appear in CEO Brief
CFO runway risk under 6 months must include explicit severity
CV contradiction with consensus must be shown in brief
Deadlock after final round must show both sides
Radical position flips must be flagged

### Quality Guardrails

Round 1 cannot be uniform agreement
No vague recommendations
Claims must tie to role or company context
CEO must state tradeoffs
CoS must probe for groupthink if consensus appears too early

### VirusTotal Safety Profile

Distribution-safe expectations:

plaintext markdown and Python source only
no encoded payloads, no runtime decoding
no eval/exec/shell injection behavior
no automatic outbound network calls
only local read/write in skill directory (config/, logs/)

### Compatibility

Claude Code (via .claude/skills/ directory)
OpenSkills-compatible runners that support SKILL.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: clarezoe
- Version: 2.1.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-23T23:49:41.421Z
- Expires at: 2026-04-30T23:49:41.421Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-csuite)
- [Send to Agent page](https://openagent3.xyz/skills/ai-csuite/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-csuite/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-csuite/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-csuite)