From salesbuildr
Manages sales opportunities in Salesbuildr: search pipeline, create/update opportunities, track deal values and stages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/salesbuildr:opportunitiesWhen to use
When managing sales opportunities in Salesbuildr - searching the pipeline, creating new opportunities, updating stages, and tracking deal values. Use when: salesbuildr opportunity, salesbuildr opportunities, salesbuildr pipeline, salesbuildr deal, sales pipeline, create opportunity salesbuildr, or opportunity stage.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Opportunities represent potential deals in the sales pipeline. Each opportunity is linked to a company and optionally a contact, with a value, stage, and expected close date.
Opportunities represent potential deals in the sales pipeline. Each opportunity is linked to a company and optionally a contact, with a value, stage, and expected close date.
GET /opportunities?search=<term>&company_id=<id>&status=<status>&from=0&size=25
Parameters:
search - Search by opportunity namecompany_id - Filter by companystatus - Filter by statusfrom - Pagination offsetsize - Results per pageGET /opportunities/{id}
POST /opportunities
{
"name": "Q1 Infrastructure Refresh",
"company_id": 12345,
"contact_id": 67890,
"value": 25000,
"stage": "proposal",
"expected_close_date": "2026-03-31"
}
Required fields: name, company_id
PATCH /opportunities/{id}
{
"stage": "negotiation",
"value": 28000
}
GET /companies?search=customer nameGET /contacts?company_id=12345POST /opportunitiesGET /opportunities?search=deal namePATCH /opportunities/{id}npx claudepluginhub wyre-technology/msp-claude-plugins --plugin salesbuildrManages HubSpot CRM deals including search, creation, updates, pipeline stages, forecasting, and revenue tracking. Useful for sales pipeline operations.
Automates Pipedrive CRM operations via Composio's Pipedrive toolkit: deals, contacts, organizations, activities, notes, and pipeline management. Requires Rube MCP connection.
Automates Pipedrive CRM operations (deals, contacts, organizations, activities, notes, pipeline) via Rube MCP (Composio). Searches tools first for current schemas.