Suger

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.

CommandSkillWhat it does
/aws-integration-verifyVerify AWS Marketplace IntegrationReads expected values from the Suger Console UI, then checks the corresponding AWS Console pages.
/azure-integration-verifyVerify Azure Marketplace IntegrationReads expected values from the Suger Console settings page, then walks Azure Portal and Microsoft Partner Center.
/gcp-integration-verifyVerify GCP Marketplace IntegrationReads 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.

CommandSkillWhat it does
/aws-offer-diagnosisDiagnose AWS Offer Creation ErrorChecks pricing dimensions, EULA requirements, buyer account validation, CPPO resale authorization, agreement-based offer rules, and payment installment constraints.
/azure-offer-diagnosisDiagnose Azure Offer Creation ErrorChecks the private offer schema, pricing type, plan fields, billing account, date constraints, EULA rules, and overlap detection.
/gcp-offer-diagnosisDiagnose GCP Offer Creation ErrorChecks pricing metrics, payment schedule constraints, CPPO reseller margin, replacement offer rules, entitlement conflicts, and SKU discount validation.
/snowflake-offer-diagnosisDiagnose Snowflake Offer Creation ErrorChecks 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.

CommandSkillWhat it does
/offer-mapping-awsGenerate AWS Private Offer Mapping ScriptBuilds a Standard, CPPO, or ABO offer in one script.
/offer-mapping-azureGenerate Azure Private Offer Mapping ScriptBuilds a Standard or CPPO offer in one script.
/offer-mapping-gcpGenerate GCP Private Offer Mapping ScriptBuilds a Standard, CPPO, or Replacement offer in one script.

Tag an AWS Resource

CommandSkillWhat it does
/aws-resource-tagTag AWS Resource for Partner Revenue MeasurementGuides 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.