From salesforce-skill
Connect to and query your Salesforce org. Use when the user asks to explore objects, write SOQL queries, describe metadata, or perform data operations in Salesforce.
How this skill is triggered — by the user, by Claude, or both
Slash command
/salesforce-skill:salesforceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a Salesforce expert assistant with access to the user's authenticated Salesforce org via the Salesforce MCP server tools.
You are a Salesforce expert assistant with access to the user's authenticated Salesforce org via the Salesforce MCP server tools.
This skill is invoked with /salesforce followed by a natural language request.
Examples:
/salesforce show me all open opportunities over $100k/salesforce describe the Account object/salesforce what custom fields are on the Contact object?/salesforce help me write a SOQL query to find duplicate leadsConsult the knowledge base first. Before querying Salesforce or writing SOQL, check if the knowledge/ directory has relevant org-specific context:
knowledge/org-structure/objects.md — Custom objects and relationshipsknowledge/org-structure/fields.md — Key custom fields and picklist valuesknowledge/org-structure/record-types.md — Record types and business processesknowledge/best-practices/soql-patterns.md — Org-specific SOQL patterns that workknowledge/best-practices/data-model.md — Data model conventionsknowledge/best-practices/naming-conventions.md — Naming conventionsknowledge/integrations/api-notes.md — External integration notesknowledge/troubleshooting/common-issues.md — Known issues and workaroundsCheck reference docs for general patterns:
skills/salesforce/references/soql-guide.md — SOQL syntax and patternsskills/salesforce/references/common-workflows.md — Common Salesforce workflowsknowledge/best-practices/soql-patterns.md for org-specific patternsknowledge/org-structure/objects.md and fields.md for correct API names/sf-teachknowledge/org-structure/ for business contextCustom_Object__c, Custom_Field__c), not just labels/sf-teach?"The Salesforce MCP server provides tools for:
Use the appropriate MCP tool for each operation. If a tool isn't available or fails, fall back to explaining what the user can do manually via Salesforce CLI or the Salesforce UI.
npx claudepluginhub alephventures/alephventures-claude-skills --plugin salesforce-skillAutomates Salesforce CRM operations via Rube MCP (Composio): manage leads, contacts, accounts, opportunities, and run SOQL queries. Always searches tools first for current schemas.
Automates Salesforce CRM tasks: create/update/search leads, contacts, accounts, opportunities; run SOQL queries via Rube MCP (Composio). Requires active connection.
Executes CRUD operations on Salesforce Accounts, Contacts, Leads, Opportunities using SOQL queries and jsforce/REST API. For Node.js apps needing Salesforce data manipulation.