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-quote-templatesgit 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-quote-templates)<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/cpq-quote-templates"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/cpq-quote-templates/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-quote-templates"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/cpq-quote-templates.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.00110 | $0.04105 |
| Opus 5 | $0.00055 | $0.02053 |
| Sonnet 5 | $0.00022 | $0.00821 |
| Haiku 4.5 | $0.00011 | $0.00411 |
Grade A, and why
cpq-quote-templates 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 9d 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 — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CPQ Quote Templates
Use this skill when a practitioner needs to design, configure, or troubleshoot Salesforce CPQ (SBQQ) quote templates: building the section and content hierarchy, defining which quote line fields appear in the line items table, controlling conditional section visibility, producing branded PDF output, or supporting multiple languages. This skill does NOT cover standard Salesforce quote templates configured in Setup > Quote Templates — those use QuoteLineItem and are covered by the admin/quotes-and-quote-templates skill.
Before Starting
Gather this context before working on anything in this domain:
- CPQ managed package must be installed: All CPQ template objects (
SBQQ__QuoteTemplate__c,SBQQ__TemplateSection__c,SBQQ__TemplateContent__c,SBQQ__LineColumn__c) exist only when the SBQQ managed package is installed. Confirm the package is present before any configuration. - Standard quote templates do not work for CPQ: The most common mistake is directing practitioners to Setup > Quote Templates. Standard templates query
QuoteLineItem; CPQ lines live inSBQQ__QuoteLine__c. The result is a PDF with an empty line items table every time. - HTML in CPQ templates is converted to XSL-FO: CPQ's PDF engine converts HTML content to XSL-FO before rendering. CSS class-based styling, flexbox, CSS grid, and many positioning properties are silently ignored. All styling must use inline styles on every element.
- Image size limit is 5 MB per image: Images embedded in template HTML or stored as Salesforce Files referenced in templates must be under 5 MB. Larger images cause PDF generation to fail silently or time out.
- Multi-language requires separate templates per locale: CPQ has no native translation layer for quote templates. Each language requires a separate
SBQQ__QuoteTemplate__crecord. Template selection logic must be implemented in a Flow or Process Builder that sets the template lookup field on the quote based on the quote's locale or account language.
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.
- 9d ago First seen · 232 lines · 110 tokens per session scan A 3e27f2beafb0
cpq-quote-templates is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 110 tokens to every session and 4,105 once invoked, about $0.0006 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-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…
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…
fin-paper-convert
Compile LaTeX to PDF and convert to target journal format.
amazon-invoice
Generate tax invoices from Amazon Seller Central order data using browser extraction and PDF generation.
docuqueue
Generate PDFs, fill forms, and manage documents using DocuQueue. Use when the user asks to "create a PDF", "generate a document", "fill a form", "make an invoice", "create a contract", "build a certificate", "create a proposal", or mentions DocuQueue, document generation, PDF creation, or form filling. Not for…
docforge
Agent workflow for DocForge MCP — schema-first PDF generation. Use when producing business PDFs via DocForge tools.