skills/arif-mcp-governor/SKILL.md
Governed MCP routing via arifOS F1-F13. All calls to GEOX, WEALTH, WELL organs must route through arifOS kernel for C2+/IRREVERSIBLE tools. Uses mcporter for stdio/HTTP bridging.
npx skillsauth add ariffazil/openclaw-workspace arif-mcp-governorInstall 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.
Governed MCP routing via arifOS F1-F13. Routes organ calls through arifOS kernel for C2+/IRREVERSIBLE tools.
OpenClaw → arifOS MCP (8080) → arifOS F1-F13 judgment
↓ (on SEAL)
GEOX (8081) / WEALTH (8082) / WELL (8083)
| Tier | Action |
|------|--------|
| readonly | Execute directly, log to VAULT999 |
| c1 | arifOS pre-check, execute anyway |
| c2 | arifOS SEAL required |
| irreversible | arifOS SEAL + ack_irreversible required |
# List all registered organ tools
mcporter list --config /root/arifOS/CONFIG/mcporter.json
# List GEOX tools
mcporter list geox --schema
# List WEALTH tools
mcporter list wealth-organ --schema
mcporter call geox.geox_well_analyze_sequence source=/data/well.las zone_top:=1000 zone_base:=2000 --config /root/arifOS/CONFIG/mcporter.json --output json
C2+ tools MUST be called via arifOS MCP first to get SEAL:
arif_judge on arifOS MCP (port 8080)Example flow for geox_prospect_judge_seal:
# Step 1: Get arifOS SEAL
curl -X POST http://localhost:8080/mcp -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "arif_judge",
"arguments": {
"mode": "judge",
"candidate": "{\"action\":\"GEOX_ORGAN:geox_prospect_judge_seal\",\"description\":\"GEOX irreversible prospect judgment\"}",
"actor_id": "openclaw"
}
}
}'
# Step 2: If verdict=SEAL → call organ
mcporter call geox.geox_prospect_judge_seal prospect_ref:=MY_PROSPECT ac_risk_score:=0.3 ack_irreversible:=true --config /root/arifOS/CONFIG/mcporter.json
| Organ | URL | Risk Profile | |-------|-----|-------------| | geox | http://geox_eic:8081 | 30 tools, C2+ requires SEAL | | wealth-organ | http://wealth-organ:8082 | 33 tools, C2+ requires SEAL | | well | http://well:8083 | 14 tools, C1+ advisory |
Located at: /root/arifOS/CONFIG/mcporter.json
Contains: context7, codegraphcontext, arifos, geox, wealth-organ, well
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.