archive/2026-07-25/AAA/skills/ARCHIVE/archive-2026-07-12/unified-memory-federation/SKILL.md
Single entry point for memory across the arifOS federation. Routes recall/write/seal/consolidate/audit to the correct tier and organ. Enforces the 6-tier memory model from zen-organ-memory.
npx skillsauth add ariffazil/openclaw-workspace unified-memory-federationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One call to remember or recall anything across the federation. DITEMPA BUKAN DIBERI
| Tier | Name | Lifetime | Canonical Tool | Path / Surface |
|------|------|----------|----------------|----------------|
| L0 | Volatile | Session only | In-context | Current prompt context |
| L1 | Working | Task duration | forge_filesystem (read) | /root/A-FORGE/forge_work/ |
| L2 | Daily | 30 days | File grep | /root/memory/YYYY-MM-DD.md |
| L3 | Durable | Permanent | arif_memory(recall/remember) | arifOS L4-L6 stack |
| L4 | Knowledge | Permanent | knowledge-graph-query | /root/AAA/asi/knowledge-taxonomy.json |
| L5 | Sealed | Irreversible | arif_seal(list/seal) | VAULT999 + seal chain |
Promotion rules:
rememberack_irreversible=trueRoute by tier:
L0: inspect current session context
L1: grep /root/A-FORGE/forge_work/ for X
L2: grep /root/memory/*.md for X
L3: arif_memory(mode=recall, query=X)
L4: knowledge-graph-query --name X (or --id, --type)
L5: arif_seal(mode=list) filtered by X
Convenience script (L1-L2 + carry_forward):
python3 /root/.agents/skills/unified-memory-federation/scripts/recall.py "X"
tier=L3 → arif_memory(mode=remember, content=..., metadata={...})
tier=L1 → write to /root/A-FORGE/forge_work/...
tier=L2 → append to /root/memory/YYYY-MM-DD.md
L5 → arif_judge(...) → arif_seal(mode=seal, ack_irreversible=true)
Never call forge_vault directly. It is deprecated and duplicates arif_seal.
Run the pipeline:
L0 working context
→ L1: save forge_work artifacts
→ L2: write daily summary to /root/memory/YYYY-MM-DD.md
→ L3: promote durable memories via arif_memory(remember)
→ L4: write knowledge edges via asi-knowledge-writeback (requires seal_id)
→ update carry_forward.json
Checklist:
arif_seal(mode=chain))| Operation | L1 | L2 | L3 | L4 | L5 |
|-----------|----|----|----|----|----|
| recall | forge_filesystem / grep | grep | arif_memory(recall) | knowledge-graph-query | arif_seal(list) |
| write | forge_filesystem_write | file append | arif_memory(remember) | asi-knowledge-writeback | arif_seal(seal) |
| seal | — | — | — | via SEAL | arif_seal(seal) |
forge_vault for VAULT999 writes (deprecated duplicate)ack_irreversible=truearif_memory for durable preferences| Floor | Obligation | |-------|-----------| | F1 AMANAH | Backup before consolidation; append-only for L4-L5 | | F2 TRUTH | Every result labeled with tier + epistemic (OBS/DER/INT/SPEC) | | F4 CLARITY | One canonical tool per tier | | F7 HUMILITY | Recall reports confidence, never certainty | | F11 AUDIT | Every write returns a receipt | | F13 SOVEREIGN | L5 seal requires ack_irreversible |
RECALL → unified-memory-federation recall "X" [--tier L3]
WRITE → unified-memory-federation remember "..." --tier L3
SEAL → 999-vault-seal-immutable (arif_judge → arif_seal)
AUDIT → unified-memory-federation audit
CONSOLIDATE → unified-memory-federation consolidate
Forged: 2026-07-08 by FORGE (000Ω) for Arif (F13 SOVEREIGN) Part of: arifOS memory governance layer
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.