find-contact
Resolve a 3CX contact or extension by email, extension, or name
Check service health and dependency status across the Rootly service catalog
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/service-statusContext preview
What this command does when you run it.
Check service health and dependency status across the Rootly service catalog
description: Check service health and dependency status across the Rootly service catalog argument-hint: "[service] [team]" arguments: [service, team]
Check the health status of services in the Rootly service catalog by cross-referencing with active incidents. Provides a summary of which services are affected, their severity levels, and dependency impact.
1. **Fetch services from the catalog**
Call `services_get` to list all services (or filter by name or team if specified). Include service tier, owner team, and description.
2. **Fetch active incidents**
Call `incidents_get` with `status=in_triage` and `status=detected` to find all active incidents. Also include `status=mitigated` for partially resolved issues.
3. **Map incidents to services**
Cross-reference active incidents with their affected services to determine which services currently have open incidents.
4. **Build service health table**
For each service, show:
5. **Identify cascading impact**
For services with active incidents, check downstream dependencies to flag services that may be indirectly affected.
6. **Provide summary**
Show overall health metrics: total services, services with active incidents, services at risk from dependencies, and a breakdown by tier.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | service | string | No | all | Filter to a specific service by name | | team | string | No | all | Filter services by owning team |
/service-status
/service-status --service "payment-service"
/service-status --team "Platform Team"
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type