b2c-sandbox — for Claude Code b2c-sandbox, b2c-developer-tooling, community, for Claude Code, ide skills, Sandbox, create, delete, sandboxes, explicitly

v1.0.0

About this Skill

Ideal for Salesforce-focused AI Agents requiring efficient management of B2C Commerce On-demand sandboxes Create and manage (B2C/SFCC/Demandware) on-demand sandboxes (ODS) with the b2c cli. Always reference when using the CLI to create, start, stop, restart, delete, or list on-demand sandboxes (ODS) and d

Features

Only create or delete sandboxes when explicitly requested. Always confirm destructive actions.
Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx
Alias: The ods prefix is still supported as a backwa
Create and manage (B2C/SFCC/Demandware) on-demand sandboxes (ODS) with the b2c cli
# B2C Sandbox Skill Only create or delete sandboxes when explicitly requested

# Core Topics

SalesforceCommerceCloud SalesforceCommerceCloud
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

Ideal for Salesforce-focused AI Agents requiring efficient management of B2C Commerce On-demand sandboxes Create and manage (B2C/SFCC/Demandware) on-demand sandboxes (ODS) with the b2c cli. Always reference when using the CLI to create, start, stop, restart, delete, or list on-demand sandboxes (ODS) and d

Core Value

Empowers agents to manage Salesforce B2C Commerce On-demand sandboxes using the b2c CLI plugin, enabling creation, deletion, and listing of sandboxes with explicit confirmation for destructive actions, leveraging the `b2c` command-line interface or `npx @salesforce/b2c-cli` for non-global

Ideal Agent Persona

Ideal for Salesforce-focused AI Agents requiring efficient management of B2C Commerce On-demand sandboxes

Capabilities Granted for b2c-sandbox

Creating temporary sandboxes for testing and development
Deleting unused sandboxes to avoid unnecessary billing
Listing available sandboxes for environment management

! Prerequisites & Limits

  • Requires installation of the b2c CLI plugin or use of `npx @salesforce/b2c-cli`
  • Explicit confirmation needed for destructive actions like deletion
  • Limited to Salesforce B2C Commerce On-demand sandboxes

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is b2c-sandbox?

Ideal for Salesforce-focused AI Agents requiring efficient management of B2C Commerce On-demand sandboxes Create and manage (B2C/SFCC/Demandware) on-demand sandboxes (ODS) with the b2c cli. Always reference when using the CLI to create, start, stop, restart, delete, or list on-demand sandboxes (ODS) and d

How do I install b2c-sandbox?

Run the command: npx killer-skills add SalesforceCommerceCloud/b2c-developer-tooling/b2c-sandbox. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for b2c-sandbox?

Key use cases include: Creating temporary sandboxes for testing and development, Deleting unused sandboxes to avoid unnecessary billing, Listing available sandboxes for environment management.

Which IDEs are compatible with b2c-sandbox?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for b2c-sandbox?

Requires installation of the b2c CLI plugin or use of `npx @salesforce/b2c-cli`. Explicit confirmation needed for destructive actions like deletion. Limited to Salesforce B2C Commerce On-demand sandboxes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add SalesforceCommerceCloud/b2c-developer-tooling/b2c-sandbox. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use b2c-sandbox immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

b2c-sandbox

Install b2c-sandbox, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

B2C Sandbox Skill

Only create or delete sandboxes when explicitly requested. Always confirm destructive actions.

Use the b2c CLI plugin to manage Salesforce B2C Commerce On-demand sandboxes (ODS). Only create or delete a sandbox if explicitly asked as this may be a billable or destructible action.

Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli sandbox list).

Alias: The ods prefix is still supported as a backward-compatible alias (e.g., b2c ods list works the same as b2c sandbox list).

Sandbox ID Formats

Commands that operate on a specific sandbox accept two ID formats:

  • UUID: The full sandbox UUID (e.g., abc12345-1234-1234-1234-abc123456789)
  • Realm-instance: The realm-instance format (e.g., zzzv-123 or zzzv_123)

The realm-instance format uses the 4-character realm code followed by a dash or underscore and the instance number. When using a realm-instance format, the CLI will automatically look up the corresponding UUID.

Examples

List Sandboxes

bash
1b2c sandbox list 2 3# for realm zzpq with JSON output 4b2c sandbox list --realm zzpq --json 5 6# filter by status and those created by a specific user, only print the columns id,state,hostname 7b2c sandbox list --filter-params 'state=started,creating&createdBy=clavery@salesforce.com' --realm zzpq --columns id,state,hostname

Create Sandbox

Only create a sandbox if explicitly asked as this may be a billable action.

bash
1# create in realm zzpq with 4 hour TTL (0 = infinite); json output and wait for completion (this may take 5-10 minutes; timeout is 10 minutes) 2b2c sandbox create --realm zzpq --ttl 4 --json --wait 3 4# create in realm zzpq with large profile (medium is default) 5b2c sandbox create --realm zzpq --profile large 6 7# create without automatic OCAPI/WebDAV permissions 8b2c sandbox create --realm zzpq --no-set-permissions 9 10# use a different client ID for default permissions 11b2c sandbox create --realm zzpq --permissions-client-id my-other-client 12 13# custom OCAPI settings (replaces defaults) 14b2c sandbox create --realm zzpq --ocapi-settings '[{"client_id":"my-client","resources":[{"resource_id":"/code_versions","methods":["get"]}]}]' 15 16# with start/stop scheduler 17b2c sandbox create --realm zzpq --start-scheduler '{"weekdays":["MONDAY","TUESDAY"],"time":"08:00:00Z"}' --stop-scheduler '{"weekdays":["MONDAY","TUESDAY"],"time":"19:00:00Z"}' 18 19# get full log trace output to debug 20b2c sandbox create --realm zzpq --log-level trace

Get/Start/Stop/Restart/Delete Sandbox

Commands that operate on a specific sandbox support both UUID and realm-instance formats:

bash
1# Using UUID 2b2c sandbox get abc12345-1234-1234-1234-abc123456789 3b2c sandbox start abc12345-1234-1234-1234-abc123456789 4b2c sandbox stop abc12345-1234-1234-1234-abc123456789 5 6# Using realm-instance format 7b2c sandbox get zzzv-123 8b2c sandbox start zzzv_123 9b2c sandbox stop zzzv-123 10b2c sandbox restart zzzv-123 11b2c sandbox delete zzzv-123 --force

More Commands

See b2c sandbox --help for a full list of available commands and options in the sandbox topic.

Related Skills

Looking for an alternative to b2c-sandbox or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer