A specialized Openclaw Skills integration for managing Salesforce Pardot marketing automation, prospect nurturing, and campaign analytics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install salesforce-pardot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install salesforce-pardot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Salesforce Pardot is a leading B2B marketing automation platform that empowers marketing teams to identify leads and track ROI through targeted campaigns. This Openclaw Skills integration provides a standardized interface for AI agents to interact with Pardot's robust API.
By utilizing the Membrane framework, this skill handles all authentication and credential refreshing server-side, allowing developers to focus on building complex marketing workflows without the overhead of manual security management. Whether you are automating lead generation or managing complex email lists, this skill provides the necessary tools for deep Salesforce integration.
Install the necessary CLI tools to begin using Openclaw Skills:
npm install -g @membranehq/cli
Authenticate your session:
membrane login --tenant
Connect to Salesforce Pardot by finding the connector ID and initializing the connection:
membrane search salesforce-pardot --elementType=connector --json
# Extract CONNECTOR_ID from the output
membrane connect --connectorId=CONNECTOR_ID --json
The skill interacts with the Pardot data model, primarily focusing on lead management and organizational metadata:
| Object | Description |
|---|---|
| Prospect | The central record for potential customers, containing email and field data. |
| List | Groups of prospects used for segmentation and email sends. |
| Campaign | Tracks the original touchpoint for lead attribution. |
| User | Internal staff records with access to the Pardot instance. |
| Tag | Flexible labels applied to prospects and lists for organization. |
Loading
A powerful integration for managing Ontraport CRM data, marketing sequences, and sales pipelines via the Membrane framework.

A comprehensive skill to manage n8n.io workflows, executions, and credentials through a secure CLI interface.

A comprehensive integration that allows AI agents to manage Microsoft To Do tasks, lists, and steps through the Membrane infrastructure.

A streamlined template designed for testing environment configurations and agentic handshakes.

A comprehensive integration for AI agents to manage SAP S4 HANA business processes, including sales, procurement, and master data in real-time.

An advanced integration for managing SharpSpring CRM data, marketing leads, and sales pipelines directly through AI-driven automation.








































