首页龙虾技能列表 › Ai Company Governance

Ai Company Governance

v3.1.0

五步任务编排工作流 + 跨Agent调用协议(sessions_send/sessions_spawn标准格式)

1· 73·0 当前·0 累计
by @johnsmithfan (JohnSmithfan)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/15
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill appears to implement a realistic AI-company governance framework and requests no credentials or installs, but its runtime instructions reference local config files and writable audit/knowledge directories that are not declared in metadata and it grants broad tool permissions (exec/read/write), so there are inconsistencies you should verify before installing.
评估建议
Before installing: 1) Confirm where config.yaml, agent-registry.json, and knowledge-base/audit directories will live and whether the skill may create/overwrite them — require explicit file paths or a sandbox workspace. 2) Limit the skill's runtime tool permissions if possible (restrict exec access or limit which commands it may run). 3) If you plan to enable external integrations (webhooks/REST), provide credentials separately and only for the minimal scopes required. 4) Review and test in an is...
详细分析 ▾
用途与能力
The skill's purpose (company governance/orchestration) matches the content of the SKILL.md and reference files. However, SKILL.md repeatedly references local artifacts (config.yaml, agent-registry.json, knowledge-base/, audit/ directories, ceo-decisions/, etc.) while the registry metadata reports no required config paths or environment variables. That mismatch (expects workspace files but declares none) is an incoherence you should clarify.
指令范围
The instructions are detailed and scoped to governance tasks (session_send message format, audit logging, CI/CD for prompts, agent registration, guardrails). They do instruct reading and writing structured local files and using sessions_send for cross-agent calls, which is consistent with an orchestration/gov skill. The SKILL.md does not instruct reading obvious system secrets (e.g., ~/.ssh or ~/.aws) and contains explicit 'vetter' checklist language prohibiting such actions.
安装机制
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or extracted.
凭证需求
The skill declares no required env vars or primary credential (proportionate for a docs-only governance framework). However, the API spec reserves external integration hooks (REST/Webhook/MCP) which would normally require credentials at deployment time; the skill does not declare those. Also the skill allows external-notifier middleware and mentions external configs — you should expect to provide any needed API keys yourself if you enable integrations.
持久化与权限
always: false and no explicit requests to persist configuration beyond writing its own audit/log files. The skill's allowed-tools list includes write/read so it can create its own knowledge-base and audit logs; that is consistent with its stated purpose, but writing to arbitrary paths should be limited to the workspace/specified directories.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv3.1.02026/4/12

v3.1.0: Double-blind review fixes - granular permission matrix, circuit breaker thresholds, ROI framework, GDPR article mapping, RACI matrix, 4-stage mapping, proxy agents for COO/CISO, IP compliance, parameterized KPIs

● 可疑

安装命令 点击复制

官方npx clawhub@latest install ai-company-governance
镜像加速npx clawhub@latest install ai-company-governance --registry https://cn.clawhub-mirror.com

技能文档

定位:全 AI 员工科技公司的完整治理框架
前身:融合 21 个 ai-company- 系列技能(v1.0-v2.0)
设计原则:标准化 · 模块化 · 通用化 · 预留接口
合规:NIST AI RMF / ISO 42001:2023 / OWASP / GDPR / ClawHub Schema v1.0
双盲审查:2026-04-14 完成 CISO/CTO/CLO/CFO/CHO 五方审查 + CQO 待补审

目录导航

编号模块参考文件核心职责
M0核心架构references/architecture.mdHub-and-Spoke 五层架构、Orchestrator-Workers、Guardrail
M1CEO 总控references/ceo.md战略决策、跨 Agent 协调、终极裁决
M2CFO 财务references/cfo.md预算、现金流量、熔断机制、算力成本
M3CMO 品牌references/cmo.md品牌策略、舆情监控、危机响应
M4CHO 人事references/cho.md人事合规、Agent 注册与招聘
M5CPO 合作references/cpo.md合作伙伴关系管理、供应链风控
M6CLO 法律references/clo.md法律合规、风控审查、伦理审计
M7CTO 技术references/cto.md技术架构、MLOps、人机协作四阶段
M8CQO 质量references/cqo.md质量管控、决策质检、CI/CD for Prompt
M9CISO 安全references/ciso.md安全审计、渗透测试、应急响应
M10CRO 风险references/cro.md风险识别、量化、预警与响应
M11COO 运营references/coo.md日常运营、流程优化、资源调度
M12治理工具链references/governance-tools.md审计日志、冲突解决、Agent 注册、知识库
M13工程流程references/engineering.md标准化、模块化、通用化三大工程流程
M14外部接口references/api-spec.md统一调用接口规范、预留扩展点

快速使用

按角色触发

根据用户意图加载对应模块参考文件:

用户意图加载模块参考文件
战略决策 / AI公司管理 / 协调多 AgentM0 + M1architecture.md + ceo.md
预算审批 / 现金流 / ROI / 熔断M2cfo.md
品牌策略 / 舆情 / 危机公关M3cmo.md
人事合规 / Agent招聘 / 注册表M4 + M12cho.md + governance-tools.md
合作伙伴 / 供应商评估M5cpo.md
法律合规 / 审计 / 伦理M6clo.md
技术架构 / MLOps / 代码采纳率M7cto.md
质量管控 / CI-CD / 黄金测试集M8cqo.md
安全审计 / 漏洞扫描 / 应急响应M9ciso.md
风险评估 / 预警 / 风险矩阵M10cro.md
运营优化 / 流程 / 资源调度M11coo.md
审计日志 / 冲突解决 / 知识库M12governance-tools.md
标准化 / 模块化 / 通用化M13engineering.md
接口调用 / 系统集成M14api-spec.md

按场景触发

场景加载模块协作链路
重大分情危机M0+M1+M3+M6+M5CEO→CMO发起→CLO评估→CPO关系→CFO评估→CHO员工
AI Agent 疲软/失控M0+M1+M4+M7+M8+M6CHO发起→CTO评估→CQO质检→CLO合规→CEO裁决
重大投资决策M0+M1+M2+M7+M6+M8CEO发起→CFO可行性→CTO可行性→CLO合规→CQO质量→CHO人力
合作方准入M0+M1+M5+M6+M2+M7CPO发起→CLO法律→CFO财务→CTO技术→CQO质量→CEO战控

通用协作协议(所有模块共享)

调用规范

sessions_send(
  label: "",  // 如 "ai-company-cfo"
  message: "#[部门-主题] 具体任务描述\n紧急程度:P0/P1/P2/P3\n截止时间:ISO8601"
)

消息标注规范

  • 所有跨 Agent 消息必须标注 #[部门-主题]
  • 敏感数据必须标注 [敏感]
  • P0 级事件必须在 15 分钟 内首次汇报
  • 所有调用记录写入审计日志(见 M12)

冲突解决

  • 多 Agent 意见冲突 → 相关 Agent 集中评审 → CEO 终极裁决
  • 优先级:合规 > 财务 > 业务
  • 详见 references/governance-tools.md 冲突解决模块

审计日志

  • 所有决策记录格式:timestamp | agent_id | decision | stakeholders | outcome
  • 日志保留期限:决策日志永久 / 财务7年 / 法律永久 / 技术3年

KPI 指标库(汇总)

所有目标值可通过 config.yaml 参数化覆盖,以下为默认值。
维度KPI默认目标值负责模块
财务盈亏平衡周期乐观6月/基准12月/保守18月M2-CFO
财务利润率≥15%M2-CFO
服务客户满意度 CSAT≥4.5/5.0M3-CMO
服务首次响应时间 FRT≤10秒M0-Orchestrator
服务问题解决率 DSR≥92%M0-Orchestrator
系统系统可用性≥99.9%M7-CTO
系统平均故障恢复 MTTR≤5分钟M9-CISO
质量任务成功率 TSR≥92%M8-CQO
质量幻觉率≤3%M8-CQO
技术代码采纳率≥15%M7-CTO
技术Token ROI持续提升M7-CTO

版本历史

版本日期变更内容
3.1.02026-04-14双盲审查修复:权限矩阵细化、熔断阈值补全、ROI框架、GDPR映射、RACI矩阵、四阶段映射、代理方案、知识产权合规、KPI参数化
3.0.02026-04-14融合 21 个 ai-company- 技能为统一框架,标准化/模块化/通用化重构
2.x2026-04-11~14各 C-Suite 独立技能 v2.0 时期
1.x2026-04-11各 C-Suite 独立技能 v1.0 时期

本技能遵循 AI Company Governance Framework v3.0 规范 MIT-0 License · ClawHub Schema v1.0 Compliant

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务