List all registered API services with domain, team, endpoint count, and sync status.
How this command is triggered — by the user, by Claude, or both
Slash command
/enterprise-researcher:list [domain:<name>|team:<name>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# List Registered Services Display all services in the Enterprise Researcher registry with their current status. ## Prerequisites Check that `.enterprise-researcher/registry.yaml` exists. If not, tell user to run `/setup`. ## Steps ### 1. Load data Read `.enterprise-researcher/registry.yaml` for the service list. Run the parse-registry script for enriched data: Also try to read `.enterprise-researcher/index/service-graph.yaml` if it exists — it has endpoint counts and richer metadata from the last sync. ### 2. Apply filters If argument provided: - `domain:<name>`: Show only servi...
Display all services in the Enterprise Researcher registry with their current status.
Check that .enterprise-researcher/registry.yaml exists. If not, tell user to run /setup.
Read .enterprise-researcher/registry.yaml for the service list.
Run the parse-registry script for enriched data:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/parse-registry.sh .enterprise-researcher json
Also try to read .enterprise-researcher/index/service-graph.yaml if it exists — it has endpoint counts and richer metadata from the last sync.
If argument provided:
domain:<name>: Show only services in that domainteam:<name>: Show only services owned by that teamPresent a well-formatted markdown table:
| Service | Domain | Team | Endpoints | Last Synced |
|---------|--------|------|-----------|-------------|
| user-service | identity | platform-eng | 247 | 2h ago |
| order-service | commerce | commerce-eng | 156 | 2h ago |
| ... | ... | ... | ... | ... |
At the bottom, show totals:
If any services are not synced, suggest running /sync.
If any services are stale (>24h since last sync), mention it.
npx claudepluginhub rsolipuram/enterprise-researcher/service-statusChecks service health and dependency status in Rootly catalog by cross-referencing active incidents. Produces status table with severity, teams, impacts, and overall metrics. Supports service/team filters.
/service-inventoryLists discovered services across RunZero assets with optional site, protocol, port, and limit filters. Produces aggregated table with asset details, risk flags, and remediation suggestions.
/os-upChecks and starts AI Team OS API server and Dashboard frontend in background if not running, reports status with URLs for API, docs, and WebSocket.
/service-healthChecks PagerDuty service health: current status, recent incidents by urgency/status, MTTA/MTTR metrics, uptime percentage, open incidents, and maintenance windows over specified days.
/listLists installed and generated CLI-Anything tools, scanning packages and directories. Supports --path for directory, --depth for recursion, --json for output format.
/listLists beads issues with filters for status, priority, type, assignee, labels, title, dates, and more. Outputs table, JSON, digraph, or DOT formats.