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 salesbuildrThis skill uses the workspace's default tool permissions.
The product catalog in Salesbuildr contains items that can be added to quotes. Products include hardware, software licenses, services, and any other billable items.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
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