← 返回 Skills 市场
ivangdavila

Salesforce API Integration

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ✓ 安全检测通过
472
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install salesforce-api-integration
功能描述
Complete Salesforce REST API for SOQL queries, CRUD operations, Bulk API, Composite API, authentication, and standard objects with error handling.
安全使用建议
This skill is a coherent Salesforce API guide. Before installing: (1) only provide SF_ACCESS_TOKEN and SF_INSTANCE_URL — avoid exporting long-lived client secrets or passwords as env vars unless you understand the OAuth flow you’re using; (2) review ~/salesforce-api-integration/memory.md after first use — it may store org context or saved queries (but should not store tokens); (3) prefer using the interactive (web server) or refresh-token flows over username/password flows, which require sharing more sensitive credentials; (4) ensure the access token you provide has only the scopes needed for intended operations and rotate it if you suspect exposure. If you need the skill to never persist any org metadata, do not create the memory file or check its contents before use.
功能分析
Type: OpenClaw Skill Name: salesforce-api-integration Version: 1.0.1 The skill bundle is benign. All `curl` commands across the various markdown files consistently target legitimate Salesforce API endpoints (`*.my.salesforce.com`, `login.salesforce.com`, `test.salesforce.com`) using environment variables `SF_ACCESS_TOKEN` and `SF_INSTANCE_URL`. The `SKILL.md` explicitly defines a narrow and secure scope, disallowing access to files outside `~/salesforce-api-integration/` and requests to non-Salesforce endpoints, which is adhered to by all other files. There is no evidence of data exfiltration, malicious execution (e.g., `curl | bash`), persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. The `setup.md` file describes various authentication methods, including the username-password flow, but these are instructions for the user to set up their environment variables, not actions performed by the skill itself.
能力评估
Purpose & Capability
Name/description claim full Salesforce REST/Bulk/Composite coverage and the skill only requires SF_ACCESS_TOKEN and SF_INSTANCE_URL plus a local config path; those credentials and the config directory are proportionate to interacting with a Salesforce org and saving user preferences.
Instruction Scope
All runtime instructions are curl/code examples targeting Salesforce domains and describe OAuth flows, SOQL, CRUD, Bulk and Composite APIs. The skill explicitly limits network calls to Salesforce endpoints. It does write and read a local preferences/memory file (~/salesforce-api-integration/memory.md) which can store org context and queries — the docs say tokens should not be stored there, but the memory can contain sensitive org metadata or saved queries, so users should review its contents.
Install Mechanism
No install spec or third-party downloads; this is purely documentation/instruction files (lowest install risk).
Credentials
Only SF_ACCESS_TOKEN (primary) and SF_INSTANCE_URL are required, which directly map to API calls described. The setup docs show how to obtain tokens using client credentials, username/password, or refresh tokens — those additional secrets are not required by the skill itself but would be provided by the user if they choose that flow.
Persistence & Privilege
always:false and no attempt to modify other skills or system-wide settings. The skill stores preferences in its own declared config path; that is expected and proportionate. Autonomous invocation is enabled by default but not combined with any broad/hidden privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install salesforce-api-integration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /salesforce-api-integration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed memory template to use standard status values and natural language context.
v1.0.0
Initial release with comprehensive Salesforce REST API coverage.
元数据
Slug salesforce-api-integration
版本 1.0.1
许可证
累计安装 5
当前安装数 5
历史版本数 2
常见问题

Salesforce API Integration 是什么?

Complete Salesforce REST API for SOQL queries, CRUD operations, Bulk API, Composite API, authentication, and standard objects with error handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 472 次。

如何安装 Salesforce API Integration?

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

Salesforce API Integration 是免费的吗?

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

Salesforce API Integration 支持哪些平台?

Salesforce API Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Salesforce API Integration?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论