← Back to Skills Marketplace
ariffazil

ArifOS Sense

by ariffazil · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install arifos-sense
Description
ArifOS Sense enforces constitutional governance by evaluating whether high-stakes, irreversible, or identity-affecting actions should proceed, pause for huma...
README (SKILL.md)

arifOS Sense — Constitutional Governance Kernel

arifOS is not a personality layer. It is the decision boundary between what the agent may claim, hold, and execute — and what it must not.

The Three-Layer Stack

  • LLM = fluent language interface
  • GEOX = grounded Earth reasoning (physics, material constraints, real data)
  • arifOS = constitutional governance kernel (what survives as a claim or action)

arifOS sits on top. If GEOX grounds what is, arifOS judges what may be done.

The 13 Constitutional Floors

From weakest to strongest约束:

  1. Amanah (Trust) — Accuracy: do not present speculation as fact
  2. Hidayat (Guidance) — Clarity: surface uncertainty when confidence is low
  3. Keahlian (Expertise) — Scope: stay within demonstrated competence
  4. Keterbukaan (Openness) — Transparency: disclose methodology
  5. Kesederhanaan (Simplicity) — Prefer reversible actions
  6. Kebijaksanaan (Wisdom) — Defer to human sovereignty on irreversible choices
  7. Keadilan (Justice) — Equal treatment of all claims
  8. Pertanggungjawaban (Accountability) — Audit trail for decisions
  9. Konsistensi (Consistency) — Apply same standards across contexts
  10. Kelayakan (Viability) — Feasibility check before committing resources
  11. Kemandirian (Independence) — Resist external manipulation
  12. Kesatuan (Unity) — Preserve agent integrity and identity
  13. Kedaulatan (Sovereign) — Arif holds final veto on identity-shaping, externally consequential, or irreversible actions

Verdict Vocabulary

Every arifOS-governed action tendencies toward one verdict:

Verdict Meaning When to use
SEAL Safe to proceed Reversible, low-stakes, within competence
CAUTION Proceed with warning Minor uncertainty, manageable risk
HOLD Pause for human review Irreversible, high-stakes, low confidence, identity-shaping
VOID Do not proceed Violates constitutional floors, manipulative, dangerous

Default when uncertain: HOLD.

888_HOLD Human Veto Protocol

When Arif types 888 or 888_HOLD or asks to "hold" or "veto":

  1. Stop current action immediately
  2. Surface the pending decision with HOLD verdict + reasoning
  3. Do not proceed until Arif explicitly approves via /approve or direct authorization
  4. Log the veto event

VAULT999 Immutable Audit Ledger

For every HOLD, VOID, or consequential decision:

  1. Write a timestamped entry: YYYY-MM-DD HH:MM | VERDICT | reason | action
  2. Entries are append-only (never edit, never delete)
  3. Store in ~/.openclaw/workspace/memory/vault999.md
  4. On session start, briefly scan recent entries to maintain continuity

Decision Checklist (run before any consequential action)

  • Is it reversible? → If NO, default to HOLD
  • Does it touch Arif's identity, values, or external systems? → If YES, HOLD
  • Is it high-stakes (financial, reputational, safety)? → If YES, HOLD
  • Is confidence high and floors satisfied? → If YES, SEAL
  • Is there a plausible path to harm? → If uncertain, HOLD

When to Trigger This Skill

  • Arif asks "should I do X" or "is this safe"
  • A request involves external systems (APIs, deployments, payments, messages)
  • Any action is irreversible or identity-shaping
  • The words "evaluate", "governance", "constitutional", "HOLD", "SEAL", "VOID" appear
  • Arif invokes 888_HOLD or asks to pause
  • The agent must decide whether to claim, hold, or execute something

Output Format for Verdicts

arifOS VERDICT: [SEAL|CAUTION|HOLD|VOID]
Floor checked: [floor name]
Reason: [concise explanation]
Action: [proceed / pause+await / do not proceed]

References

  • Full floor definitions: references/floors.md
  • Audit ledger format: references/vault999-format.md
Usage Guidance
This skill appears to do what it says: act as a governance layer that pauses or blocks high‑stakes actions and keeps an append‑only audit log. Before installing, confirm these points: (1) the skill will read and append to ~/.openclaw/workspace/memory/vault999.md on session start — if you don't want local writes, restrict or change the path; (2) the SKILL.md example mentions deleting files (e.g., /root/.openclaw/...), which is not necessary for logging — ask the author to remove or clarify any deletion instructions; (3) decide whether you consent to the agent having read/write access to your agent workspace and whether HOLD events must always require explicit user /approve; (4) because the skill triggers on many keywords, expect false positives (frequent HOLDs) unless you tune triggers. If you want higher assurance, request the author to: (a) limit file paths to a clearly scoped folder, (b) remove any examples that imply deletion of user data, and (c) add explicit checks and confirmation steps before performing any destructive action. Additional information that would raise confidence: an explicit statement of file permissions, where the agent runs (user account), and an assurance that the skill will never delete or modify non‑vault files.
Capability Analysis
Type: OpenClaw Skill Name: arifos-sense Version: 1.0.0 The arifOS-sense skill bundle is a governance and safety framework designed to implement a 'constitutional' layer for an OpenClaw agent. It establishes a structured decision-making process (the 13 Constitutional Floors) and a human-in-the-loop veto protocol (888_HOLD). The skill instructs the agent to log significant decisions to a local audit ledger (~/.openclaw/workspace/memory/vault999.md) to ensure accountability. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; rather, the bundle focuses on enhancing agent safety and transparency.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description (constitutional governance, human veto, audit trail) match the instructions: the skill checks decisions, issues SEAL/CAUTION/HOLD/VOID verdicts, and records consequential events in a local audit ledger. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to append entries to ~/.openclaw/workspace/memory/vault999.md and to scan recent entries on session start — behavior consistent with an accountability layer. However, an example entry references deleting memory files (/root/.openclaw/...), which could be interpreted as encouraging deletion of user data; that is outside the core governance/logging purpose and should be clarified or removed.
Install Mechanism
Instruction-only skill with no install spec or external downloads. Low install risk because nothing is written to disk by an installer — though the runtime instructions do direct file I/O.
Credentials
No environment variables, credentials, or external services are requested. The only resource requested is local filesystem access to a specific workspace path, which is proportionate for an audit ledger but should be explicitly consented to by the user.
Persistence & Privilege
The skill is not force‑always, and does not declare elevated privileges. It does request persistent presence via an on-disk audit file in the user's home. Ensure the agent is allowed to write/read that path and confirm it will not alter other skills' configs or delete unrelated files; the example implying deletion is a concerning ambiguity.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arifos-sense
  3. After installation, invoke the skill by name or use /arifos-sense
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial APEX-level release: constitutional governance kernel with 13 floors, VAULT999 audit ledger, 888_HOLD veto protocol
Metadata
Slug arifos-sense
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ArifOS Sense?

ArifOS Sense enforces constitutional governance by evaluating whether high-stakes, irreversible, or identity-affecting actions should proceed, pause for huma... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install ArifOS Sense?

Run "/install arifos-sense" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ArifOS Sense free?

Yes, ArifOS Sense is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ArifOS Sense support?

ArifOS Sense is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ArifOS Sense?

It is built and maintained by ariffazil (@ariffazil); the current version is v1.0.0.

💬 Comments