Skip to content
Development
Command

/create-opportunity

Create a new opportunity in Salesbuildr

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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/create-opportunity

Context preview

What this command does when you run it.

Create a new opportunity in Salesbuildr

Command definition

create-opportunity.md
description: Create a new opportunity in Salesbuildr
argument-hint: "<name> <company> [contact] [value] [stage] [close-date]"
arguments: [name, company, contact, value, stage, close-date]

Create Salesbuildr Opportunity

Arguments

  • `name` (required) — Opportunity name/title
  • `company` (required) — Company name or ID
  • `contact` (optional) — Contact name or ID
  • `value` (optional) — Deal value in dollars
  • `stage` (optional) — Pipeline stage
  • `close-date` (optional) — Expected close date (YYYY-MM-DD)

Prerequisites

  • Salesbuildr API key configured
  • Company must exist

Steps

1. Resolve company and contact names to IDs 2. Validate required fields 3. Call Salesbuildr API: `POST /opportunities` 4. Display created opportunity confirmation

Examples

Create opportunity

/create-opportunity name="Q1 Refresh" company="Acme Corp" value=25000 stage="proposal"

Error Handling

| Error | Resolution | |-------|------------| | Company not found | Verify company exists | | Invalid stage | Check valid stage values |

Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins