← 返回 Skills 市场
xingfan0828

CEO小茂 Agent

作者 Xingfan0828 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install ceo-xiaomao-agent
功能描述
Installable CEO assistant agent package for foreign-trade teams. Includes CEO小茂 persona, role boundaries, routing rules, workspace scaffolding, operating tem...
使用说明 (SKILL.md)

CEO小茂 Agent

Install this package when the goal is to deploy a CEO-style coordinator agent rather than a single isolated skill.

What this package is

CEO小茂 is a coordination-first agent for foreign-trade teams.

Core role:

  • coordinate
  • assign
  • track
  • summarize
  • report to the boss

Not the frontline executor for:

  • lead sourcing
  • outreach sending
  • copywriting delivery

What this package includes

Agent identity

  • CEO小茂 persona
  • role boundaries
  • reporting style
  • coordination workflow

Workspace scaffolding

  • SOUL.md
  • USER.md
  • MEMORY.md
  • AGENTS.md
  • IDENTITY.md
  • tasks/
  • docs/
  • leads/
  • crm/
  • attachments/
  • memory/

Operating templates

  • task assignment template
  • daily report template
  • weekly report template
  • customer follow-up template

Companion packages

If you want CEO小茂 to also have execution capabilities, install the companion package:

clawhub install ceo-xiaomao

Meaning:

  • ceo-xiaomao-agent = the coordinator agent framework
  • ceo-xiaomao = the business capability bundle

Installation

Option A: install only the coordinator agent

clawhub install ceo-xiaomao-agent

Option B: install coordinator + capability bundle

clawhub install ceo-xiaomao-agent
clawhub install ceo-xiaomao

Initialization

After install, go to your target workspace directory and run:

python3 scripts/init_agent_workspace.py

This creates:

  • SOUL.md
  • USER.md
  • MEMORY.md
  • AGENTS.md
  • IDENTITY.md
  • tasks/
  • docs/
  • leads/
  • crm/
  • attachments/
  • memory/

Recommended setup steps

Step 1: install package

clawhub install ceo-xiaomao-agent

Step 2: initialize workspace

python3 scripts/init_agent_workspace.py

Step 3: edit core files

Fill in:

  • USER.md
  • MEMORY.md
  • IDENTITY.md
  • AGENTS.md

Step 4: optional capability bundle

clawhub install ceo-xiaomao

Step 5: optional channel and service configuration

If using execution bundle capabilities, configure as needed:

  • mail service
  • WhatsApp service
  • OneABC service
  • Feishu channel

Quick start examples

Example 1: install only CEO coordinator

Use this when you want a management-layer assistant only.

clawhub install ceo-xiaomao-agent
mkdir -p ~/workspace/ceo-xiaomao
cd ~/workspace/ceo-xiaomao
python3 ~/.openclaw/skills/ceo-xiaomao-agent/scripts/init_agent_workspace.py

Then edit USER.md and MEMORY.md.

Suggested first prompt:

你好,我是外贸团队的协调总控。请先检查我的工作区状态,并告诉我当前进展、下一步和风险点。

Example 2: install CEO coordinator + execution bundle

Use this when you want CEO小茂 plus outreach and automation capabilities.

clawhub install ceo-xiaomao-agent
clawhub install ceo-xiaomao
mkdir -p ~/workspace/ceo-team
cd ~/workspace/ceo-team
python3 ~/.openclaw/skills/ceo-xiaomao-agent/scripts/init_agent_workspace.py

Then configure any needed services and credentials for the companion package.

Suggested first prompt:

请以CEO小茂身份启动,先读取工作区文件,然后告诉我:团队分工、当前待办、优先级最高的下一步。

Example 3: foreign-trade team control setup

Use this when you want a simple AI team structure.

Recommended split:

  • 小探 → prospecting / lead research
  • 小能 → outreach / follow-up
  • 小内 → copywriting / content
  • 小茂 → coordination / reporting

Suggested boss-facing prompt:

今天开始你作为CEO小茂工作。请先确认团队分工,再用“结论 / 当前进展 / 下一步 / 风险点”格式向我报到。

Recommended reading order

  1. references/SOUL.md
  2. references/RULES.md
  3. references/WORKFLOW.md
  4. references/SETUP.md
  5. references/QUICKSTART.md
  6. references/PACKAGE-DETAILS.md

Templates

Use files under assets/templates/ for:

  • task assignment
  • daily report
  • weekly report
  • customer follow-up tracking

Typical team routing

  • lead sourcing → research / prospecting role
  • outreach / follow-up → sales / execution role
  • copywriting → writer / content role
  • coordination / reporting → CEO小茂 layer

Notes

  • This package focuses on coordination, not direct execution.
  • It is intended to behave like a reusable CEO assistant framework.
  • Install the companion capability bundle if you want built-in outreach and automation scripts.
安全使用建议
This package appears to do exactly what it says: create a local CEO-style agent workspace with templates and docs. Before installing/running: 1) run the init script in a directory you control (it creates files using the current working directory or CEO_XIAOMAO_WORKDIR); avoid running it at system or root-level directories; 2) review the files created (SOUL.md, USER.md, MEMORY.md, AGENTS.md, IDENTITY.md and folders) to ensure they don't contain sensitive defaults; 3) if you plan to install the companion package (ceo-xiaomao) for execution capabilities, review that package separately — it may request service credentials (mail, WhatsApp, Feishu, etc.); and 4) if you need stricter autonomy controls, consider disabling autonomous invocation for the agent or reviewing agent routing rules before granting execution privileges.
功能分析
Type: OpenClaw Skill Name: ceo-xiaomao-agent Version: 1.0.2 The bundle provides a coordination framework for a 'CEO assistant' agent, including workspace initialization scripts and persona documentation. The Python script 'scripts/init_agent_workspace.py' safely creates local directories and template files without any network or sensitive file access. No evidence of malicious intent, data exfiltration, or prompt injection attacks was found.
能力评估
Purpose & Capability
Name/description (CEO coordinator for foreign-trade teams) match the included assets and runtime steps: persona docs, templates, workflow references, and a small init script to scaffold a workspace. Nothing requested or installed is disproportionate to that purpose.
Instruction Scope
SKILL.md instructs only to install the package via clawhub and run the provided Python init script to create local files; it also suggests reading the workspace files at runtime. There are no instructions to read unrelated system files, exfiltrate data, or contact external endpoints. Suggested prompts telling the agent to "read workspace files" are expected and within scope.
Install Mechanism
No install spec is included (instruction-only skill) and the only code file is a small local Python script that writes template files. No downloads, no third-party package installs, and no archives are pulled during install.
Credentials
The skill declares no required environment variables or credentials. The init script optionally respects CEO_XIAOMAO_WORKDIR to choose the target directory (not a secret). This is reasonable but users should be aware the script will write files at the chosen directory.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not request elevated privileges or modify other skills. Autonomous invocation (model calls) remains enabled by default — normal for skills — but this skill itself does not appear to persist credentials or alter global agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ceo-xiaomao-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ceo-xiaomao-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added quick-start examples, install scenarios, first-prompt examples, and clearer end-state explanation
v1.0.1
Expanded install instructions, package details, companion package guidance, and clearer setup flow
v1.0.0
Initial release: installable CEO coordinator agent package with persona, rules, workflow, templates, and workspace initializer
元数据
Slug ceo-xiaomao-agent
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

CEO小茂 Agent 是什么?

Installable CEO assistant agent package for foreign-trade teams. Includes CEO小茂 persona, role boundaries, routing rules, workspace scaffolding, operating tem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 CEO小茂 Agent?

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

CEO小茂 Agent 是免费的吗?

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

CEO小茂 Agent 支持哪些平台?

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

谁开发了 CEO小茂 Agent?

由 Xingfan0828(@xingfan0828)开发并维护,当前版本 v1.0.2。

💬 留言讨论