salesforce

Installation
SKILL.md

Salesforce Skill

Use the Salesforce CLI (sf) to interact with Salesforce orgs. The CLI must be authenticated before use. Always add --json for structured output.

If the sf binary is not available, stop and ask the user to install the Salesforce CLI using the repo's declared install metadata or the official Salesforce CLI guide. After the CLI is available, authenticate with sf org login web before touching org data.

Safety Boundaries

  • Do not create, update, delete, deploy, or execute Apex without explicit user confirmation.
  • Do not reveal access tokens, auth URLs, refresh tokens, or verbose org-display output in chat.
  • Do not export data to files unless the user asked for a saved artifact or bulk workflow.
  • Do not target a production org by default when sandbox or staging access is available.

Authentication and Org Management

Log in (opens browser)

sf org login web --alias my-org
Related skills

More from jdrhyne/agent-skills

Installs
29
GitHub Stars
231
First Seen
Feb 4, 2026