ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

pipedrive-crm-openclaw

Manage Pipedrive CRM from OpenClaw using API v1, including people, organizations, deals, leads, activities, notes, pipelines, and custom endpoint actions. Use when a user wants to perform CRM operations by API instead of the Pipedrive UI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/danielfoch/pipedrive-crm-openclaw
Or

What This Skill Does

The pipedrive-crm-openclaw skill enables seamless integration between OpenClaw and your Pipedrive CRM account via the Pipedrive API v1. It serves as a programmatic interface for your sales operations, allowing you to move beyond the limitations of the Pipedrive web UI. With this skill, you can automate complex workflows such as bulk data management, multi-step lead intake, automated pipeline movement, and custom API interactions. Whether you need to sync records from external databases, trigger status updates based on internal events, or simply fetch reporting metrics directly into your terminal, this tool acts as a powerful bridge. It provides a structured CLI wrapper for CRUD operations on core CRM entities like persons, organizations, deals, leads, activities, and products, while also offering a flexible 'request' command for accessing advanced or un-mapped API endpoints.

Installation

To integrate this skill into your environment, use the OpenClaw management utility. Run the following command in your terminal:

clawhub install openclaw/skills/skills/danielfoch/pipedrive-crm-openclaw

Once installed, you must configure your environment variables. Ensure either PIPEDRIVE_API_TOKEN or PIPEDRIVE_ACCESS_TOKEN is set, alongside your PIPEDRIVE_COMPANY_DOMAIN. If you are unsure about your configuration, run the provided setup wizard located at python3 skills/pipedrive-crm-openclaw/scripts/setup-wizard.py to validate your credentials before executing live API operations.

Use Cases

This skill is designed for high-velocity sales teams and CRM administrators. Common use cases include:

  • Automated Lead Qualification: Automatically search for existing persons by email before creating a new deal to prevent duplicate data entry.
  • Pipeline Hygiene: Move stalled deals between stages using conditional logic or bulk processes.
  • Activity Syncing: Automatically log notes or close out follow-up activities after email or call interactions, ensuring your CRM activity feed stays up to date without manual data entry.
  • Custom Integration: Use the raw request command to call Pipedrive endpoints that are not covered by standard CRUD wrappers, allowing for full API parity.

Example Prompts

  1. "Check for an existing person with the email [email protected], and if they don't exist, create a new person and a new deal for them in the sales pipeline."
  2. "List all active deals in the discovery stage and move them to the qualification stage, then add a note saying they were moved via automation."
  3. "Show me all pending activities for today and mark the one labeled 'Call Client' as completed."

Tips & Limitations

  • Safety First: Always perform a 'read' (like get or search) before executing a 'write' (like update or delete) to prevent unintended data loss.
  • Rate Limits: Be mindful that high-frequency polling can hit Pipedrive's API rate limits; implement appropriate delays if running long-batch processes.
  • Error Handling: Always monitor the status codes. If you receive a 401 or 403 error, your tokens may have expired or lack the necessary permissions. Re-run the setup wizard to refresh your environment variables.

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-danielfoch-pipedrive-crm-openclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#pipedrive#crm#sales-automation#api-integration#productivity
Safety Score: 4/5

Flags: network-access, external-api, code-execution