B2C Mrt

🌐Community
by salesforcecommercecloud · vlatest · Repository

B2C MRT analyzes customer purchase history to predict future buying behavior and personalize recommendations for increased sales.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add b2c-mrt npx -- -y @trustedskills/b2c-mrt
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "b2c-mrt": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/b2c-mrt"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, B2C MRT, provides a command-line interface (CLI) for managing PWA Kit storefronts within the Salesforce Commerce Cloud ecosystem. It allows users to manage projects, environments, bundles (deployments), and configurations related to these storefronts. The tool facilitates tasks such as deploying code changes, configuring environment variables, listing project members, and cloning URL redirects between different environments. It uses the b2c CLI for interaction.

When to use it

  • Deploying updates to a PWA Kit storefront (e.g., pushing local builds to staging or production).
  • Managing environment configurations, including setting and deleting variables.
  • Listing and cloning URL redirects between different environments.
  • Viewing deployment history and downloading bundle artifacts.
  • Adding and managing team members within a project.

Key capabilities

  • Project Management: List and retrieve details about projects, add/list project members.
  • Environment Management: Create, list, get details of, and invalidate CDN cache for environments.
  • Bundle (Deployment) Management: Deploy bundles to different environments, view deployment history, download artifacts.
  • Environment Variable Management: List, set, and delete environment variables.
  • URL Redirect Management: List, create, and clone URL redirects between environments.

Example prompts

  • "Deploy the latest build of my storefront 'my-storefront' to the staging environment."
  • "List all available environments for project 'my-storefront'."
  • "Show me the deployment history for the production environment in project 'my-storefront'."

Tips & gotchas

  • The skill requires the b2c CLI to be installed globally. If it's not, use npx @salesforce/b2c-cli before each command (e.g., npx @salesforce/b2c-cli mrt bundle deploy).
  • Configuration can also be done through a dw.json file or the ~/.mobify configuration file.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
salesforcecommercecloud
Installs
39

🌐 Community

Passed automated security scans.