Salesforce Pardot for Openclaw

A specialized Openclaw Skills integration for managing Salesforce Pardot marketing automation, prospect nurturing, and campaign analytics.

membranedev
v1.0.0
Mar 5, 2026
0
321
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install salesforce-pardot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Salesforce Pardot?

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.

Salesforce Pardot Use Cases

  • Automatically synchronizing new leads from external sources into Pardot prospect lists.
  • Managing complex campaign structures and tracking prospect engagement via AI agents.
  • Segmenting audiences dynamically by adding or removing tags and list memberships based on behavior.
  • Retrieving real-time marketing analytics and user data for reporting purposes.

How Salesforce Pardot Works

  1. Install the Membrane CLI to interface with the Openclaw Skills infrastructure.
  2. Authenticate the environment using the tenant login command to establish a secure session.
  3. Search for and link the Salesforce Pardot connector to your specific account.
  4. Execute pre-built actions like upsert-prospect-by-email or list-campaigns using the command line.
  5. Leverage the built-in proxy for custom API requests to access specialized Pardot endpoints not defined in standard actions.

Salesforce Pardot Setup

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

Salesforce Pardot Data Schema & Taxonomy

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.

Salesforce Pardot Advanced Features

  • Transparent OAuth 2.0 handling ensuring your Openclaw Skills never expire during long-running tasks.
  • Direct API proxying to send raw HTTP requests to any Pardot endpoint with automated header injection.
  • Intent-based action discovery to find the most efficient way to query or update data.
  • Comprehensive input schema validation for all pre-built marketing automation actions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*