Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill cpq-product-catalog-setupgit clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/cpq-product-catalog-setup)<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/cpq-product-catalog-setup"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/cpq-product-catalog-setup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/cpq-product-catalog-setup"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/cpq-product-catalog-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.03020 |
| Opus 5 | $0.00048 | $0.01510 |
| Sonnet 5 | $0.00019 | $0.00604 |
| Haiku 4.5 | $0.00010 | $0.00302 |
Grade A, and why
cpq-product-catalog-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CPQ Product Catalog Setup
Use this skill when configuring the Salesforce CPQ product catalog: building product bundles, defining product options and features, creating product rules (Validation, Alert, Selection, Filter), and setting up configuration attributes that drive dynamic bundle behavior. This skill does not cover standard Salesforce Products & Pricebooks, CPQ pricing rules, discount schedules, or quote document templates.
Before Starting
Gather this context before working on anything in this domain:
- Confirm the Salesforce CPQ managed package (
SBQQ__) is installed and licensed in the org. CPQ product objects (SBQQ__Product2__c,SBQQ__ProductOption__c,SBQQ__ProductRule__c) will not exist without it. - Identify the bundle parent product and all child products that will appear as options. Determine which options are Required, Optional, or Default-selected.
- Understand the nesting depth planned. Salesforce CPQ supports bundle nesting up to 4 levels, but each level multiplies configurator load time — deep nesting is a performance risk.
- Clarify whether the bundle needs dynamic filtering. Filter rules and configuration attributes add setup complexity but are the correct mechanism for attribute-driven option visibility.
- Understand rule ordering requirements early. Product Rules fire in sequence number order, and Selection rules can interfere with one another if sequenced incorrectly.
Core Concepts
Product Bundles and Product Options
A CPQ product bundle consists of a parent product and one or more child products registered as SBQQ__ProductOption__c records linked to the parent. Options are organized into SBQQ__Feature__c records, which control how they are grouped and displayed in the CPQ configurator UI.
Each Product Option carries key configuration fields:
- SBQQ__Type__c — Component (priced individually), Bundle (nested bundle), or null. Drives how the option is quoted.
- SBQQ__Required__c — Boolean. When true, the option is always included and cannot be removed.
- SBQQ__Selected__c / SBQQ__Default__c — Controls whether the option is pre-selected when the configurator opens.
- SBQQ__MinQuantity__c / SBQQ__MaxQuantity__c — Enforces minimum and maximum selection counts per option.
- SBQQ__Number__c — Sort order within the feature.
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 198 lines · 96 tokens per session scan A 530a9edc1f8c
cpq-product-catalog-setup is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 96 tokens to every session and 3,020 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
cpq-approval-workflows
Configuring or troubleshooting Salesforce CPQ Advanced Approvals: SBAAApprovalRulec, SBAAApprovalVariablec for cross-line aggregation, SBAAApprovalChainc for ordered approver sequences, escalation timeouts, Smart Approvals for re-quote skip logic, and the managed package's permission sets. Trigger keywords: CPQ…
cpq-guided-selling
Use this skill when configuring or troubleshooting the Salesforce CPQ Guided Selling wizard: Quote Process records, ProcessInput questions that filter products by field value, mapping answers to Product2 classification fields, and search type choice (Standard, Enhanced, Custom). Trigger keywords: CPQ guided selling…
cpq-pricing-rules
Use when configuring or troubleshooting Salesforce CPQ pricing: Price Rules, Price Conditions, Price Actions, Lookup Queries, Discount Schedules, Block Pricing, Percent of Total, and Contracted Prices. Trigger keywords: CPQ price rule, price action, discount schedule, block pricing, percent of total, contracted price…
contract-and-renewal-management
Use when configuring or troubleshooting Salesforce CPQ contract creation, subscription management, amendment quotes, or renewal quotes. Trigger keywords: contract, amendment, renewal, subscription, co-termination, SBQQSubscriptionc. NOT for designing the amendment/renewal architecture or swap pattern — use…
cpq-domain
Understand Oracle CPQ concepts like Commerce, Configuration, BOM, and System Variables.
buywhere-product-catalog
Use BuyWhere's MCP and API surfaces to add product search, price comparison, and deal discovery to AI shopping agents.