salesforce

Installation
SKILL.md

Salesforce

Integrate with Salesforce for CRM operations. Use when you need to: (1) create and query Salesforce records, (2) manage accounts and opportunities, or (3) automate sales workflows.

Input

Provide input as JSON:

{
  "record_type": "Type of CRM record to create (e.g., Lead, Contact, Account, Opportunity)",
  "record_data": "JSON data for the new record (e.g., {\"FirstName\": \"John\", \"LastName\": \"Doe\", \"Company\": \"Acme Corp\", \"Email\": \"john@acme.com\"})",
  "query_criteria": "Search criteria for querying records (e.g., company name, email domain, date range)"
}

Execution (Pattern C: Action)

Step 1: Run the Skill and Get Run ID

Related skills
Installs
8
GitHub Stars
188
First Seen
Feb 5, 2026