← Back to Skills Marketplace
Salesforce Dmp
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
111
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install salesforce-dmp
Description
Salesforce DMP integration. Manage data, records, and automate workflows. Use when the user wants to interact with Salesforce DMP data.
Usage Guidance
This skill is an instruction-only wrapper that uses the third-party Membrane service and CLI to talk to Salesforce DMP. Before installing or using it: 1) verify the npm package name (@membranehq/cli) and the project homepage/repository to ensure it is the official CLI; 2) review the package source or release artifacts if you can, or run it in an isolated environment (container/VM) if concerned about installing global npm packages; 3) understand that you will complete an OAuth/browser flow granting Membrane access to Salesforce data — review Membrane's privacy and data handling policies and the specific permissions requested in the OAuth consent screen; 4) prefer using npx (one-off) or an isolated install rather than a global -g install if you want lower host exposure.
Capability Analysis
Type: OpenClaw Skill
Name: salesforce-dmp
Version: 1.0.1
The skill provides instructions for an AI agent to interact with Salesforce DMP using the Membrane CLI. It involves installing the `@membranehq/cli` npm package and performing authentication and action execution through the `membrane` command-line tool. The instructions are well-documented, align with the stated purpose of the skill, and do not contain any evidence of malicious intent, data exfiltration, or unauthorized access.
Capability Assessment
Purpose & Capability
The name/description (Salesforce DMP integration) matches the instructions: all runtime actions are performed via the Membrane CLI which claims to provide a Salesforce DMP connector. Requiring a Membrane account is coherent with delegating auth/requests to that service.
Instruction Scope
SKILL.md contains only CLI instructions for installing and using the Membrane CLI, creating connections, discovering and running actions, and handling OAuth flow via browser codes. It does not instruct reading arbitrary local files, environment variables, or sending data to unexpected endpoints beyond Membrane.
Install Mechanism
There is no formal install spec in the skill bundle, but SKILL.md instructs the user to run `npm install -g @membranehq/cli@latest` (and uses npx elsewhere). Installing an npm CLI pulls code from the npm registry (moderate risk). This is expected for a CLI-based integration but the user should verify the package identity and review it before installing globally.
Credentials
The skill declares no required environment variables or credentials. It intentionally defers auth to Membrane (OAuth/browser flow) and explicitly advises not to ask users for API keys—this is proportionate to the described purpose.
Persistence & Privilege
The skill does not request always:true, does not request persistent system-level config, and is user-invocable. No elevated permanence or cross-skill config changes are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install salesforce-dmp - After installation, invoke the skill by name or use
/salesforce-dmp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Salesforce Dmp?
Salesforce DMP integration. Manage data, records, and automate workflows. Use when the user wants to interact with Salesforce DMP data. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Salesforce Dmp?
Run "/install salesforce-dmp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Salesforce Dmp free?
Yes, Salesforce Dmp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Salesforce Dmp support?
Salesforce Dmp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Salesforce Dmp?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills