find-contact
Resolve a 3CX contact or extension by email, extension, or name
Check all Better Stack monitor statuses and identify downtime
$ 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.
/monitor-statusContext preview
What this command does when you run it.
Check all Better Stack monitor statuses and identify downtime
description: Check all Better Stack monitor statuses and identify downtime argument-hint: "[status] [monitor_group] [limit]" arguments: [status, monitor_group, limit]
Check the current status of all uptime monitors, highlighting any that are down or in a degraded state. This is the primary dashboard check for MSP operations.
1. **Fetch all monitors**
Call `list_monitors` to retrieve all monitors. If `status` filter is provided, filter results accordingly. Paginate through all results up to the specified `limit`.
2. **Categorize by status**
Group monitors by status: up, down, paused, pending, maintenance, validating. Count monitors in each category.
3. **Build status summary table**
For each monitor, extract: monitor ID, name, URL, status, last checked time, and check frequency.
4. **Highlight downtime**
Flag any monitors with status `down` or `validating` and identify which clients/services are affected.
5. **Provide next-step recommendations**
For down monitors, suggest checking associated incidents with `/incident-triage`. For paused monitors, verify they should still be paused.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | status | string | No | all | Filter by status (up, down, paused, pending, maintenance) | | monitor_group | string | No | all | Filter by monitor group name | | limit | integer | No | 100 | Maximum number of monitors to return |
/monitor-status
/monitor-status --status down
/monitor-status --monitor_group "Acme Corp"
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