ops-status
FeaturedLightweight green/red status panel for every configured integration. No gather, no actions.
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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:
1. **Preferences**: `cat ${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/preferences.json` — determines which integrations are configured
2. **Daemon health**: `cat ${CLAUDE_PLUGIN_DATA_DIR}/daemon-health.json` — tells the panel whether the daemon row should show `✓ running` or `○ not running`
Both are consumed by the `bin/ops-status` script internally — this skill does not parse them itself.
## CLI/API Reference
### bin/ops-status
| Command | Usage | Output |
| --------------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------ |
| `${CLAUDE_PLUGIN_ROOT}/bin/ops-status` | Render the pretty text panel | ASCII panel with one row per category |
| `${CLAUDE_PLUGIN_ROOT}/bin/ops-status --json` | Machine-readable output | Flat JSON: `{clis, channels, mcps, commerce, voice, monitoring, daemon, registry, generated_at}` |
Each integration r...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-settings
OPS on-demand: This skill should be used when the user asks to "update credentials", "ops settings", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-daemon
OPS on-demand: This skill should be used when the user asks to "daemon health", "background services…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-deploy
OPS on-demand: This skill should be used when the user asks to "deploy status", "what is in…
188 Updated today
Lifecycle-Innovations-Limited