federation/claude/skills/session-seal/SKILL.md
Seal current session with constitutional audit trail, decisions log, and next-session priorities before ending work
npx skillsauth add ariffazil/openclaw-workspace session-sealInstall 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.
Constitutionally seal the current session before ending. Creates a structured record of what happened, what was decided, and what comes next.
/session-seal — Run at end of any working session.
Gather session data (from conversation context):
git status and git diff --stat)Generate session seal document using the template below
Save to file:
C:\Users\User\arifOS\.claude\sessions\seal_YYYYMMDD_HHMM.md.claude\sessions\ directory if it doesn't existUpdate auto memory if stable patterns were confirmed:
C:\Users\User\.claude\projects\C--Users-User-arifOS\memory\MEMORY.md with new insights (only if genuinely new and verified)Copy to clipboard via /export as backup
# Session Seal: [YYYY-MM-DD HH:MM]
## Key Decisions
- [Decision 1]
- [Decision 2]
## Files Modified
- [file]: [what changed]
## Constitutional Audit
- Verdicts: X SEAL, Y PARTIAL, Z VOID
- Floor violations: [list or "None"]
## Unresolved
- [item or "None"]
## Next Session Priorities
1. [top priority]
2. [second priority]
3. [third priority]
## Context to Restore
- [key files or concepts needed next time]
---
Sealed by: arifOS v60.0-FORGE
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.