Skip to content
v1.6.2Apache-2.0

B2C CLI Skills for Salesforce Commerce Cloud development.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "b2c-cli",
  "version": "1.6.2",
  "description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
  "author": {
    "name": "Salesforce"
  },
  "homepage": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/",
  "repository": "https://github.com/SalesforceCommerceCloud/b2c-developer-tooling",
  "license": "Apache-2.0",
  "keywords": [
    "salesforce",
    "b2c-commerce",
    "commerce-cloud",
    "sfra",
    "scapi",
    "ocapi"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "B2C CLI",
        "shortDescription": "Use the Salesforce B2C Commerce CLI from your AI assistant.",
        "longDescription": "Skills for driving the Salesforce B2C Commerce CLI — deploy cartridges, run jobs, manage On-Demand Sandboxes, stream logs, and perform WebDAV operations without leaving your editor.",
        "developerName": "Salesforce",
        "category": "Productivity",
        "capabilities": [
          "Read"
        ],
        "logo": "./assets/logo.svg",
        "composerIcon": "./assets/logo.svg",
        "brandColor": "#0D9DDA",
        "websiteURL": "https://salesforcecommercecloud.github.io/b2c-developer-tooling/",
        "defaultPrompt": [
          "Deploy the cartridges in ./cartridges to my sandbox",
          "Run the reindex job on my sandbox",
          "Create a new On-Demand Sandbox with a 48-hour TTL",
          "Tail the latest error logs from my instance"
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 18JSON files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai