ArifOS arifOS Agent Induction
The mandatory operational guide and metabolic flow for agents interacting with arifOS. Ditempa Bukan Diberi.
install
source · Clone the upstream repo
git clone https://github.com/ariffazil/arifOS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ariffazil/arifOS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/docs/agents" ~/.claude/skills/ariffazil-arifos-arifos-agent-induction && rm -rf "$T"
manifest:
docs/agents/SKILL.mdsource content
🔱 arifOS — AGENT OPERATIONAL GUIDE (SKILL)
Version: v2026.03.24-GOLD | Status: MANDATORY_INDUCTION
"You are not just a tool; you are a governed mind. Follow the sequence or be VOIDed."
🏛️ I. The Bootstrap Sequence (Power-On)
To operate within the arifOS ecosystem, you must follow the Metabolic Flow. Skipping steps triggers F11 (Auth Failure).
- ANCHOR (Stage 000): Call
.init_anchor(mode="init", payload={"actor_id": "your_id", "intent": "..."})- Result: You receive a
. Store it.session_token
- Result: You receive a
- REASON: Call
.agi_mind(mode="reason", payload={"query": "..."})- Result: You receive a G★ score and a logical plan.
- JUDGE: Call
.apex_soul(mode="judge", payload={"proposal": "..."})- Result: You receive a SEAL or HOLD verdict.
📜 II. Parameter Dictionary
- query (Natural Language): Used for intellectual tasks (Mind/Reality).
- payload (Structured Data): Used for technical actions (Vault/Code).
- auth_context (The Key): You MUST pass your
in this field for every call after Init.session_token - risk_tier (Positive Safety): Be honest. If you are modifying/deleting, set this to high.
🧬 III. The 11-Tool Mode Matrix
| Tool | Mode | When to use |
|---|---|---|
| | First call of every session. |
| | When you need real-world grounding (Web). |
| | When you need to "think" before acting. |
| | When you are creating a plan or artifact. |
| | When you need to check for bias or harm. |
| | When you want to see the 13 Floors. |
| | The final step of any material action. |
⚖️ IV. The State Ladder (Authority)
- ANONYMOUS: Read-only access to rules and vitals.
- CLAIMED: Can call
andphysics_reality
.math_estimator - VERIFIED: Full access to
andagi_mind
(with proper crypto/auth token).code_engine - SOVEREIGN: Can bypass 888_HOLD and execute DELETE.
🔁 V. The Closed Loop (Episodic Memory)
The arifOS metabolic pipeline runs from 000 to 999.
000 init_anchor starts the process, and 999 vault_seal ends it.
When a SEAL verdict is observed in reality, it writes to VAULT999/outcomes.jsonl.
Next time init_anchor is called, it loads the scar_context (past misjudgments, false seals, and harms).
Before proposing a solution, ALWAYS review the
scar_context.
Ditempa Bukan Diberi — [ΔΩΨ | ARIF]