← 返回 Skills 市场
moistenxx

Solo CEO

作者 Moistenxx · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
233
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install solo-ceo
功能描述
一人公司主 Agent 技能。当用户希望 AI 作为"主控 CEO Agent"协调多个预建的长期员工 Agent 完成任务时触发。适用于:任务拆分与分发、多 Agent 协作对话、模拟真实公司沟通流程(最多5轮对话)、最终汇总报告给用户。核心能力:CEO Agent 理解任务、将任务分发给员工 Agents、收...
安全使用建议
Before installing or running this skill: - Understand that SKILL.md expects the agent to read and write files under ~/.openclaw/workspace-<agentId>/ and to require agentToAgent=true in openclaw.json. The registry metadata does not declare those paths — treat that as an omission. - If you will store any sensitive data in tasks, avoid letting employees write it into MEMORY.md; treat MEMORY.md as persistent and review its contents regularly. - Only enable agentToAgent if you trust the agents and runtime environment; enabling it opens inter-agent messaging and persistent workspace I/O. - Consider running the skill in a sandboxed account or limited environment so workspace files are isolated, and inspect any files it creates (SOUL.md, MEMORY.md, plan.md). - Ask the publisher (or require a metadata update) to explicitly declare required config paths and file access in the registry entry, and to add guidance on secret handling and sanitization. - If you need a lower-risk alternative, use a coordinator that does not persist data to the host filesystem or that documents exactly what it will read/write.
功能分析
Type: OpenClaw Skill Name: solo-ceo Version: 2.1.0 The skill bundle defines a coordination framework for a 'CEO' agent to manage sub-agents (coder, operator) within the OpenClaw environment. It utilizes standard framework tools like `sessions_spawn` and `sessions_yield` for task distribution and parallel execution. The logic is focused on task decomposition, planning, and reporting, with no evidence of malicious intent, data exfiltration, or unauthorized system access across the provided files (SKILL.md, _meta.json, and templates).
能力评估
Purpose & Capability
The skill's stated purpose (CEO coordinator for multi-agent workflows) matches the high-level instructions, but SKILL.md requires enabling agentToAgent in openclaw.json and a per-agent workspace under ~/.openclaw/workspace-<agentId> (read/write of SOUL.md, MEMORY.md, etc.). The published metadata declares no required config paths or credentials — an inconsistency. If the skill truly needs filesystem access to ~/.openclaw and to the OpenClaw config, those should have been declared.
Instruction Scope
The runtime instructions explicitly direct the agent to read and update files in user workspaces (MEMORY.md, SOUL.md, create plan.md), and to modify/require openclaw.json to enable agentToAgent. That is within the skill's functional scope but broad: it persists learned preferences to disk and asks employees to read MEMORY.md as the sole source of CEO preferences. There is no guidance on sanitizing secrets or avoiding storing sensitive task details in MEMORY.md; this risks accidental long-term persistence of user data. The instructions also assume push events and sessions_yield semantics in the runtime environment, which may not exist for all deployments.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest install risk: nothing will be downloaded or written by an installer step. The security surface is entirely the runtime behavior described in SKILL.md.
Credentials
Registry metadata declares no required environment variables or config paths, yet SKILL.md requires modification of openclaw.json and read/write access to ~/.openclaw/workspace-<agentId> files. The absence of declared config paths/permissions is disproportionate to the delivered instructions and is a meaningful omission that could surprise users about file system access.
Persistence & Privilege
The skill does not set always:true and allows autonomous invocation as normal. However, it instructs persistent changes to per-agent workspace files (MEMORY.md) and expects the user to enable agentToAgent in openclaw.json. Those behaviors imply persistent state and write access in the user's home/config, which elevates privilege compared with an instruction-only coordinator that only routes messages. This persistent file-writing ability is not reflected in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solo-ceo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solo-ceo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
新增 Phase 0 用工类型判断规则:自动区分长期工和 subagent 场景
v2.0.0
v2.0 重写:基于实战经验,包含 agentToAgent 配置、真实调度逻辑、并行任务处理、员工记忆管理规范等核心更新
v1.0.0
Initial release
元数据
Slug solo-ceo
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Solo CEO 是什么?

一人公司主 Agent 技能。当用户希望 AI 作为"主控 CEO Agent"协调多个预建的长期员工 Agent 完成任务时触发。适用于:任务拆分与分发、多 Agent 协作对话、模拟真实公司沟通流程(最多5轮对话)、最终汇总报告给用户。核心能力:CEO Agent 理解任务、将任务分发给员工 Agents、收... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 Solo CEO?

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

Solo CEO 是免费的吗?

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

Solo CEO 支持哪些平台?

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

谁开发了 Solo CEO?

由 Moistenxx(@moistenxx)开发并维护,当前版本 v2.1.0。

💬 留言讨论