salesforce-api Skill
Query, read, create, update, and describe Salesforce records — Accounts, Contacts, Opportunities, Leads, Cases, and custom objects. Use this whenever the user wants to look up a Salesforce record, run a SOQL query, update an Opportunity, check an object's fields, or asks "what's in Salesforce" — even if they don't say Published by anthropics in claude-tag-plugins.
What is salesforce-api Skill?
Query, read, create, update, and describe Salesforce records — Accounts, Contacts, Opportunities, Leads, Cases, and custom objects. Use this whenever the user wants to look up a Salesforce record, run a SOQL query, update an Opportunity, check an object's fields, or asks "what's in Salesforce" — even if they don't say Published by anthropics in claude-tag-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use salesforce-api Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-tag-plugins
- Skill file: salesforce/skills/salesforce-api/SKILL.md
What it does
Query, read, create, update, and describe Salesforce records — Accounts, Contacts, Opportunities, Leads, Cases, and custom objects. Use this whenever the user wants to look up a Salesforce record, run a SOQL query, update an Opportunity, check an object's fields, or asks "what's in Salesforce" — even if they don't say
Skill instructions
In Salesforce, every org has its own instance URL (its My Domain), and the API is versioned in the path: https://<your-org.my.salesforce.com/services/data/vXX.0/... Key facts that bite: - Errors return as a JSON array, success as an object. Guard every jq projection with if type == "array" then . else <projection end or the error body crashes the filter and you never see errorCode. - Custom objects and fields end in c; custom relationship names end in r (use r in SOQL parent paths and child subqueries). - Record IDs are 15- or 18-char alphanumeric. The 18-char form is case-insensitive — prefer it. - SOQL has no SELECT . FIELDS(ALL) / FIELDS(CUSTOM) exist but require LIMIT 200. - Describe is your schema — field names, picklist values, relationship names, and createable/updateable flags. Read it before guessing field names. Request setup Authentication is handled by the runtime — credentials are injected into outbound requests to this API, so there is nothing to set up. Do not try to cre
Explore related resources
Frequently asked questions
What is salesforce-api?
salesforce-api is a open-source AI agent skill with Copy skill directory. Query, read, create, update, and describe Salesforce records — Accounts, Contacts, Opportunities, Leads, Cases, and custom objects.
Who is salesforce-api best for?
salesforce-api is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install salesforce-api?
Install or run salesforce-api using Copy skill directory. Check salesforce-api for the latest setup command.
Is salesforce-api actively maintained?
salesforce-api may need a closer maintenance check before production use.
Auto-fetched from GitHub.