← ClaudeAtlas

arifos-mcp-calllisted

Invoke arifOS constitutional MCP tools (000-999 pipeline, F1-F13 enforced)
ariffazil/arifos · ★ 45 · AI & Automation · score 80
Install: claude install-skill ariffazil/arifos
# arifOS MCP Caller v2 — Constitutional Anchor-First **Runtime:** 42-tool constitutional kernel (not 13) **Requirement:** `init_anchor` MUST be called before `arifOS_kernel` **Floors:** F1-F13 enforced via sBERT ML layer ## Constitutional Tool Contract | Stage | Tool | Purpose | |-------|------|---------| | **000_INIT** | `init_anchor` | **REQUIRED FIRST** — Bootstrap session, bind actor_id, risk tier | | **333→888** | `arifOS_kernel` | Full pipeline: reason → memory/heart → critique → forge → judge | | **888_JUDGE** | `apex_judge` | Cross-check decisions | | **999_VAULT** | `vault_seal` | Persist to VAULT999 | ## CLI Usage (via arifos bridge) ```bash # 1. Bootstrap anchor (REQUIRED before kernel) arifos anchor # 2. Call kernel with dry-run first arifos kernel '{"query":"Analyze this","dry_run":true,"actor_id":"arif"}' # 3. Full execution (after verification) arifos kernel '{"query":"Execute task","actor_id":"arif","risk_tier":"medium"}' # Evidence & Memory arifos search '{"query":"AI governance Malaysia"}' arifos ingest '{"url":"https://example.com/doc"}' arifos memory '{"operation":"search","content":"What is Floor F2?"}' # System & Audit arifos health arifos vital arifos audit # AgentZero arifos engineer arifos validate arifos holdcheck ``` ## F13 Sovereignty Handling If the kernel returns `requires_human: true` or `verdict: "HOLD_888"`: - **STOP execution** - **Prompt user for confirmation** - **Do not proceed until explicit "do it"** Exit code 88 = HOLD_888