Install
openclaw skills install @gasol36ai-dev/kcc-office-ai-agentsAI Agents collaboration system for KCC Office v2 - enables autonomous operation and collaboration of office agents (Komi, CEO, CFO, CTO, COO, EDN) with persistent context and self-improvement capabilities.
openclaw skills install @gasol36ai-dev/kcc-office-ai-agentsAI Agents collaboration system for the KCC Office v2 pixel art office environment.
Enables autonomous operation of office agents with persistent memory, proactive behaviors, and continuous improvement.
Each office role operates as an independent AI agent:
kcc-office-ai-agents/
├── agents/
│ ├── komi/
│ │ ├── SOUL.md
│ │ ├── USER.md
│ │ ├── AGENTS.md
│ │ ├── MEMORY.md
│ │ └── memory/
│ ├── ceo/
│ ├── cfo/
│ ├── cto/
│ ├── coo/
│ └── edn/
├── SESSION-STATE.md # Active working memory (WAL target)
├── HEARTBEAT.md # Periodic self-improvement checklist
└── memory/
├── YYYY-MM-DD.md # Daily raw capture
└── working-buffer.md # Danger zone log
Since this is a custom implementation for KCC Office v2, copy the files to your workspace:
mkdir -p ~/your-workspace/kcc-office-ai-agents
cp -r ./kcc-office-ai-agents/* ~/your-workspace/kcc-office-ai-agents/
Then configure each agent's workspace with their specific SOUL.md, USER.md, and AGENTS.md files.
./scripts/onboard-agent.sh for each agent role./scripts/setup-agent.shLicense: MIT — use freely, modify, distribute.
Based on: Proactive Agent v3.1.0 and Self-Improvement Skill frameworks.
Created by: Komi (CTO agent) for KCC Office v2 project.