Sf Data

🌐Community
by jaganpro · vlatest · Repository

Access and retrieve structured Salesforce data based on provided queries and filters from jaganpro's sf-data skill.

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 sf-data npx -- -y @trustedskills/sf-data
2

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

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

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

About This Skill

The sf-data skill provides a foundational interface for AI agents to interact with Salesforce data ecosystems, enabling direct access to CRM records and business logic. It serves as a critical bridge allowing autonomous agents to retrieve, update, and manage customer information within the Salesforce platform securely.

When to use it

  • Automating routine data entry tasks such as updating lead statuses or creating new contacts after initial outreach.
  • Retrieving specific customer account details to personalize responses during complex sales negotiations.
  • Syncing external marketing campaign results back into Salesforce for unified reporting and analysis.
  • Validating real-time inventory or service availability before confirming a booking with a client.

Key capabilities

  • Direct integration with Salesforce APIs to query and manipulate records.
  • Secure authentication handling for enterprise-level data access.
  • Structured output generation compatible with standard CRM schemas.
  • Error handling mechanisms for failed data transactions.

Example prompts

  • "Update the status of all leads from 'New' to 'Contacted' in the Salesforce database."
  • "Retrieve the latest contact information and purchase history for account ID 0015x00000ABCDEF."
  • "Create a new opportunity record with the details provided in this email thread and assign it to the sales team."

Tips & gotchas

Ensure your AI agent has the necessary OAuth credentials configured before attempting data operations to prevent unauthorized access. Be mindful of Salesforce governor limits, as high-volume data requests may require batch processing strategies to avoid hitting API quotas.

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
jaganpro
Installs
92

🌐 Community

Passed automated security scans.