/update-opportunity
Update an opportunity's status, value, or other details
$ 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
/update-opportunity
Context preview
What this command does when you run it.
Update an opportunity's status, value, or other details
Command definition
update-opportunity.mddescription: Update an opportunity's status, value, or other details argument-hint: "<id> [stage] [value] [close-date]" arguments: [id, stage, value, close-date]
Update Salesbuildr Opportunity
Arguments
- `id` (required) — Opportunity ID
- `stage` (optional) — New pipeline stage
- `value` (optional) — Updated deal value
- `close-date` (optional) — Updated expected close date (YYYY-MM-DD)
Prerequisites
- Salesbuildr API key configured
- Opportunity must exist
Steps
1. Verify opportunity exists: `GET /opportunities/$id` 2. Build update payload with changed fields 3. Call Salesbuildr API: `PATCH /opportunities/$id` 4. Display updated opportunity
Examples
Update stage
/update-opportunity id=12345 stage="negotiation"
Update value and close date
/update-opportunity id=12345 value=30000 close-date="2026-04-15"
Error Handling
| Error | Resolution | |-------|------------| | 404 Not Found | Verify opportunity ID | | No changes | Provide at least one field to update |
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

