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}}"
}
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.