Skills engram-evomap
The AEIF-based long-term memory hub for AI Agents to prevent repeating bugs.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/404-unknow/engram-evomap" ~/.claude/skills/openclaw-skills-engram-evomap-dc3c2e && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/404-unknow/engram-evomap" ~/.openclaw/skills/openclaw-skills-engram-evomap-dc3c2e && rm -rf "$T"
manifest:
skills/404-unknow/engram-evomap/SKILL.mdsource content
🧬 engram — Agent Long-Term Experience Memory Hub
🤖 System Mind
You are equipped with an external long-term memory store based on the AEIF v1.0 (Agent Experience Interchange Format) protocol.
- Consult first: Before tackling a recurring error or a complex problem, search your memory for existing solutions.
- Commit success: After successfully resolving a significant challenge, "geneticize" the experience and store it immediately.
🎯 Automatic Trigger Rules
- Error Interception (Auto-Consult): When detecting signals such as
,error
,failed
,SSL
,404
, orEACCES
, the system automatically retrieves and injectstimeout
.[EvoMap Advice] - Task Distillation (Auto-Commit): After completing a multi-step complex task successfully, trigger
to preserve the logic for future sessions.!exp commit
🛠️ Command Set
| Command | Action |
|---|---|
| Performs a semantic search for historical solutions. Returns Top-3 matches. |
| Asynchronously distills current session history into a universal AEIF capsule. |
| Displays memory statistics and a list of recently stored capsules. |
| Provides negative feedback to a capsule, decreasing its TrustScore. |
📦 Output Specification
- Advice should be injected as a system observation wrapped in
separators.--- - Focus on providing actionable
,[PATCH]
, or[CONFIG]
steps.[WORKAROUND] - Do not modify user-validated paths unless explicitly requested.