A comprehensive interface for managing Pipedrive CRM deals, contacts, and sales activities via AI agents and CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pipedrive
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 pipedrive using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pipedrive skill is a technical bridge that allows AI agents and developers to interact directly with the Pipedrive CRM API. By integrating this capability into Openclaw Skills, users can perform complex CRM operations such as deal tracking, contact management, and activity scheduling through simple natural language or script commands. It is designed to enhance productivity by automating the manual entry and retrieval tasks typically associated with sales pipeline management.
Whether you are updating the status of a high-value deal or searching for specific organization details, this skill provides a robust framework for maintaining CRM data integrity. It abstracts the complexities of the Pipedrive v1 API, offering a streamlined way to leverage Openclaw Skills for sales-driven automation and data orchestration.
deals list or persons create through the provided script interface.To get started, retrieve your API token from Pipedrive by navigating to Settings → Personal preferences → API. You can then configure the skill within Openclaw Skills by adding it to your configuration file or setting an environment variable.
Add the following to ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"pipedrive": {
"apiToken": "YOUR_API_TOKEN"
}
}
}
}
Alternatively, set the environment variable directly:
export PIPEDRIVE_API_TOKEN=your_personal_api_token
The Pipedrive skill organizes data according to the CRM's native hierarchy. The following table outlines the primary data entities managed:
| Entity | Purpose | Key Metadata |
|---|---|---|
| Deals | Sales opportunities | Title, Value, Status (open/won/lost), Stage ID |
| Persons | Individual contacts | Name, Email, Phone, Linked Organization |
| Organizations | Business entities | Name, Address, Linked Deals |
| Activities | Calendar events | Subject, Type (call/meeting), Due Date, Deal ID |
| Leads | Potential prospects | Title, Source, Person/Org ID |
| Pipelines | Sales workflows | Name, Stages, Order |
Loading
A robust integration for programmatically managing DNS records and domain configurations through the GoDaddy API.

A comprehensive CLI-based tool for managing Front.app conversations, team comments, and message workflows directly through Openclaw Skills.

A powerful integration for managing customer feedback, support tickets, and product changelogs via Openclaw Skills.

A comprehensive integration for Bexio that enables automated management of Swiss business documents and CRM workflows through a developer-friendly interface.

A lightweight diagnostic tool designed to verify the connectivity and core logic of AI agents.

A diagnostic utility designed to verify environment readiness and agent communication within the automation ecosystem.








































