← Back to Skills Marketplace
16464
Downloads
7
Stars
10
Active Installs
5
Versions
Install in OpenClaw
/install pipedrive-api
Description
Pipedrive API integration with managed OAuth. Manage deals, persons, organizations, activities, and pipelines. Use this skill when users want to interact wit...
Usage Guidance
Install only if you trust Maton to broker Pipedrive access. Keep MATON_API_KEY protected, use the intended Maton connection when multiple accounts exist, and require clear confirmation before creating, updating, or deleting CRM records or OAuth connections.
Capability Analysis
Type: OpenClaw Skill
Name: pipedrive-api
Version: 1.0.4
The skill provides a standard integration for the Pipedrive CRM via the Maton API gateway (api.maton.ai). It uses managed OAuth and requires a MATON_API_KEY environment variable. The documentation in SKILL.md provides clear instructions and Python examples for managing CRM resources like deals and contacts, and it explicitly instructs the agent to obtain user approval for write operations. No malicious indicators such as unauthorized data exfiltration, obfuscation, or prompt injection were found.
Capability Assessment
Purpose & Capability
The skill’s purpose is to let an agent access Pipedrive through Maton’s API gateway; CRM records, notes, users, stages, pipelines, and connection-management examples are all related to that purpose.
Instruction Scope
The security section summarizes scope as deals, persons, organizations, activities, and pipelines, while the API reference also documents stages, notes, users, and connection endpoints. That is an incomplete scope summary, but the extra surfaces are visible in the same artifact and write operations require explicit user approval.
Install Mechanism
The artifact is instruction-only with a single SKILL.md file; no executable install scripts, binaries, package dependencies, or background setup were present.
Credentials
Network access and MATON_API_KEY are proportionate for a managed OAuth CRM integration, but the key should be treated as sensitive because it can authorize access to connected Pipedrive accounts through Maton.
Persistence & Privilege
No artifact evidence shows persistence, background workers, local credential-store access, system changes, or modification of other skills or agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipedrive-api - After installation, invoke the skill by name or use
/pipedrive-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated all API references and example URLs to use https://api.maton.ai instead of previous gateway domain.
- Connection management instructions now use https://api.maton.ai endpoints.
- Added section on security and requiring explicit user approval for all write operations.
- Clarified the need to specify the connection with the Maton-Connection header if using multiple Pipedrive accounts.
- Removed LICENSE.txt file from the package.
v1.0.3
- Added new clawdbot metadata block specifying required environment variable MATON_API_KEY and emoji.
- No changes to functionality or code; documentation and API usage remain the same.
v1.0.2
- No changes detected in this version.
v1.0.1
- Added a note in the description recommending the use of the api-gateway skill for other third-party apps.
- Updated all shell code examples to use Python scripts via the command line, replacing curl with Python's urllib.request for requests and response handling.
- The rest of the documentation and API reference remains unchanged.
v1.0.0
- Migrated to a managed OAuth model via Maton, replacing direct API token storage.
- Added new documentation describing API usage via gateway.maton.ai and connection management via ctrl.maton.ai.
- Updated authentication requirements: all requests now require a Maton API key in the `Authorization` header.
- Major documentation update: details for managing deals, persons, organizations, activities, notes, and pipelines with example API requests.
- Removed shell script references and legacy quick reference; previous CLI tooling is no longer included.
- Added a LICENSE.txt; removed old reference and script files.
Metadata
Frequently Asked Questions
What is Pipedrive?
Pipedrive API integration with managed OAuth. Manage deals, persons, organizations, activities, and pipelines. Use this skill when users want to interact wit... It is an AI Agent Skill for Claude Code / OpenClaw, with 16464 downloads so far.
How do I install Pipedrive?
Run "/install pipedrive-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipedrive free?
Yes, Pipedrive is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipedrive support?
Pipedrive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipedrive?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.4.
More Skills