ops-status
Installation
SKILL.md
OPS ► STATUS
Compact health panel for every configured integration. Much lighter than /ops:go — no gathering, no actions, no heavy API probes. Each row is tagged with ✓ (ok) / ○ (not configured) / ✗ (missing) / ─ (category unused).
Runtime Context
Before rendering, load:
- Preferences:
cat ${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/preferences.json— determines which integrations are configured - Daemon health:
cat ${CLAUDE_PLUGIN_DATA_DIR}/daemon-health.json— tells the panel whether the daemon row should show✓ runningor○ not running
Both are consumed by the bin/ops-status script internally — this skill does not parse them itself.