salesforce-actions

Read and update Salesforce records via the Salesforce CLI.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill salesforce-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-actions
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/fe-vibe-export/fe-salesforce-tools/1.0.0/skills/salesforce-actions
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill salesforce-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Salesforce by enabling users to read and update critical business data directly, reducing the need for manual data entry and complex CRM navigation.

Core Features & Use Cases

  • Data Management: Read and update Accounts, Opportunities, Cases, and more.
  • Workflow Automation: Automate routine CRM tasks like updating opportunity stages or logging support cases.
  • Use Case: A sales representative can quickly update an Opportunity's stage and amount after a client call, or a support agent can log a new customer issue directly into Salesforce.

Quick Start

Use the salesforce-actions skill to find all accounts in the 'Technology' industry.

Frequently Asked Questions about salesforce-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Salesforce opportunities and accounts using the command line?

You can update Salesforce opportunities and accounts via the Salesforce CLI by executing object-specific operations. This Skill reads and updates CRM records directly, enabling deterministic task execution without manual interface navigation.

What do I need to automate Salesforce data management tasks?

Automating Salesforce data management requires authenticated Salesforce CLI access. Once your CLI environment is properly configured, you can read and update Accounts, Opportunities, and Cases programmatically.

Can I look up specific account fields and cases in Salesforce without manual navigation?

Yes, you can look up accounts and cases without manual CRM navigation. This Skill provides detailed object field references and instructions for account lookup to streamline data retrieval directly via the CLI.

What is the best way to automate routine CRM tasks like logging support cases?

Automating routine CRM tasks like logging support cases is best handled by executing CLI commands for object-specific operations. This approach reads and updates Salesforce records directly, reducing manual data entry.

Does this Salesforce CLI approach support reading and updating multiple object types?

Yes, this approach supports reading and updating multiple Salesforce object types. You can manage Accounts, Opportunities, Cases, and Use Cases directly through deterministic command line operations.

Why does my Salesforce data update require authenticated CLI access?

Salesforce data updates require authenticated CLI access to ensure deterministic task execution. This authentication validates your permissions to read and update critical business data like accounts and opportunities securely.