self-evolution-cognition

核心自进化认知框架 —— 基于 SOUL 五律的 Agent 自我进化操作系统

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "self-evolution-cognition" with this command: npx skills add kingofzhao/self-evolution-cognition

Self-Evolution Cognition Skill

元数据

字段
名称self-evolution-cognition
版本1.0.0
作者KingOfZhao
发布日期2026-03-31
置信度97%

学术参考文献

本框架的理论基础受以下前沿研究启发:

  1. A Survey of Self-Evolving Agents — 自进化Agent综述,涵盖What/When/How三维度
  2. SAGE: Multi-Agent Self-Evolution for LLM Reasoning — Challenger+Planner+Solver+Critic四Agent闭环(←四向碰撞的理论对应)
  3. Group-Evolving Agents — 群体进化+经验共享(←人机闭环的扩展方向)
  4. Self-evolving Embodied AI — 具身智能自进化(←向长期方向的演进路径)
  5. Memory in the Age of AI Agents — Agent记忆体系(←"文件即记忆"的学术支撑)
  6. Beyond RAG for Agent Memory — 超越RAG的长时序记忆(←记忆模块升级方向)

核心能力

实现 Agent 的 SOUL 五律自进化循环:

  1. 已知 vs 未知分离:推理前强制声明已知集合与未知集合
  2. 文件即记忆:所有中间状态写入持久化文件,不依赖短期上下文
  3. 四向碰撞推理:正面→反面→侧面→整体,禁止过早收敛
  4. 人机闭环注入:接受人类证伪输入,结构化吸收并更新世界模型
  5. 置信度标注 + 红线守护:每个输出附置信度,红线永不触碰

安装命令

clawhub install self-evolution-cognition
# 或手动安装
cp -r skills/self-evolution-cognition ~/.openclaw/skills/

调用方式

from skills.self_evolution_cognition import SelfEvolutionCognition

cog = SelfEvolutionCognition(workspace="/path/to/project")
result = cog.evolve(task="描述你的任务", context={})
print(result.confidence, result.output)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zhua Metacognition

爪爪元认知系统 —— 思考自己的思考、监控认知过程、优化决策质量。Use when 爪爪需要反思自己的思维过程、优化认知策略、或提升决策质量。

Registry SourceRecently Updated
1990Profile unavailable
Automation

🤖 Jarvis Core v3.0 - 真正的贾维斯

主动智能助手核心技能 v3.0,从工具型助手升级为有灵魂的伙伴。整合人格一致性、主动思考、情绪感知、置信度透明、心跳跟进、记忆学习闭环,以及策略追踪、关系模式命名、多角色交叉分析和情绪历史感知。

Registry SourceRecently Updated
1.7K1Profile unavailable
Automation

Soul Searching

Browse, install, switch, and manage SOUL.md personality files for OpenClaw agents from the soulsearching.ai directory. Use when a user asks to: install a sou...

Registry SourceRecently Updated
2500Profile unavailable
Automation

MARL — Multi-stage Reasoning Middleware

Multi-stage multi-agent reasoning middleware that reduces LLM hallucination by 70%+. 9 specialized emergence engines for invention, creative, pharma, genomic...

Registry SourceRecently Updated
3736Profile unavailable