/list-quotes
List Kaseya Quote Manager quotes, optionally scoped to a recent window
$ 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.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/list-quotes
Context preview
What this command does when you run it.
List Kaseya Quote Manager quotes, optionally scoped to a recent window
Command definition
list-quotes.mddescription: List Kaseya Quote Manager quotes, optionally scoped to a recent window argument-hint: "[modifiedAfter] [pageSize]" arguments: [modifiedAfter, pageSize]
List Kaseya Quote Manager Quotes
Arguments
- `modifiedAfter` (optional) — ISO timestamp - only return quotes changed after this time
- `pageSize` (optional) — Results per page (max 100)
Prerequisites
- Kaseya Quote Manager API key configured (read-only)
Steps
1. Call `kqm_quote_list` with `page=1`, `pageSize=$pageSize` (default 100), and `modifiedAfter=$modifiedAfter` if provided 2. Page through results until a partial page is returned 3. Display quotes with id, customer, status, and total
Examples
List quotes changed this month
/list-quotes modifiedAfter=2026-05-01T00:00:00Z
Error Handling
| Error | Resolution | |-------|------------| | 429 Rate Limited | Wait and retry with backoff (60 req/min, 20k/day) | | 401 Unauthorized | Verify the API key |
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
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

