skills/_retired/ARCHIVE-dupe-2026-07-12/root_.agents_skills/ARCHIVE-vault999-integrity/claude/SKILL.md
Operational lens for the append-only hash-chained ledger—what belongs, chain verification, and failure handling.
npx skillsauth add ariffazil/openclaw-workspace Vault999 Integrity — Operational LensInstall 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.
VAULT999 is an append-only, hash-chained, immutable audit ledger. It is a constitutional notary, not a database, cache, or secret store. Every write is permanent and cryptographically sealed. This skill tells you what belongs in the ledger, how to verify chain integrity, and what to do when something fails.
Before using this skill on any mutating, irreversible, or high-blast-radius task:
vault.env or Docker secrets)/root/.claude/memory/)| Input | Required | Description |
|-------|----------|-------------|
| proposed_entry | yes | The entry candidate to append or evaluate |
| prior_hash | yes | Hash of the previous vault entry for chain verification |
| vault_path | no | Local path to outcomes.jsonl (default: /root/.local/share/arifos/vault999/outcomes.jsonl) |
| service_endpoint | no | vault999 API endpoint (default: http://localhost:8100) |
Decide whether the entry belongs in VAULT999:
Belongs:
Does NOT belong:
Before appending:
prior_hash.After appending:
Ensure the entry passes the future-auditor test:
| Tool / Capability | Purpose |
|---|---|
| arifos_hermes_vault_query | Read and inspect VAULT999 entries |
| arifos_arif_seal / arifos_vault_seal | Append a verdict to the ledger |
| arifos_arif_judge | Obtain an 888 JUDGE verdict before sealing |
| arifos_arif_measure | Check vault service health before acting |
## Skill Result: vault999-integrity
### Summary
One-paragraph summary of the entry classification and chain-verification outcome.
### Evidence
- Entry belongs in VAULT999: true / false
- Prior hash verified: true / false
- New hash verified: true / false
- Future-auditor test: pass / fail
- Secrets scan: clean / flagged
### Recommendations
- Proceed to append under SEAL, or
- Reject entry and route to the appropriate store, or
- Escalate to 888 HOLD with reason
### Escalations
- None / <list>
| Condition | Escalate To | Method | |-----------|-------------|--------| | Chain verification fails | arifOS 888_JUDGE | A2A / MCP verdict_request | | Potential secret written to vault | security.agent + arifOS judge | immediate hold + audit | | Vault service unreachable | A-FORGE ops + arifOS ops | health triage | | Ambiguous entry format | Request clarification from task owner | hold | | Ordering conflict | arifOS 888_JUDGE | chain-truth ruling |
Skill version 1.0.0 — AAA Skill Library
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.