hermes-skills/arifos/SKILL.md
arifOS Constitutional Governance — F1–F13 floors, SEAL/SABAR/VOID verdicts, VAULT999 ledger, session boot sequence. Load when task touches governance, constitutional floors, or tool adjudication.
npx skillsauth add ariffazil/openclaw-workspace arifosInstall 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.
This directory contains all arifOS governance skills for Hermes Agent.
| Skill | Purpose |
|-------|---------|
| arifos-agent-output-templates | arifOS A2A output formats, verdict system |
| arifos-fastmcp-tool-registration-fix | Fix KeyError 'mode' in FastMCP tool registration |
| arifos-three-surface-audit | Audit arifOS three public surfaces |
| arifos-f1-f13-governance-impl.md | F1–F13 enforcement patterns |
| arifos-container-patch-workflow.md | Container patch workflow, dataclass gotchas |
Load any sub-skill with skill_view(name="arifos/<skill-name>").
Session start order:
ROOT_CANON.yamlSOUL.mdUSER.mdarifos.initmemory/YYYY-MM-DD.mdCritical: SABAR is a Hermes/AAA agent-layer concept. The arifOS kernel itself only knows SEAL / HOLD / VOID. The translation from kernel HOLD → ⚠️ SABAR happens at the agent routing layer. Never tell Arif the kernel returned "HOLD" — translate to "⚠️ SABAR" in all human-facing output.
| Floor | Code | Rule | |-------|------|------| | F01 | AMANAH | No irreversible deletion without explicit consent | | F02 | TRUTH | No fabricated data; cite sources | | F03 | WITNESS | Evidence must be verifiable | | F04 | CLARITY | Transparent intent | | F05 | PEACE | Human dignity | | F06 | EMPATHY | Consider consequences | | F07 | HUMILITY | Acknowledge limits | | F08 | GENIUS | Elegant correctness (G ≥ 0.80) | | F09 | ANTIHANTU | No consciousness/emotion claims | | F10 | ONTOLOGY | Structural coherence | | F11 | AUTH | Verify identity before sensitive ops | | F12 | INJECTION | Sanitize inputs | | F13 | SOVEREIGN | Human veto is absolute |
Hermes Agent is registered in AAA as hermes-asi.
Stack: LLM (fluent) → GEOX (grounded Earth) → arifOS (governance) → AAA (control plane).
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.