find-contact
Resolve a 3CX contact or extension by email, extension, or name
Generate a Huntress billing summary for a period
$ 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.
/billing-reportContext preview
What this command does when you run it.
Generate a Huntress billing summary for a period
description: Generate a Huntress billing summary for a period argument-hint: "[report_id] [include_summary]" arguments: [report_id, include_summary]
Generate a billing summary showing per-organization agent counts and optionally include a security summary report. Useful for MSP invoicing and client QBR preparation.
1. **List available billing reports**
Call `huntress_billing_reports_list` to see available periods. If `report_id` is specified, skip to step 2.
2. **Get billing report**
Call `huntress_billing_reports_get` for the specified or most recent report. Extract per-organization agent counts.
3. **Optionally get summary report**
If `include_summary` is true, call `huntress_summary_reports_get` for the same period to include incident and escalation counts.
4. **Compile billing summary**
Present: total agents, per-organization breakdown, agent count trends, and security summary if included.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | report_id | string | No | latest | Specific billing report ID | | include_summary | boolean | No | true | Include security summary report |
/billing-report
/billing-report --report_id "bill-2026-02"
/billing-report --include_summary false
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