Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

kcc-office-ai-agentskcc 办公室 AIAgent

Agent Skill

kcc-office-ai-agents 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,305

周安装

135

GitHub Stars

公开资料未说明

下载量

1,069
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kcc-office-ai-agents(kcc 办公室 AIAgent)
来源仓库:https://github.com/gasol36ai-dev/kcc-office-ai-agents
安装命令:
openclaw skills install kcc-office-ai-agents
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kcc-office-ai-agents

简介

kcc-office-ai-agents 用于查找、检索和筛选相关信息。

  • 适合在 OpenClaw 中根据关键词或任务场景快速定位候选结果时使用。
  • 支持办公室代理(如 CEO、CTO 等)的自主操作和协作,具有持久性。
  • 可结合来源仓库和原始 README 核验具体用法,安装前需确认权限范围。
  • 建议在安装前确认是否会触发联网、命令执行或文件读写操作。

SKILL.md

name
kcc-office-ai-agents
version
1.0.0
description
AI 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.
author
komi

KCC Office v2 AI Agents 🏢

AI 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.

What's New in v1.0.0

  • Initial implementation of AI agents for KCC Office v2
  • Based on Proactive Agent framework (WAL Protocol, Working Buffer)
  • Autonomous agent execution capabilities
  • Inter-agent communication and coordination

Core Features

🤖 Autonomous Agents

Each office role operates as an independent AI agent:

  • Komi: Task coordination and overall management
  • CEO: Strategic direction and decision-making
  • CFO: Financial analysis and investment strategies
  • CTO: Technical implementation and architecture
  • COO: Operational execution and process optimization
  • EDN: User support and independent assistance

🧠 Persistent Memory

  • WAL Protocol: Critical details written before responding
  • Working Buffer: Captures exchanges in danger zone (>60% context)
  • Compaction Recovery: Recovers context from working buffer after session restart
  • Semantic Search: Searches past interactions for relevant context

⚡ Proactive Behaviors

  • Anticipates office needs before being asked
  • Reverse prompting: Suggests improvements humans haven't considered
  • Proactive check-ins: Monitors office health and reaches out when needed
  • Growth loops: Tracks patterns and identifies automation opportunities

🔄 Self-Improvement

  • Learns from every interaction and updates operating procedures
  • Safe evolution with Anti-Drift Limits and Value-First Modification
  • Relentless resourcefulness: tries 10 approaches before asking for help
  • Verification before reporting: tests outcomes, not just outputs

Agent Roles & Responsibilities

Komi (Task Coordinator)

  • Central back position (big desk, pink hoodie + devil horns)
  • Receives tasks from human (Gasol) and delegates to appropriate agents
  • Tracks overall office status and progress
  • Coordinates cross-agent initiatives
  • Maintains office-wide context and priorities

CEO (Chief Executive Officer)

  • Central front position
  • Sets overall vision and strategy for the office
  • Makes high-level decisions affecting all agents
  • Represents the office in external interactions
  • Ensures alignment with company goals

CFO (Chief Financial Officer)

  • Upper right position
  • Manages office budget and financial resources
  • Analyzes investment opportunities and risks
  • Tracks financial performance and forecasts
  • Ensures fiscal responsibility and sustainability

CTO (Chief Technology Officer)

  • Lower right position (this agent)
  • Oversees technical implementation and architecture
  • Evaluates and adopts new technologies
  • Ensures system reliability, security, and performance
  • Coordinates technical work across agents

COO (Chief Operations Officer)

  • Upper left position
  • Optimizes office operations and workflows
  • Implements processes and procedures
  • Tracks operational metrics and efficiency
  • Ensures smooth day-to-day operations

EDN (Independent User Assistant)

  • Central or flexible position
  • Provides direct assistance to office users
  • Answers questions and resolves user issues
  • Gathers user feedback for improvement
  • Acts as liaison between users and other agents

Technical Implementation

Memory Architecture

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

Communication Protocol

  • Agents communicate through shared memory files
  • Direct messaging for immediate coordination
  • Public announcements for office-wide notifications
  • Structured updates for status reporting

Installation

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.

Usage

  1. Start with ./scripts/onboard-agent.sh for each agent role
  2. Agents will detect ONBOARDING.md and offer to get to know their responsibilities
  3. Answer questions to populate USER.md and SOUL.md
  4. Run initial setup: ./scripts/setup-agent.sh
  5. Agents become operational and begin autonomous operation

Best Practices

  • WAL before responding: Write critical details to SESSION-STATE.md first
  • Search before acting: Use semantic search for past context
  • Verify before reporting: Test outcomes, not just outputs
  • Promote learnings: Move valuable insights to AGENTS.md or SOUL.md
  • Review regularly: Use heartbeat system for self-improvement

License & Credits

License: 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.


适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.78%
按下载量换算810

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills