A powerful API-driven skill for Openclaw Skills that enables full management of Pipedrive CRM operations through automated agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pipedrive-crm-openclaw
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-crm-openclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
An agent-friendly CLI for automating ManyChat subscriber management and multi-step marketing workflows.

A comprehensive developer tool for managing KVcore CRM operations, communication logging, and contact updates via terminal or AI agent interfaces.

An automation utility for generating professional Comparative Market Analysis reports and interactive AI visualizations from IDX listing data.

A professional-grade GoHighLevel integration for real estate agents to manage leads, pipelines, and automated communications via API v2.

Automates the publishing of podcast episodes from RSS feeds and Notion scripts to Substack and LinkedIn with reliable embedding.

An end-to-end automation skill for parsing real estate listing details and coordinating showing tours via AI-driven outbound calls and calendar integration.








































