Reflexio Consolidate
SkillFiles & storageRun a full-sweep consolidation over all .reflexio/ files — TTL sweep + n-way cluster merge. Use when the user asks to 'clean up reflexio', 'consolidate memory', 'deduplicate playbooks', or suspects drift across sessions.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Reflexio Consolidate skill
What this skill tells your AI
The instructions your AI receives, as published by reflexioai/reflexio in reflexio/integrations/openclaw-embedded/plugin/skills/reflexio-consolidate/SKILL.md and read by ahel’s review.
User-invocable via /skill reflexio-consolidate. Same workflow that runs automatically via heartbeat (every 24h of active use), but on-demand.
What it does
- TTL sweep: delete expired profile files.
- For each of profiles and playbooks:
- Cluster similar files via
memory_search. - For clusters of 2+ members, call
llm-taskwithprompts/full_consolidation.mdto decide consolidate (one-fact-per-file) or keep-all. - Apply decisions: write individual fact files, delete originals.
- Cluster similar files via
How to run
Call the reflexio_run_consolidation tool. It spawns the consolidator sub-agent and returns a runId.
After successful consolidation, call the reflexio_consolidation_mark_done tool to update the heartbeat timer.
When to use
- User asks to "consolidate", "clean up reflexio", "dedupe memory"
- User reports seeing duplicate or contradictory entries in retrieval
- Heartbeat check returns ALERT (automatic trigger)
When NOT to use
- Routine maintenance — heartbeat handles this automatically.
- Immediately after Flow A/B writes — shallow dedup at write time + Flow C at session end cover the fresh-extraction cases.
Signals
- GitHub stars
- 367
- Forks
- 48
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
reflexio-consolidate- Source
- github.com/reflexioai/reflexio