B2C Forms

🌐Community
by salesforcecommercecloud · vlatest · Repository

Streamlines B2C form creation and management, boosting conversion rates by simplifying customer data collection and improving user experiences.

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-forms npx -- -y @trustedskills/b2c-forms
2

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

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

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

About This Skill

What it does

This skill enables AI agents to interact with Salesforce B2C Commerce forms, allowing them to submit data and manage form-related operations directly within the platform. It bridges the gap between conversational interfaces and backend commerce workflows by handling structured input validation and submission logic.

When to use it

  • Automating customer feedback collection by having an AI agent fill out and submit survey forms on behalf of users.
  • Processing order modifications or returns by programmatically interacting with specific checkout or return request forms.
  • Gathering lead information from promotional landing pages without requiring a human to manually enter data into web forms.

Key capabilities

  • Discovery and installation of form-handling logic specifically for B2C Commerce environments.
  • Execution of form submissions triggered by AI agent interactions.
  • Integration with Salesforce developer tooling to access commerce-specific form structures.

Example prompts

  • "Submit the customer feedback form using the details I just provided in our conversation."
  • "Fill out the newsletter signup form on the homepage and confirm the submission status."
  • "Process a return request by completing the necessary fields in the returns portal form."

Tips & gotchas

Ensure your AI agent has appropriate permissions to access the specific B2C Commerce instance where these forms reside, as unauthorized access attempts will fail. Verify that the form structure remains stable; any changes to field names or validation rules on the server side may require updates to the skill's configuration.

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
31

🌐 Community

Passed automated security scans.