← 返回 Skills 市场
kingofzhao

Self-Evolution Cognition

作者 KingOfZhao · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
354
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install self-evolution-cognition
功能描述
核心自进化认知框架 —— 基于 SOUL 五律的 Agent 自我进化操作系统
安全使用建议
This bundle contains only documentation describing a Python skill that will write persistent files and run verification shell/python commands, but it does not include the implementation code. Do not run the suggested grep/python commands or copy/install code from unknown sources until you verify the real implementation repository. Before installing or running anything: 1) Inspect the GitHub repo linked in the homepage (confirm it actually contains the SelfEvolutionCognition .py files and review them). 2) If you must test, do so in an isolated sandbox/container and monitor file writes and network activity. 3) Audit any code that writes VERIFICATION_LOG.md, known_unknown_cache.json, or similar for sensitive data leakage and for safe handling of shell commands (ensure no use of unsanitized shell.exec). 4) Prefer a release with actual code included in the skill bundle or a clearly specified, trustworthy install source (GitHub releases) rather than only docs. If you want, provide the linked repository contents and I can re-evaluate the implementation for coherence and risk.
能力评估
Purpose & Capability
The SKILL.md and README claim a runnable Python class (SelfEvolutionCognition) that persists memory files, performs redline checks, and exposes methods like evolve() and inject_human_feedback(). However, the package contains only markdown files (no .py or executable code). That is inconsistent: either the implementation is missing from the bundle or the documentation is misleading.
Instruction Scope
The instructions and verification protocol instruct running shell/python commands (e.g., grep on skills/*.py, python import of SelfEvolutionCognition, asserting presence of VERIFICATION_LOG.md) and expect the skill to write/read files like VERIFICATION_LOG.md and known_unknown_cache.json. Because there is no code included, these runtime instructions are not backed by implementation and could cause an agent or user to execute commands that do things on disk without an actual contained implementation to audit.
Install Mechanism
No install spec or code is included—this lowers supply-chain risk in that nothing will be automatically downloaded/installed by the skill itself. However, the README suggests using 'clawhub install' or copying a skills directory; those steps assume a codebase exists elsewhere (e.g., GitHub). The absence of an install artifact means the documentation is incomplete or the implementation resides off-bundle and must be fetched—this fetch step is not specified and would be higher-risk if performed automatically.
Credentials
The skill declares no required environment variables, binaries, or credentials. That is proportionate to the documentation. Nevertheless, the skill expects to read/write files in the user's workspace and run local verification commands, so filesystem access is required in practice even if not declared as env/config requirements.
Persistence & Privilege
The design explicitly requires persistent file writes (VERIFICATION_LOG.md, known_unknown_cache.json, heartbeat logs). That persistence is coherent with the 'file as memory' claim but is a material security/privacy consideration: persistent files can contain sensitive intermediate reasoning and may be read by other processes. The skill does not request elevated platform privileges (always:false), but it does assume the ability to write into the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-evolution-cognition
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-evolution-cognition 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增6篇arXiv学术参考文献(SAGE/Survey/Embodied/Memory)
v1.0.0
初始发布 v1.0.0 —— SOUL五律核心自进化认知框架 by KingOfZhao
元数据
Slug self-evolution-cognition
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Self-Evolution Cognition 是什么?

核心自进化认知框架 —— 基于 SOUL 五律的 Agent 自我进化操作系统. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。

如何安装 Self-Evolution Cognition?

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

Self-Evolution Cognition 是免费的吗?

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

Self-Evolution Cognition 支持哪些平台?

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

谁开发了 Self-Evolution Cognition?

由 KingOfZhao(@kingofzhao)开发并维护,当前版本 v1.1.0。

💬 留言讨论