B2C Mrt
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.
Run in terminal (recommended)
claude mcp add b2c-mrt npx -- -y @trustedskills/b2c-mrt
Or manually add to ~/.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
b2cCLI to be installed globally. If it's not, usenpx @salesforce/b2c-clibefore each command (e.g.,npx @salesforce/b2c-cli mrt bundle deploy). - Configuration can also be done through a
dw.jsonfile or the~/.mobifyconfiguration 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.