Install
openclaw skills install sagemakerUnified memory-and-growth operating system for agents. Use when you need consistent layered memory (short/mid/long/knowledge), self-model-driven promotion ru...
openclaw skills install sagemakerImplement one shared behavior loop:
experience -> short_term evidence -> mid_term synthesis -> (knowledge or long_term) -> self-model calibration -> next-task behavior
Preferred safe path (no execution-policy bypass): create/verify these artifacts directly:
memory/short_term/memory/mid_term/MEMORY.mdmemory/long_term/MEMORY.mdmemory/knowledge.mdmemory/check_memory.json (dual-gate schema)If this skill bundle includes scripts/install.ps1, you may run it without bypassing execution policy:
powershell -File "skills/SageMaker/scripts/install.ps1"
Optional (if bundled installer supports it): apply HEARTBEAT template with backup:
powershell -File "skills/SageMaker/scripts/install.ps1" -ApplyHeartbeatTemplate
memory/short_term/YYYY-MM-DD.md (raw evidence)memory/mid_term/MEMORY.md (near-term reusable conclusions)memory/long_term/MEMORY.md (stable collaboration constraints)memory/knowledge.md (transferable methods/policies)self-model.md (current strengths/failures/growth themes/uncertainties)memory/check_memory.json (daily/weekly gate state)self-model.md only when:memory/knowledge.md only when:if X then Ymemory/long_term/MEMORY.md only when:Every promoted item must include:
reasonevidenceconfidence (low|medium|high)For medium/high complexity tasks:
self-model.md + memory/knowledge.mdmemory/check_memory.json)Use dual gate state:
{
"daily_need_update": 1,
"daily_update_done": 0,
"weekly_need_update": 1,
"weekly_update_done": 0
}
Semantics:
1/0 = pending0/1 = done1/0Strict rule: success is valid only if gate flips to done.
Core-file changes must be proposal-first:
Core files include: SOUL.md, IDENTITY.md, AGENTS.md and equivalent identity/behavior governance files.