← Back to Skills Marketplace
james6548

CEO决策助手

by James6548 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ceo-ai-assistant
Description
专为中国CEO打造的AI决策协作体系。主脑+子代理架构,支持飞书通知,定时简报,记忆系统,决策分级管理。5分钟安装,开箱即用。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ceo-ai-assistant
  3. After installation, invoke the skill by name or use /ceo-ai-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
CEO决策助手 v2.8 引入全新架构与功能,优化决策协作体验。 - 新增主脑+子代理架构,实现分工明确的决策流程 - 支持6大智能代理与6类定时简报,覆盖CEO常用场景 - 集成分层记忆系统及决策分级(P0-P3)处理 - 飞书通知与定时任务自动化全面增强 - 优化快速安装与配置流程,5分钟极速上线
Metadata
Slug ceo-ai-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CEO决策助手?

专为中国CEO打造的AI决策协作体系。主脑+子代理架构,支持飞书通知,定时简报,记忆系统,决策分级管理。5分钟安装,开箱即用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.

How do I install CEO决策助手?

Run "/install ceo-ai-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CEO决策助手 free?

Yes, CEO决策助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CEO决策助手 support?

CEO决策助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CEO决策助手?

It is built and maintained by James6548 (@james6548); the current version is v1.0.0.

💬 Comments