Pipedrive CRM for OpenClaw for Openclaw

A powerful API-driven skill for Openclaw Skills that enables full management of Pipedrive CRM operations through automated agents.

danielfoch
v0.1.0
Feb 20, 2026
0
1.4k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install pipedrive-crm-openclaw

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 pipedrive-crm-openclaw 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 Pipedrive CRM for OpenClaw?

This skill provides a comprehensive interface for interacting with the Pipedrive CRM v1 API, allowing users to execute day-to-day operations through programmatic commands. By integrating this into Openclaw Skills, developers can automate the management of persons, organizations, deals, and activities without manual UI interaction. It is designed to handle everything from simple CRUD operations to complex pipeline stage movements, ensuring that your CRM data remains synchronized and actionable.

The skill supports multiple authentication methods, including API tokens and OAuth bearer tokens, and is configured to work with specific company domains. Whether you are building a custom sales bot or a data synchronization pipeline, this skill bridges the gap between your AI agent and the Pipedrive ecosystem, making Openclaw Skills a vital part of your sales stack.

Pipedrive CRM for OpenClaw Use Cases

  • Automated lead intake and qualification to prevent duplicate entries.
  • Dynamic pipeline management by moving deals through stages based on triggers.
  • Automated logging of activities and follow-ups to maintain a clean sales queue.
  • Contextual note addition to deals, persons, and organizations for better team visibility.
  • Bulk entity searching and data retrieval for real-time reporting.

How Pipedrive CRM for OpenClaw Works

  1. The skill authenticates with the Pipedrive API using the provided company domain and security tokens.
  2. When a command is issued, the skill maps the request to the corresponding Pipedrive v1 API endpoint.
  3. The skill performs entity validation and data formatting to ensure the JSON payloads meet Pipedrive's requirements.
  4. For complex operations, such as deal movement, the skill uses specialized logic to update both the stage and status simultaneously.
  5. Responses from the API are parsed and returned to the Openclaw Skills environment for further processing or user feedback.

Pipedrive CRM for OpenClaw Setup

To get started, set your environment variables and run the setup wizard:

# Required: Set your authentication and domain
export PIPEDRIVE_API_TOKEN="your_api_token"
export PIPEDRIVE_COMPANY_DOMAIN="your_company_subdomain"

# Optional: Run the setup wizard to validate your connection
python3 skills/pipedrive-crm-openclaw/scripts/setup-wizard.py

Pipedrive CRM for OpenClaw Data Schema & Taxonomy

The skill manages various CRM entities using a structured command-line interface. Below are the primary entities handled within the Openclaw Skills framework:

Entity Description Supported Actions
Persons Contact records for individuals create, search, update, delete
Organizations Company-level records list, get, update
Deals Sales opportunities move_deal_stage, create, list
Activities Tasks, calls, and meetings list, create, update (mark done)
Leads Top-of-funnel prospects get, create, add_note
Pipelines Structural sales workflows list, search

Pipedrive CRM for OpenClaw Advanced Features

  • Raw request command allows for custom API calls to any Pipedrive v1 endpoint not covered by standard helpers.
  • Intelligent deduplication workflows using the search entity functionality.
  • Support for custom field updates via flexible JSON payload arguments.
  • Integrated safety rules to prevent accidental data loss and token exposure within Openclaw Skills.
  • Automated timeout management and error handling for robust API communication.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*