cortex-consolidate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cortex-consolidate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
consolidate, maintenance, cleanup, compress, decay, merge, evolve, sleep, replay, consolidation, memory health, prune, clean up, optimize memories, reduce noise
Run the full memory maintenance pipeline — modeled after biological memory consolidation. This includes heat decay (cooling unused memories), compression (full text to gist to tags), CLS consolidation (episodic to semantic), causal graph discovery, and sleep-like replay that strengthens important memory clusters.
Use this skill when: After a long session, after bulk imports, periodically (weekly), or when memory_stats shows too many hot memories or high noise.
cortex:consolidate({})This runs the complete pipeline:
The response includes:
memories_decayed — how many cooled downmemories_compressed — how many were compressed (and to what level)memories_consolidated — how many promoted from episodic to semanticcausal_edges_discovered — new relationships foundreplay_clusters — memory clusters that were replayed and strengthenedFor targeted maintenance instead of the full pipeline:
Forget specific memories:
cortex:forget({
"memory_id": <id>,
"hard": false
})Soft delete (sets heat to 0) by default. Use "hard": true for permanent deletion. Protected memories require explicit "force": true.
Save checkpoint before risky operations:
cortex:checkpoint({
"action": "save",
"label": "before-consolidation"
})Restore if something went wrong:
cortex:checkpoint({
"action": "restore",
"label": "before-consolidation"
})cortex:memory_stats before consolidating to understand what needs maintenancecortex:backfill_memories to process the imported memories through the full pipeline~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.