Available Skills
Skills are pre-built flows you run from the side panel to go from a question to a concrete outcome — verifying an integration, diagnosing a failed offer, or generating an offer mapping script.
New to the extension? Start with the Quick Guide to install it and learn the side panel.
Run a Skill
Type / in the side panel input to open the skill menu, then pick a skill from the list. Each skill tells you what it is going to do before it runs and walks you through any decisions along the way. You can stop or skip a step at any time.
Before running a skill, confirm the active organization at the top of the side panel matches the environment you intend to work in.
Available Skills
Verify a Marketplace Integration
Verify an integration end to end by reading the expected values from the Suger Console and then walking the cloud provider’s console step by step with browser tools.
| Command | Skill | What it does |
|---|---|---|
/aws-integration-verify | Verify AWS Marketplace Integration | Reads expected values from the Suger Console UI, then checks the corresponding AWS Console pages. |
/azure-integration-verify | Verify Azure Marketplace Integration | Reads expected values from the Suger Console settings page, then walks Azure Portal and Microsoft Partner Center. |
/gcp-integration-verify | Verify GCP Marketplace Integration | Reads expected values from the Suger Console settings page, then walks the GCP Console. |
Diagnose an Offer Creation Error
Diagnose a CREATE_FAILED private offer using the provider’s offer validation rules, and get the specific reason and fix.
| Command | Skill | What it does |
|---|---|---|
/aws-offer-diagnosis | Diagnose AWS Offer Creation Error | Checks pricing dimensions, EULA requirements, buyer account validation, CPPO resale authorization, agreement-based offer rules, and payment installment constraints. |
/azure-offer-diagnosis | Diagnose Azure Offer Creation Error | Checks the private offer schema, pricing type, plan fields, billing account, date constraints, EULA rules, and overlap detection. |
/gcp-offer-diagnosis | Diagnose GCP Offer Creation Error | Checks pricing metrics, payment schedule constraints, CPPO reseller margin, replacement offer rules, entitlement conflicts, and SKU discount validation. |
/snowflake-offer-diagnosis | Diagnose Snowflake Offer Creation Error | Checks target consumer format, pricing plan, terms of service, invoice and access date preferences, and contract type constraints. |
Generate a Private Offer Mapping Script
Generate the JavaScript that builds a private offer from a Salesforce Opportunity, Quote, or custom record. Each skill covers every offer archetype for the provider — branch on $OfferType inside the script.
| Command | Skill | What it does |
|---|---|---|
/offer-mapping-aws | Generate AWS Private Offer Mapping Script | Builds a Standard, CPPO, or ABO offer in one script. |
/offer-mapping-azure | Generate Azure Private Offer Mapping Script | Builds a Standard or CPPO offer in one script. |
/offer-mapping-gcp | Generate GCP Private Offer Mapping Script | Builds a Standard, CPPO, or Replacement offer in one script. |
Tag an AWS Resource
| Command | Skill | What it does |
|---|---|---|
/aws-resource-tag | Tag AWS Resource for Partner Revenue Measurement | Guides you through tagging AWS resources with the aws-apn-id tag for AWS Partner Revenue Measurement (PRM), retrieving the product code from the AWS Partner Central SaaS products page. |