skills/service-health-triage/SKILL.md
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.
npx skillsauth add ariffazil/openclaw-workspace Federation Service Health TriageInstall 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.
The federation runs on a mix of systemd services and Docker containers. This skill checks all of them and produces a clear health report.
| Service | Type | Port | Expected State | |---------|------|------|----------------| | arifos | systemd | 8088 | active | | arifosd | systemd | — | active | | caddy | systemd | 80/443 | active | | hermes-asi-gateway | systemd | — | active | | ollama | systemd | 11434 | active | | vault999-api | systemd | 8100 | active | | vault999-writer | systemd | 5001 | active | | GEOX | systemd | 18081 | active | | WEALTH | systemd | 18082 | active | | WELL | systemd | 18083 | active | | A-FORGE | systemd | 7071 | active |
Run systemctl status <service> for each. Record: active/inactive/failed.
Run ss -tlnp or curl to verify each port is actually listening.
Run docker compose ps in /root/compose. Record running/stopped.
Compare systemd claims vs actual ports vs Docker reality. Flag discrepancies.
| Condition | Escalate To | |-----------|-------------| | arifOS down | ops.agent + Arif | | Multiple organs down | A-FORGE agent (deployment issue) | | Port mismatch | AAA agent (registry update needed) |
Skill version 1.0.0 — AAA Skill Library
development
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
business
Scan a repo or workspace for exposed secrets, tokens, keys, and credentials. Produce a findings report with remediation steps.