ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

salesforce-dx

Query Salesforce data and manage sales pipelines using the `sf` CLI. Use for SOQL queries (simple to complex), opportunity pipeline analysis, forecast reporting, data exports, schema exploration, and CRM data operations. Also use for executive workflows like looking up deals by name, finding contact info to email prospects, preparing pipeline reviews, and cross-referencing CRM data with other tools. Triggers on Salesforce, SOQL, pipeline, opportunity, forecast, CRM data, deal lookup, prospect email, account info, or sf CLI questions.

Why use this skill?

Manage Salesforce CRM data, execute SOQL queries, and perform pipeline analysis directly through OpenClaw using the powerful sf CLI integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/rjmcgirr-pl/salesforce-dx
Or

What This Skill Does

The salesforce-dx skill provides a robust interface between OpenClaw and the Salesforce CLI (sf). It allows agents to interact directly with Salesforce CRM data by executing SOQL queries, managing pipeline snapshots, and performing complex data analysis. Whether you are looking to pull specific deal information, generate forecast reports, or perform bulk data exports for offline auditing, this skill enables seamless CRM operations within your agent workspace.

Installation

To install this skill, use the following command within your environment: clawhub install openclaw/skills/skills/rjmcgirr-pl/salesforce-dx Ensure you have the sf CLI authenticated against your target organization using sf org login web before attempting to execute commands.

Use Cases

This skill is designed for Sales Operations, Revenue Intelligence, and CRM Administrators. It is perfect for extracting real-time pipeline status, conducting win/loss analysis by stage, identifying high-priority accounts, and retrieving contact information for prospect outreach. It simplifies the workflow of summarizing weekly pipeline reviews by replacing manual clicks in the Salesforce UI with precise, automated query execution.

Example Prompts

  1. "Check the current pipeline for this quarter. Give me a summary of total opportunity values grouped by StageName."
  2. "Find all 'Closed Won' opportunities for the last 30 days and export the list to a file named last_month_wins.csv."
  3. "Who are the top 5 sales reps by total opportunity amount for deals that are still open?"

Tips & Limitations

When dealing with datasets exceeding 2,000 records, always utilize the --bulk flag to ensure query success. Use the sf sobject list and sf sobject describe commands frequently to verify API names and schema structure, as SOQL is case-sensitive and requires exact field identifiers. Note that the skill relies on the underlying system's authentication state; if your org token expires, re-authentication via the CLI is required. Always be cautious with broad queries on production environments to avoid unnecessary consumption of your API limits.

Metadata

Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-rjmcgirr-pl-salesforce-dx": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#salesforce#soql#crm#data-analysis#pipeline
Safety Score: 4/5

Flags: file-write, file-read, external-api