← 返回 Skills 市场
rjmcgirr-pl

Salesforce

作者 rjmcgirr-pl · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2130
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears to be a normal helper for the Salesforce 'sf' CLI, but before installing or using it: 1) Ensure you have the 'sf' CLI installed and authenticated to the correct Salesforce org (and prefer a sandbox/test org for evaluation). 2) Install the small dependencies used in the examples/scripts (jq, grep) or expect the commands to fail if missing. 3) Recognize that the skill runs CLI queries under your existing 'sf' credentials — it can read and export org data to local files (CSV/JSON/markdown), so only grant it access to an account with appropriate (least) privilege. 4) If you will allow autonomous agent invocation, consider the risk of automatic exports of sensitive CRM data; restrict scope or test manually first. The main actionable fix for the publisher would be to declare required binaries ('sf', 'jq') in the metadata to remove the small metadata inconsistency.
功能分析
Type: OpenClaw Skill Name: salesforce-dx Version: 1.0.0 The skill bundle is benign. All files, including the `SKILL.md` instructions, are clearly aligned with the stated purpose of interacting with Salesforce via the `sf` CLI for data querying and pipeline management. The `SKILL.md` provides extensive, legitimate examples of `sf` CLI commands, along with standard shell utilities like `grep`, `jq`, and `date` for output processing and file operations (e.g., `> opps.csv`, `-d ./export`). The `scripts/schema-export.sh` is a utility script to generate schema documentation, which is a benign activity. There is no evidence of prompt injection attempts, data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md and script all focus on using the Salesforce 'sf' CLI to run SOQL queries, manage pipelines, and export schema/data — that matches the stated purpose. Minor inconsistency: the skill metadata lists no required binaries, but the instructions and included script assume 'sf' is installed and also use common Unix tools (jq, grep, jq in the script). Declaring 'sf' and 'jq' as required binaries would be expected.
Instruction Scope
SKILL.md explicitly instructs the agent to run 'sf' commands, to authenticate via 'sf org login web' if necessary, and to export results to CSV/JSON/markdown. The instructions do not ask the agent to read unrelated files or environment variables or to transmit data to unexpected external endpoints. They do direct creation of local export files (CSV/JSON/markdown) and rely on parsing tools (jq/grep).
Install Mechanism
There is no install spec (instruction-only) and only a small helper script is included. No downloads, package installs, or external installers are invoked by the skill itself — this is low-risk from an installation perspective.
Credentials
The skill declares no environment variables or credentials, which is consistent with using the local 'sf' CLI for auth. However, it implicitly requires authenticated Salesforce org access (OAuth tokens stored by 'sf') and read/write access to the org via the CLI. There is no justification for additional unrelated secrets. Users should be aware that the skill will operate with whatever org permissions the authenticated CLI user has (so least privilege / sandbox usage is recommended).
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not install persistent services. It will create/export local files when run (CSV/JSON/markdown), which is expected behavior for a data-export helper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install salesforce-dx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /salesforce-dx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - Initial Release• Core SOQL query patterns (basic, relationships, aggregations, bulk)• Pipeline management queries (snapshots, win/loss analysis, forecasts)• Executive workflows for deal lookup, contact outreach, and account intelligence• Cross-tool integration patterns (Salesforce + Email/Calendar)• Schema discovery commands• Ready-to-use reference files: 25+ pipeline queries, advanced SOQL patterns• Schema export script for quick object documentation
元数据
Slug salesforce-dx
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Salesforce 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2130 次。

如何安装 Salesforce?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install salesforce-dx」即可一键安装,无需额外配置。

Salesforce 是免费的吗?

是的,Salesforce 完全免费(开源免费),可自由下载、安装和使用。

Salesforce 支持哪些平台?

Salesforce 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Salesforce?

由 rjmcgirr-pl(@rjmcgirr-pl)开发并维护,当前版本 v1.0.0。

💬 留言讨论