WYRE-AI/msp-claude-plugins/msp-claude-plugins/pax8/pax8/skills/products/SKILL.md
Pax8 Products
The Pax8 product catalog: cloud software SKUs, vendors, pricing tiers and margins, and provisioning details across Microsoft 365, Azure, security tools, and backup products.
- Source repository stars
- 42
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-08-28
- Source checked
- 2026-08-28
Decision brief
What it does: where it fits
The Pax8 product catalog: cloud software SKUs, vendors, pricing tiers and margins, and provisioning details across Microsoft 365, Azure, security tools, and backup products.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/pax8/pax8/skills/products"Inspect the Agent Skill "Pax8 Products" from https://github.com/WYRE-AI/msp-claude-plugins/blob/5005f73ba2f52cd299f58aa6bb79f4e70ae87103/msp-claude-plugins/pax8/pax8/skills/products/SKILL.md at commit 5005f73ba2f52cd299f58aa6bb79f4e70ae87103. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Anti-triggers
The same SKU in the other CSP marketplace — Sherweb carries much of
The same SKU in the other CSP marketplace — Sherweb carries much ofWhat a client already owns — the catalog is everything purchasable;The MSP's own sellable product list — the PSA's product catalog is - 02
MCP Tools
Call pax8-list-products with optional parameters:
Search by name: Set productName or search to a product name or keywordFilter by vendor: Set vendorName to a vendor name (e.g., Microsoft, SentinelOne, Acronis)Paginate: Set page (0-based) and size (up to 200) - 03
Available Tools
Review the “Available Tools” section in the pinned source before continuing.
Review and apply the “Available Tools” source section. - 04
Search Products
Call pax8-list-products with optional parameters:
Search by name: Set productName or search to a product name or keywordFilter by vendor: Set vendorName to a vendor name (e.g., Microsoft, SentinelOne, Acronis)Paginate: Set page (0-based) and size (up to 200) - 05
Get Product Details
Call pax8-get-product-by-uuid with the productId parameter.
pax8-get-product-by-uuid with productId=f9e8d7c6-b5a4-3210-fedc-ba0987654321Call pax8-get-product-by-uuid with the productId parameter.Example: - pax8-get-product-by-uuid with productId=f9e8d7c6-b5a4-3210-fedc-ba0987654321
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 96/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 42 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- WYRE-AI/msp-claude-plugins
- Skill path
- msp-claude-plugins/pax8/pax8/skills/products/SKILL.md
- Commit
- 5005f73ba2f52cd299f58aa6bb79f4e70ae87103
- License
- Apache-2.0
- Collected
- 2026-08-28
- Default branch
- main
View the original SKILL.md
Pax8 Product Catalog
Overview
The Pax8 product catalog contains thousands of cloud software products from hundreds of vendors. MSPs use the catalog to find the right products for their clients, check pricing, and understand provisioning requirements. Products range from Microsoft 365 and Azure to security tools, backup solutions, and line-of-business applications. Each product has associated pricing tiers, billing terms, and provisioning details that determine how it is ordered and managed.
Anti-triggers
- The same SKU in the other CSP marketplace — Sherweb carries much of
the same Microsoft catalog at different prices and different billing
terms. Use
sherweb-api-patternsfor its catalog tool. Never quote a Pax8 price for a product a client actually holds through Sherweb. - What a client already owns — the catalog is everything purchasable;
use
pax8-subscriptionsfor what is provisioned. - The MSP's own sellable product list — the PSA's product catalog is
what gets quoted and billed to clients, with the MSP's own markup. Use
connectwise-psa-product-catalogorautotask-product-catalog. - Client-facing pricing —
pax8-get-product-pricing-by-uuidreturnspartnerBuyPrice, the MSP's cost. Retail pricing decisions belong in the quoting tool (connectwise-cpq-quotes,autotask-quotes).
MCP Tools
Available Tools
| Tool | Description | Key Parameters |
|---|---|---|
pax8-list-products | Search and browse the product catalog | productName, page, size, vendorName, search |
pax8-get-product-by-uuid | Get a single product's details | productId (required) |
pax8-get-product-pricing-by-uuid | Get product pricing tiers | productId (required), companyId (optional) |
Search Products
Call pax8-list-products with optional parameters:
- Search by name: Set
productNameorsearchto a product name or keyword - Filter by vendor: Set
vendorNameto a vendor name (e.g.,Microsoft,SentinelOne,Acronis) - Paginate: Set
page(0-based) andsize(up to 200)
Example: Find Microsoft 365 products:
pax8-list-productswithvendorName=Microsoft,search=365,size=200
Example: Search for backup products:
pax8-list-productswithsearch=backup,size=200
Get Product Details
Call pax8-get-product-by-uuid with the productId parameter.
Example:
pax8-get-product-by-uuidwithproductId=f9e8d7c6-b5a4-3210-fedc-ba0987654321
Get Product Pricing
Call pax8-get-product-pricing-by-uuid with the productId parameter. Optionally pass companyId to get company-specific pricing.
Example:
pax8-get-product-pricing-by-uuidwithproductId=f9e8d7c6-b5a4-3210-fedc-ba0987654321
Example with company-specific pricing:
pax8-get-product-pricing-by-uuidwithproductId=f9e8d7c6-...,companyId=a1b2c3d4-...
Key Concepts
Product Hierarchy
Products in Pax8 follow a hierarchical structure:
| Level | Description | Example |
|---|---|---|
| Vendor | The software publisher | Microsoft, SentinelOne, Acronis |
| Product | A specific offering | Microsoft 365 Business Premium |
| SKU/Pricing | Billing terms and tiers | Monthly, Annual, per-user, per-device |
Product Types
| Type | Description | Examples |
|---|---|---|
| Seat-based | Per-user licensing | Microsoft 365, Google Workspace |
| Usage-based | Pay for what you consume | Azure, AWS |
| Device-based | Per-device licensing | Endpoint security, RMM |
| Flat-rate | Fixed monthly fee | Domain registration, hosted services |
| Tiered | Price varies by quantity | Backup storage tiers |
Billing Terms
| Term | Description |
|---|---|
| Monthly | Month-to-month billing, cancel anytime |
| Annual | 12-month commitment, typically discounted |
| Triennial | 3-year commitment, deepest discount |
| One-Time | Single purchase (e.g., setup fees) |
| Trial | Free trial period before billing begins |
Provisioning Types
| Type | Description |
|---|---|
| Automated | Instantly provisioned through Pax8 |
| Manual | Requires manual setup by vendor or Pax8 |
| Hybrid | Automated creation with manual configuration steps |
Field Reference
Product Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Product unique identifier |
name | string | Product display name |
vendorName | string | Vendor/publisher name |
vendorId | UUID | Vendor unique identifier |
description | string | Product description |
sku | string | Product SKU code |
unitOfMeasurement | string | Licensing unit (e.g., "User", "Device", "GB") |
billingTermOptions | array | Available billing terms |
provisioningType | string | How the product is provisioned |
minQuantity | integer | Minimum order quantity |
maxQuantity | integer | Maximum order quantity |
active | boolean | Whether the product is available for ordering |
category | string | Product category |
Pricing Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Pricing record ID |
productId | UUID | Associated product ID |
billingTerm | string | Billing term (Monthly, Annual) |
unitPrice | decimal | Price per unit |
flatPrice | decimal | Flat fee (if applicable) |
partnerBuyPrice | decimal | MSP cost price |
suggestedRetailPrice | decimal | Suggested end-user price |
currency | string | Currency code (e.g., "USD") |
startDate | date | Pricing effective date |
endDate | date | Pricing expiration date |
Common Workflows
Find the Right Product for a Client
- Call
pax8-list-productswithsearchset to the product keyword and optionallyvendorName - Review the results for matching products
- For each candidate, call
pax8-get-product-by-uuidto check details (active status, min/max quantity, provisioning type) - Call
pax8-get-product-pricing-by-uuidto compare pricing tiers
Compare Product Pricing
- Identify the product IDs you want to compare
- For each product, call
pax8-get-product-pricing-by-uuidwith theproductId - Compare
partnerBuyPrice(your cost) andsuggestedRetailPrice(recommended client price) - Calculate margin:
(suggestedRetailPrice - partnerBuyPrice) / suggestedRetailPrice * 100
Microsoft 365 Product Finder
Common M365 plans MSPs order through Pax8:
- Microsoft 365 Business Basic
- Microsoft 365 Business Standard
- Microsoft 365 Business Premium
- Microsoft 365 E3
- Microsoft 365 E5
- Exchange Online Plan 1/2
- Microsoft Teams Essentials
- Microsoft Defender for Business
To find these, call pax8-list-products with vendorName=Microsoft and search=365 (or Defender, Exchange, etc.).
Build a Product Catalog Export
- Call
pax8-list-productswithsize=200andpage=0 - Paginate through all pages by incrementing
page - For each product, call
pax8-get-product-pricing-by-uuidto get pricing - Compile into a catalog with product name, vendor, SKU, unit, monthly price, annual price, and margin
Response Examples
Product:
{
"id": "f9e8d7c6-b5a4-3210-fedc-ba0987654321",
"name": "Microsoft 365 Business Premium",
"vendorName": "Microsoft",
"description": "Best-in-class Office apps with advanced security and device management",
"sku": "CFQ7TTC0LCHC",
"unitOfMeasurement": "User",
"billingTermOptions": ["Monthly", "Annual"],
"provisioningType": "Automated",
"minQuantity": 1,
"maxQuantity": 300,
"active": true
}
Pricing:
{
"content": [
{
"id": "p1r2i3c4-e5f6-7890-abcd-ef1234567890",
"productId": "f9e8d7c6-b5a4-3210-fedc-ba0987654321",
"billingTerm": "Monthly",
"unitPrice": 18.90,
"partnerBuyPrice": 18.90,
"suggestedRetailPrice": 22.00,
"currency": "USD"
},
{
"id": "p2r3i4c5-f6a7-8901-bcde-f12345678901",
"productId": "f9e8d7c6-b5a4-3210-fedc-ba0987654321",
"billingTerm": "Annual",
"unitPrice": 17.10,
"partnerBuyPrice": 17.10,
"suggestedRetailPrice": 22.00,
"currency": "USD"
}
]
}
Error Handling
Common Errors
| Error | Cause | Resolution |
|---|---|---|
| Product not found | Invalid product UUID | Verify the UUID with pax8-list-products |
| Pricing not found | Product may not have pricing configured | Check the Pax8 portal for pricing details |
| No results | Search term too specific | Try a shorter or broader search term |
Best Practices
- Cache product catalog - Products and pricing change infrequently; cache for 1-4 hours
- Use vendor filter - Always filter by
vendorNamewhen you know the vendor to reduce result sets - Check pricing separately - Product listing does not include pricing; use
pax8-get-product-pricing-by-uuid - Verify active status - Only order products where
activeistrue - Check min/max quantities - Respect
minQuantityandmaxQuantitybefore placing orders - Understand billing terms - Annual commitments are cheaper but lock in for 12 months
- Review provisioning type - Automated products are instant; manual products may take hours or days
- Compare pricing tiers - Show clients the savings from annual vs. monthly commitment
- Calculate margins - Use
partnerBuyPricevs.suggestedRetailPriceto understand margins - Paginate large catalogs - The full Pax8 catalog has thousands of products; always paginate
Related Skills
- Pax8 API Patterns - MCP tools reference and connection info
- Pax8 Subscriptions - Active product subscriptions
- Pax8 Orders - Ordering products
- Pax8 Companies - Client company management
- Pax8 Invoices - Billing for products
Frequently asked questions
What to verify before installation and use
What does the Pax8 Products source document cover?
The Pax8 product catalog: cloud software SKUs, vendors, pricing tiers and margins, and provisioning details across Microsoft 365, Azure, security tools, and backup products.
How do I install Pax8 Products?
The source record exposes this install command: npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/pax8/pax8/skills/products". Inspect the command and pinned source before running it.