Favicon of salesforce-api

salesforce-api Skill

AI Agent SkillCustomer SupportShellOpen source

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.

Decision snapshot

Is this a fit?

Best for

Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · Apache-2.0 license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
36/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Data analysis
  • Data analysis use cases

Declared skill metadata

  • Source file: salesforce/skills/salesforce-api/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use salesforce-api Skill

  • Use it for data analysis.

Built with

ShellCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
28
Forks
11
Last commit
2 months ago
Last verified
Aug 31, 2026
Metadata fetched
Aug 31, 2026
Repository age
3 months
License
Apache-2.0

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to salesforce-api