B2C Logs
Analyze B2C customer journey data from Salesforce Commerce Cloud to identify trends and optimize experiences for increased conversions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add b2c-logs npx -- -y @trustedskills/b2c-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"b2c-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/b2c-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to retrieve and analyze backend logs from Salesforce B2C Commerce instances. It provides direct access to system events, error messages, and operational data necessary for troubleshooting and performance monitoring.
When to use it
- Diagnosing checkout failures or transaction errors in a live production environment.
- Investigating unexpected spikes in server latency or response times.
- Auditing security events or suspicious user activity within the commerce platform.
- Validating that recent deployments did not introduce critical bugs or regressions.
Key capabilities
- Access to backend log streams from Salesforce B2C Commerce instances.
- Retrieval of specific log entries based on time ranges or severity levels.
- Parsing of structured data for root cause analysis.
Example prompts
- "Pull the last 100 error-level logs from the production instance between 9:00 AM and 10:00 AM today."
- "Search the logs for any occurrences of 'PaymentGatewayException' in the past hour."
- "Summarize the top three recurring errors found in the system logs over the last 24 hours."
Tips & gotchas
Ensure you have appropriate permissions to access the target B2C Commerce instance before running queries, as log data may contain sensitive customer information. Always specify clear time ranges to avoid retrieving excessive historical data that could slow down analysis.
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.