📦 Salesforce — 销售管道管理

v1.0.0

通过 `sf` CLI 查询 Salesforce 数据并管理销售管道,支持 SOQL 查询、商机分析、预测报告、数据导出、架构探索及 CRM 操作,也可快速查找交易、获取客户邮箱、准备评审材料并与其他工具交叉引用。

1· 2.1k·1 当前·1 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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).
安装机制
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.
凭证需求
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).
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/1/27

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install salesforce-dx
镜像加速npx clawhub@latest install salesforce-dx --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库