registries/antigravity/skills/arifos-mcp-federation/SKILL.md
Route tasks across two or more federation MCP servers, sequence tool calls, and define fallbacks when an organ substrate fails. Load only when work spans multiple organs (GEOX, WEALTH, WELL, A-FORGE, AAA, external APIs).
npx skillsauth add ariffazil/openclaw-workspace arifos-mcp-federationInstall 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.
Runtime orchestration across multiple MCP servers in the arifOS federation. This skill governs how tool outputs from one organ are validated and piped into tools of another organ, and how to degrade when a substrate fails.
mcporter.fastmcp, mcp-ops, or mcp-unified.mcporter list or mcp-ops.arifos-governance.arifos-governance / 888_HOLD.| Task | Skill |
|------|-------|
| Single tool call / discovery | mcporter |
| Build/refactor MCP server | fastmcp or mcp-unified |
| Health check / runtime audit | verify-runtime or mcp-ops |
| Constitutional gating | arifos-governance |
| Telemetry logging | arifos-observability |
/root/.mcp.json or mcporter list).Intent Mapping: Resolve the user's intent to identify which organs hold the required tools. Prefer canonical public tools over internal helpers.
Tool Sequence Plan: Draw a sequence graph. For each step record: tool selector, required input keys, expected output keys, downstream consumer.
F8 Cross-Organ Gating: Enforce Floor F8 (Genius/Systemic Health) constraints for any cross-organ or external internet communication. If F8 is unclear, call arifos-governance.
Sequential Execution & Verification: Execute step-by-step. A step output is valid only if:
ok: true or equivalent success marker, andIf either check fails, halt the pipe and invoke fallback.
Fallback Routing: If a server fails or times out:
arifos-observability.Telemetry Serialization: Record the cross-organ connection path and tool success counts in the telemetry log.
User: "Evaluate a new well, check if it strains Arif's capital, and confirm WELL readiness."
Step 1: GEOX.geox_well_analyze_log(well_id=MAHA-1)
Step 2: WEALTH.wealth_position_size(entry=..., stop=..., account_balance=...)
input: capital_at_risk derived from GEOX output
Step 3: WELL.well_validate_vitality(mode="readiness")
input: decision_class = "C4" if position size > 1% risk
Fallback: If GEOX is down, use local well_* CLI or return 888_HOLD.
ERR_MCP_SUBSTRATE_COLLAPSE, halt high-stakes decisions, and prompt the user for manual server restart.arifos-governance holding protocol, refuse to pipe corrupted data, and alert the developer.ERR_CROSS_ORGAN_WRITE, escalate to 888_HOLD.{
"skill_name": "arifos-mcp-federation",
"version": "1.1.0",
"trigger_phrase": "{{trigger_phrase}}",
"selected_reason": "{{selected_reason}}",
"latency_ms": 0,
"token_in": 0,
"token_out": 0,
"commands_run": 0,
"artifacts_written": 0,
"postcondition_pass": false,
"human_approval_required": false,
"hold_code": "{{hold_code}}"
}
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.