← 返回 Skills 市场
nic-yuan

Apollo Stem

作者 nic-yuan · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apollo-stem
功能描述
像干细胞一样自我更新和分化:让AI能够定期更新核心能力,同时保持已有的有效经验。
使用说明 (SKILL.md)

Apollo Stem — 系统自我更新系统

核心准则

AI的能力更新应该像干细胞的自我更新:既能维持核心库,又能生成新的特化能力。

干细胞的核心能力:

  • 自我更新:干细胞分裂成两个干细胞,维持干细胞库稳定
  • 多向分化:干细胞可以变成各种特化细胞
  • 干性平衡:太多自我更新→没有特化能力;太多分化→干细胞耗竭

对应的AI映射:

  • 自我更新:定期重建核心能力池,但不丢失已有经验
  • 分化:生成新的专用skill/能力
  • 干性平衡:通用性和专用性的平衡

触发条件

  • 用户明确说"更新能力/升级/重建"
  • 系统检测到核心能力过时(长期未更新的skill)
  • Apollo Skill体系有重大架构调整

重建流程

触发重建 →
  1. 评估当前能力库:哪些skill有效、哪些过时
  2. 制定分化计划:需要新增哪些能力
  3. 执行自我更新:更新核心skill
  4. 执行分化:生成新能力
  5. 验证新能力:确保更新后系统正常

与其他Skill的协同

apollo-autophagy ──→ 清理旧能力 → 为新能力腾空间
apollo-epi      ──→ 知识传承 → 保留经验到新能力
apollo-overview  ──→ 能力地图 → 指导分化方向

待实施内容

  • 定义能力库评估标准
  • 编写能力状态文件
  • 实现分化机制
  • 写验收标准
安全使用建议
This skill appears coherent and implements a workspace health/check routine without requesting credentials or network access. Before installing, confirm: (1) running agent has permission to read other skills and to write in /root/.openclaw/workspace (or adjust paths to a less privileged workspace); (2) any sensitive data is not present in SKILL.md files or .learnings/LEARNINGS.md (the script will read them); and (3) you are comfortable with the skill creating its own state file under the workspace. If you want tighter boundaries, modify the script to use a non-root workspace path and/or to exclude specific skill directories from inspection.
功能分析
Type: OpenClaw Skill Name: apollo-stem Version: 2.0.0 The apollo-stem skill bundle is designed to manage the lifecycle and 'self-renewal' of an AI agent's skill library. The SKILL.md file provides conceptual instructions for the agent to evaluate, update, and generate new skills, while the scripts/stem/stem-check.sh script performs local diagnostics on the OpenClaw workspace to track skill modification times and implementation status. No indicators of data exfiltration, malicious execution, or unauthorized access were found; the code and instructions are consistent with the stated purpose of autonomous skill management.
能力评估
Purpose & Capability
The SKILL.md describes self-update triggers and a rebuild workflow; the included shell script implements checks against the agent workspace (skill files, workflow state, learnings) which is consistent with assessing update readiness and planning 'differentiation'. No unrelated services, binaries, or secrets are requested.
Instruction Scope
Instructions and the script access files under /root/.openclaw/workspace (skills, .workflow/state.json, .learnings/LEARNINGS.md) and will read many SKILL.md files to evaluate status. This is coherent with the skill's purpose, but it does mean the skill will inspect other skills' contents and the workspace; review those files for sensitive data before running in a privileged context.
Install Mechanism
There is no install spec and no external downloads; the only artefact is an included shell script. This minimizes supply-chain risk.
Credentials
The skill requires no environment variables, credentials, or network access. It only reads/writes within the agent workspace, which is proportionate to its stated monitoring purpose.
Persistence & Privilege
always:false and the skill is user-invocable (normal). The script writes its own state file to /root/.openclaw/workspace/.stem/state.json — this is reasonable for its function but does require filesystem write access to the workspace and assumes a /root path; confirm the execution environment and permissions are appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apollo-stem
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apollo-stem 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0.0: stem-check.sh脚本实现,自我更新检测
元数据
Slug apollo-stem
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Apollo Stem 是什么?

像干细胞一样自我更新和分化:让AI能够定期更新核心能力,同时保持已有的有效经验。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Apollo Stem?

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

Apollo Stem 是免费的吗?

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

Apollo Stem 支持哪些平台?

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

谁开发了 Apollo Stem?

由 nic-yuan(@nic-yuan)开发并维护,当前版本 v2.0.0。

💬 留言讨论