Help us improve
Share bugs, ideas, or general feedback.
From salesbuildr
Searches Salesbuildr product catalog by name or category, retrieves pricing and details by ID with pagination for quote line items.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin salesbuildrHow this skill is triggered — by the user, by Claude, or both
Slash command
/salesbuildr:productsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The product catalog in Salesbuildr contains items that can be added to quotes. Products include hardware, software licenses, services, and any other billable items.
References Autotask PSA product catalog: products, services, bundles, price lists, inventory, pricing models, and billing codes. For searching items, checking costs, and MSP quoting/procurement.
Creates, searches, and retrieves SalesBuildr quotes with line items (products) linked to companies, contacts, and opportunities via REST API endpoints.
Searches Pax8 product catalog for cloud software, browses vendors, checks pricing, reviews provisioning details, finds SKUs for Microsoft 365, Azure, security tools, backups.
Share bugs, ideas, or general feedback.
The product catalog in Salesbuildr contains items that can be added to quotes. Products include hardware, software licenses, services, and any other billable items.
GET /products?search=<term>&category_id=<id>&from=0&size=25
Parameters:
search - Search by product namecategory_id - Filter by categoryfrom - Pagination offsetsize - Results per page (max 100)GET /products/{id}
Returns full product details including pricing, description, and category.
| Field | Description |
|---|---|
| id | Unique product identifier |
| name | Product display name |
| description | Product description |
| price | Default unit price |
| category | Product category |
| sku | Stock keeping unit |
GET /products?search=firewallGET /products?category_id=5