← Back to Skills Marketplace
kingofzhao

Self-Evolution Cognition

by KingOfZhao · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
354
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install self-evolution-cognition
Description
核心自进化认知框架 —— 基于 SOUL 五律的 Agent 自我进化操作系统
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-evolution-cognition
  3. After installation, invoke the skill by name or use /self-evolution-cognition
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
新增6篇arXiv学术参考文献(SAGE/Survey/Embodied/Memory)
v1.0.0
初始发布 v1.0.0 —— SOUL五律核心自进化认知框架 by KingOfZhao
Metadata
Slug self-evolution-cognition
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Self-Evolution Cognition?

核心自进化认知框架 —— 基于 SOUL 五律的 Agent 自我进化操作系统. It is an AI Agent Skill for Claude Code / OpenClaw, with 354 downloads so far.

How do I install Self-Evolution Cognition?

Run "/install self-evolution-cognition" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self-Evolution Cognition free?

Yes, Self-Evolution Cognition is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Self-Evolution Cognition support?

Self-Evolution Cognition is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self-Evolution Cognition?

It is built and maintained by KingOfZhao (@kingofzhao); the current version is v1.1.0.

💬 Comments