/search-opportunities
Search for opportunities in the Salesbuildr sales pipeline
$ 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
/search-opportunities
Context preview
What this command does when you run it.
Search for opportunities in the Salesbuildr sales pipeline
Command definition
search-opportunities.mddescription: Search for opportunities in the Salesbuildr sales pipeline argument-hint: "[search] [company] [status]" arguments: [search, company, status]
Search Salesbuildr Opportunities
Arguments
- `search` (optional) — Search term for opportunity name
- `company` (optional) — Company name or ID to filter
- `status` (optional) — Filter by opportunity status
Prerequisites
- Salesbuildr API key configured
Steps
1. If company name provided, resolve to ID 2. Call Salesbuildr API: `GET /opportunities?search=$search&company_id=$company&status=$status` 3. Display pipeline with values and stages
Examples
Search by name
/search-opportunities search="infrastructure"
Filter by company
/search-opportunities company="Acme Corp"
Error Handling
| Error | Resolution | |-------|------------| | No results | Check filters or broaden search |
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

