← 返回 Skills 市场
james6548

CEO决策助手

作者 James6548 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ceo-ai-assistant
功能描述
专为中国CEO打造的AI决策协作体系。主脑+子代理架构,支持飞书通知,定时简报,记忆系统,决策分级管理。5分钟安装,开箱即用。
使用说明 (SKILL.md)

CEO决策助手 v2.8

专为中国CEO打造的AI决策协作体系,融合龙虾2.0架构。

核心功能

  • 🧠 主脑+子代理架构 - 协调者而非执行者,分工明确
  • 📊 6大代理矩阵 - main/news/stocks/work/projectmanager/secretary
  • 6大定时简报 - 早晨/检索/周会/日度/复盘
  • 🧬 记忆系统 - 分层记忆,永久学习,个性化
  • 📈 决策分级 - P0-P3分级处理,清晰高效
  • 🔔 飞书通知 - 实时推送,随时决策

快速安装

# 1. 克隆配置
openclaw configure --template ceo-ai-assistant

# 2. 配置飞书
openclaw config set channels.feishu.accounts.main.appId "你的APP_ID"
openclaw config set channels.feishu.accounts.main.appSecret "你的APP_SECRET"

# 3. 验证安装
openclaw status

代理职责

代理 职责 模型
main 协调、决策、汇总报告 MiniMax/Qwen
news 情报收集、趋势判断 Qwen3.5+
stocks 行情分析、选股、风控 Qwen3.5+
work 任务执行、项目推进 Qwen3.5+
projectmanager 项目管理、里程碑 Qwen3.5+
secretary 信息整合、决策归档 Qwen3.5+

定时任务

时间 任务
7:50 CEO早晨简报
8:00/18:00 超级检索日报
周一9:00 周度部门例会
21:00 日度汇总简报
20:00 知识库自动更新
周五17:00 周度复盘

决策分级

  • P0 立即执行(紧急风控/重大机会)
  • P1 24小时内决策(日度简报标注)
  • P2 周内决策(周例会讨论)
  • P3 月度审视(复盘)

数据存储

  • MEMORY.md - 核心记忆(永久)
  • memory/YYYY-MM-DD.md - 每日日志
  • memory/knowledge/ - 用户偏好/禁忌/指令模式
  • ceo-framework/ - 决策体系框架

支持

  • 飞书:ou_9d198de9a562c93f8d8559cd0cd10f20
  • 文档:见CEO决策协作体系v2.8.md
安全使用建议
Key points before installing: - The skill will require Feishu App ID and App Secret and model API keys (MiniMax and/or Qwen) to function, despite the registry listing claiming no required env vars. Do not assume no secrets are needed. - Confirm where memory files (MEMORY.md, memory/...) will be stored and who can access them; the skill permanently stores and reuses conversational data and preferences. - Review and approve the cron jobs (scheduled reports) and their delivery channel (Feishu); scheduled sends mean the skill will act autonomously on a timetable. - Verify the source: homepage is clawhub.ai but owner is an opaque ID and author shown as '帅哥' — if this is for a production environment, ask the author/maintainer for clarification and a signed manifest that lists required credentials and permissions explicitly. - Reconcile conflicting manifests: clawhub.json and listing.json disagree about model/API requirements; ask the publisher to fix the metadata so required credentials are declared clearly. - If you proceed, test in an isolated/non-production org account first (use a test Feishu app and non-sensitive data) to confirm behavior, storage locations, and that it only uses the permissions you expect. If you want, I can extract the precise lines where credentials/permissions are referenced and prepare a short checklist to present to the publisher for clarification.
功能分析
Type: OpenClaw Skill Name: ceo-ai-assistant Version: 1.0.0 The bundle is a comprehensive AI agent configuration designed to act as a 'CEO Assistant' within the OpenClaw ecosystem. It utilizes a multi-agent architecture (main brain vs. sub-agents) and integrates with Feishu (Lark) for notifications and scheduled briefings. While it requests broad permissions for memory, cron, and Feishu access, these are strictly aligned with its stated purpose of managing schedules, remembering user preferences, and sending reports. Notably, the instructions in 'CEO决策协作体系v2.8.md' include security-conscious constraints, explicitly forbidding the main agent from executing shell commands (exec) or modifying system configurations directly.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name/description (CEO decision assistant) align with its instructions: scheduled reports, subagents, persistent memory, and Feishu notifications are coherent. However the published registry metadata (no required env vars / no primary credential) contradicts SKILL.md/README/config files that clearly require Feishu App ID/App Secret and model API keys (MiniMax/Qwen). This mismatch is unexpected and should be resolved.
Instruction Scope
SKILL.md and included templates instruct the platform to create cron jobs, write/read memory files (memory/*.md, MEMORY.md, knowledge), manage subagents/sessions, and push notifications to Feishu. All of those are in-scope for a decision assistant. The instructions do not contain obvious external exfiltration endpoints beyond Feishu and the model providers, but they do direct persistent storage of conversational data and automated delivery to Feishu — users should be aware that daily conversations and derived 'memory' will be stored and reused.
Install Mechanism
This is instruction-only (no install spec, no downloaded binaries, no code files to execute). That reduces installation risk because nothing is automatically fetched or executed by the skill package itself.
Credentials
The skill files and README require Feishu appId/appSecret and references model API keys (MiniMax, Qwen). Yet the registry metadata reported 'Required env vars: none' and 'Primary credential: none'. Additionally clawhub.json/includes list 'apiKeys': ['minimax'] while listing.json shows differing requirement flags. These inconsistencies (missing declared credentials, contradictory requirements) are disproportionate and confusing — the skill will need secrets to operate, but the manifest doesn't declare them correctly.
Persistence & Privilege
The skill requests/assumes permissions for memory read-write, cron read-write, and Feishu read-write in its manifest files — all consistent with scheduled reporting and persistent memory. always:false (no forced global inclusion) is appropriate. However, granting autonomous scheduled jobs plus persistent memory and outbound Feishu push capability increases potential impact if misconfigured or if the skill behaves unexpectedly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ceo-ai-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ceo-ai-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
CEO决策助手 v2.8 引入全新架构与功能,优化决策协作体验。 - 新增主脑+子代理架构,实现分工明确的决策流程 - 支持6大智能代理与6类定时简报,覆盖CEO常用场景 - 集成分层记忆系统及决策分级(P0-P3)处理 - 飞书通知与定时任务自动化全面增强 - 优化快速安装与配置流程,5分钟极速上线
元数据
Slug ceo-ai-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CEO决策助手 是什么?

专为中国CEO打造的AI决策协作体系。主脑+子代理架构,支持飞书通知,定时简报,记忆系统,决策分级管理。5分钟安装,开箱即用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 CEO决策助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ceo-ai-assistant」即可一键安装,无需额外配置。

CEO决策助手 是免费的吗?

是的,CEO决策助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CEO决策助手 支持哪些平台?

CEO决策助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CEO决策助手?

由 James6548(@james6548)开发并维护,当前版本 v1.0.0。

💬 留言讨论