质量概览
这里给访客看的是 Skill 质量快照:重点帮助你判断这个内容是否结构清楚、可执行、适合直接参考或下载。
Lightweight learning for agents that reset between sessions.
error / correction / discovery
↓
log one line in .learnings/
↓
dedup by id, then keyword
↓
count:3+ or severity:critical → promotion-queue
↓
human reviews promotion
↓
check relevant learnings before major work
↓
increment prevented:N when a learning actually changed behaviorbash scripts/install.shCreates:
.learnings/
errors.md
learnings.md
wishes.md
promotion-queue.md
details/
archive/Add this to your agent instructions:
## Self-Improvement
Before major tasks: grep .learnings/*.md for relevant past issues.
After errors or corrections: log a one-line entry using agent-memory-loop.
Never auto-write to SOUL.md, AGENTS.md, TOOLS.md, or similar instruction files.
Stage candidate rule changes in .learnings/promotion-queue.md for human review.One incident or discovery per line. Extra fields are optional.
[YYYY-MM-DD] id:ERR-YYYYMMDD-NNN | COMMAND | what failed | fix | count:N | prevented:N | severity:medium | source:agent
[YYYY-MM-DD] id:LRN-YYYYMMDD-NNN | CATEGORY | what | action | count:N | prevented:N | severity:medium | source:agent
[YYYY-MM-DD] CAPABILITY | what was wanted | workaround | requested:N
[YYYY-MM-DD] id:LRN-YYYYMMDD-NNN | proposed rule text | target: AGENTS.md | source:agent | evidence: count:N prevented:N | status: pendingKey fields:
count:N tracks recurrenceprevented:N tracks loop closureseverity:critical forces review even at count 1source:external is never promotableprevented:Nreferences/logging-format.md — canonical line formats, fields, examples, source labelsreferences/operating-rules.md — dedup, review queue, pre-task review, trimming rulesreferences/promotion-queue-format.md — queue entry structure and status lifecyclereferences/detail-template.md — optional detail-file template for complex failuresreferences/design-tradeoffs.md — why this stays lean instead of turning into a systemassets/errors.mdassets/learnings.mdassets/wishes.mdassets/promotion-queue.mdscripts/install.shscripts/setup.shscripts/review.shThe loop is working if agents actually use it:
prevented:N starts climbing on real workRead more
[More in Agents](/skills?category=agents)
Downloads
Security audit [Pass](/zurbrick/skills/agent-memory-loop/security-audit)
Last updated 1mo ago
Current version v2.1.1
License MIT-0
Report
import: clawhub https://clawhub.ai/zurbrick/agent-memory-loop
说明
当前为只读模式,登录后可评论。
还没有评论。
Personas
Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
Agent Memory
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Fluid Memory
基于艾宾浩斯遗忘曲线和访问频率的衰减模型设计的遗忘和归档机制,完全依赖openclaw原生记忆系统的拟人化流体记忆系统
Evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Capability Evolver
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...