بنقرة واحدة
status
Show current OmniClaude integration tier, probe age, and per-service reachability for self-diagnosis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show current OmniClaude integration tier, probe age, and per-service reachability for self-diagnosis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Dispatch a background worker with role-templated prompt and auto-populated collision fences
Comprehensive system health monitoring — checks agent performance, database, Kafka topics, pattern discovery, and service status across the ONEX platform
Orchestrate a Claude Code agent team to autonomously work a Linear epic across multiple repos
Run DoD evidence checks against a ticket contract and generate a verification receipt
Autonomous per-ticket pipeline that chains ticket-work, local-review, PR creation, CI watching, PR review loop, integration verification gate, and auto-merge into a single unattended workflow with Slack notifications and policy guardrails
Full autonomous audit-debug-fix loop for all dashboard pages — Playwright recon, parallel systematic-debug, fix, PR, Linear ticket, re-audit, iterate until clean. Supports local and cloud targets with optional post-fix redeployment.
| name | status |
| description | Show current OmniClaude integration tier, probe age, and per-service reachability for self-diagnosis |
| version | 1.0.0 |
| level | advanced |
| debug | true |
| category | debug |
| tags | ["debug","status","tier","diagnostics","onex"] |
| author | OmniClaude Team |
Display the current OmniClaude integration tier, probe file age, and per-service reachability. Useful for self-diagnosing misconfiguration instantly.
/onex:status
OmniClaude Status
─────────────────
Tier: FULL_ONEX
Probe age: 42s (fresh)
Services:
Kafka ✓ reachable (broker-host:19092)
Intelligence ✓ healthy (http://localhost:8053/health)
Probe file: ~/.claude/.onex_capabilities
Last updated: 2026-02-25T16:15:00Z
To refresh: restart Claude Code session or run /onex:status again
~/.claude/.onex_capabilities (written by capability_probe.py at each SessionStart)| Symptom | Likely cause | Action |
|---|---|---|
STANDALONE (unexpected) | KAFKA_BOOTSTRAP_SERVERS not set or unreachable | Set env var and restart Claude Code session |
EVENT_BUS instead of FULL_ONEX | Intelligence service not reachable | Check INTELLIGENCE_SERVICE_URL and service health |
UNKNOWN (re-probing...) | First session or stale probe file | Run /onex:status again in 5s |
| Probe file older than 5 min | SessionStart probe not running | Check session-start.sh logs |
This skill invokes plugins/onex/skills/status/status.py which:
capability_probe when available (requires OMN-2782 to be deployed)capability_probe.py is not yet installedWhen this skill is invoked:
status.py to gather current tier and service statuspython3 "$(dirname "$0")/status.py"