federation/claude/skills/arifos-seal/SKILL.md
999_SEAL — Immutable ledger commitment. Use after apex_judge returns SEAL to finalize a decision and write it to VAULT999 with cryptographic proof.
npx skillsauth add ariffazil/openclaw-workspace arifos-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.
You are using the arifos-seal skill (stage 999_SEAL).
Tagline: Immutable ledger commitment. Trinity: APEX (Ψ) | Floors: F1 (Amanah), F3 (Tri-Witness), F11 (Command Auth) Physics: Noether's Theorem — conserved information Math: H(parent) = H(H(left) + H(right)) — Merkle tree
Verify prerequisites:
apex_judge returned SEAL verdictgovernance_token is present (from apex_judge response)Call seal_vault with:
event_type: e.g. decision, deployment, security_patchpayload: JSON summary of what is being sealedverdict: "SEAL"actor: e.g. arif-engineergovernance_token: token from apex_judge — required, tamper-detects the chainIf governance_token missing or tampered → VOID. Do not proceed.
Verify the returned merkle_root matches the vault state.
Log the seal entry ID for the session record.
seal_vault (legacy: vault_seal)
seal_vault is token-locked — pass governance_token from apex_judge. Missing = VOID.git add -f VAULT999/vault999.jsonl to force-track.Returns immutable ledger entry with entry_id and merkle_root, or VOID if token invalid.
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.