Claude-skill-registry b2c-sites
List and inspect storefront sites on B2C Commerce instances. Use when finding site IDs, checking site configuration, or listing available sites. Helpful for determining site context when running other commands.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/b2c-sites" ~/.claude/skills/majiayu000-claude-skill-registry-b2c-sites && rm -rf "$T"
manifest:
skills/data/b2c-sites/SKILL.mdsource content
B2C Sites Skill
Use the
b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances.
Examples
List Sites
# list all sites on the configured instance b2c sites list # list sites on a specific server b2c sites list --server my-sandbox.demandware.net # list sites with JSON output (useful for parsing/automation) b2c sites list --json # use a specific instance from config b2c sites list --instance production # enable debug logging b2c sites list --debug
More Commands
See
b2c sites --help for a full list of available commands and options in the sites topic.