find-contact
Resolve a 3CX contact or extension by email, extension, or name
Update a Better Stack status page with current status or maintenance
$ 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.
/status-page-updateContext preview
What this command does when you run it.
Update a Better Stack status page with current status or maintenance
description: Update a Better Stack status page with current status or maintenance argument-hint: "[status_page_id] [action] [message]" arguments: [status_page_id, action, message]
Review and update status pages with current service status, post incident updates, or schedule maintenance notifications. Used for client-facing communication during outages and planned maintenance.
1. **Identify target status page**
If `status_page_id` is provided, fetch that page. Otherwise, call `list_status_pages` to show all available pages and let the user select one.
2. **Review current status**
Call `get_status_page` to see the current page configuration. Call `list_status_page_sections` to see all resources/components and their current statuses.
3. **Execute the requested action**
Based on the `action` parameter:
4. **Verify update**
After posting an update, confirm it was published successfully and report the update details.
5. **Recommend follow-up**
Suggest updating the status page when the incident is resolved, or remind about resuming monitors after maintenance.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | status_page_id | string | No | prompt | Status page ID (will list pages if not provided) | | action | string | No | review | Action: review, post-incident, post-maintenance | | message | string | No | none | Status update message for posts |
/status-page-update
/status-page-update --status_page_id "sp-123"
/status-page-update --status_page_id "sp-123" --action post-incident --message "We are investigating elevated error rates on the API."
/status-page-update --status_page_id "sp-123" --action post-maintenance --message "Scheduled database maintenance on March 28, 2026 from 2:00-4:00 AM EST."
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