← 返回 Skills 市场
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apollo-epi
功能描述
像表观遗传一样传承知识:让AI的学习经验能够跨代积累,不从零开始。
使用说明 (SKILL.md)
Apollo Epi — 知识传承系统
核心准则
AI的知识传承应该像表观遗传:后天学到的东西能够改变基因表达,且可以遗传给后代。
表观遗传的核心机制:
- DNA甲基化:给基因加标签,不改变序列但改变表达
- 组蛋白修饰:决定基因是否被"读取"
- 跨代表型:后天环境直接影响可遗传的特征
对应的AI映射:
- 知识固化:把学到的经验标记为"重要",不易被覆盖
- 传承机制:把经验传递到新会话/新能力
- 甲基化类似物:给记忆加标签,影响后续行为
触发条件
- 用户明确说"记住这个/以后都这样/这是我的偏好"
- 系统执行了某任务多次,找到最优方法
- apollo-dream整理时发现重要模式
传承流程
触发传承 →
1. 识别传承内容:什么经验需要传承
2. 标记重要程度:决定保留优先级
3. 选择传承载体:
- 短期:写入MEMORY.md
- 中期:fine-tuning数据
- 长期:专用skill
4. 执行传承:写入对应载体
5. 验证传承效果:新会话能否继承
与其他Skill的协同
apollo-dream ──────→ 整理时发现重要模式 → 触发传承
apollo-stem ──────→ 能力分化时 → 从传承库获取经验
apollo-endo ──────→ 参数传承 → 偏好设置跨会话保留
待实施内容
- 定义传承层级(短期/中期/长期)
- 编写传承载体格式
- 实现跨会话传承机制
- 写验收标准
安全使用建议
This skill is coherent and low-risk in scope: it reads files under the agent workspace (/root/.openclaw/workspace) and writes a local status file to .epi/state.json to report on knowledge inheritance. Before enabling, verify that the workspace does not contain sensitive secrets you don't want skills to read (the script looks at MEMORY.md, per-day memory files, .learnings, and apollo-* skill folders). Also note the script assumes access to /root/.openclaw/workspace — run with least privilege if that workspace holds sensitive data. No network access or credentials are requested by the skill.
功能分析
Type: OpenClaw Skill
Name: apollo-epi
Version: 2.0.0
The apollo-epi skill bundle implements a knowledge persistence framework designed to track and store agent experiences within the local workspace. The core logic in SKILL.md and the status script scripts/epi/epi-check.sh focus on managing local files (e.g., MEMORY.md, .learnings) to maintain context across sessions. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description (knowledge inheritance) match the included behavior: the script checks MEMORY.md, per-day memory files, a .learnings directory, and apollo-* skill docs to evaluate 'inheritance' readiness. All required actions are filesystem reads/writes within the agent workspace and align with the stated purpose.
Instruction Scope
SKILL.md describes triggers and a transfer process; the runtime script follows that scope. The script only reads workspace files under /root/.openclaw/workspace and writes a state.json under .epi — it does not access external endpoints, system-wide secrets, or files outside the declared workspace paths.
Install Mechanism
No install spec; this is instruction-only plus a small included shell script. Nothing is downloaded or installed from external sources.
Credentials
The skill declares no required environment variables or credentials. The script does not read environment secrets; it only inspects specific files and directories in the workspace.
Persistence & Privilege
always:false and normal model invocation. The script creates a directory and writes a single state file under the agent workspace (.epi/state.json). It does not modify other skills' code or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apollo-epi - 安装完成后,直接呼叫该 Skill 的名称或使用
/apollo-epi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0.0: epi-check.sh脚本实现,知识传承检测
元数据
常见问题
Apollo Epi 是什么?
像表观遗传一样传承知识:让AI的学习经验能够跨代积累,不从零开始。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Apollo Epi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apollo-epi」即可一键安装,无需额外配置。
Apollo Epi 是免费的吗?
是的,Apollo Epi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Apollo Epi 支持哪些平台?
Apollo Epi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Apollo Epi?
由 nic-yuan(@nic-yuan)开发并维护,当前版本 v2.0.0。
推荐 Skills