Close CRM for Openclaw

A comprehensive integration for Openclaw Skills that empowers AI agents to manage leads, contacts, and sales opportunities within Close CRM.

aiwithabidi
v1.0.0
Feb 26, 2026
0
489
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install close-crm

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 close-crm 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 Close CRM?

The Close CRM skill is a high-performance tool designed to integrate the powerful sales capabilities of Close with your AI agent workflows. As part of the Openclaw Skills ecosystem, this tool allows agents to automate repetitive sales tasks, from initial lead creation to deal tracking and activity logging. It is built using Python 3.10 and relies solely on the standard library, ensuring a lightweight footprint and maximum reliability for production environments.

This skill bridges the gap between AI intelligence and sales operations, allowing for a more responsive and data-driven CRM experience. By leveraging this skill within Openclaw Skills, businesses can significantly reduce the manual effort required to keep their CRM up to date while ensuring that agents have access to real-time sales data.

Close CRM Use Cases

  • Automated creation of leads and contacts from agent interactions.
  • Tracking and updating sales opportunities and deal values.
  • Managing team tasks and reminders within the Close platform.
  • Fetching activity feeds to provide agents with historical context on leads.

How Close CRM Works

  1. The skill initializes by validating the CLOSE_API_KEY environment variable to establish a secure connection.
  2. When an agent or user provides a command, the Openclaw Skills interface maps it to the corresponding Close CRM endpoint.
  3. The script executes the request (e.g., retrieving lead lists or creating new tasks) using standard HTTP methods.
  4. The results are processed and returned as structured data, allowing the AI to make informed decisions based on current CRM state.

Close CRM Setup

To integrate this skill into your Openclaw Skills setup, ensure the following environment variable is configured:

# Add your API key to your environment
export CLOSE_API_KEY='your_close_api_token'

You can then verify the installation by running:

python3 scripts/close-crm.py me

Close CRM Data Schema & Taxonomy

The skill organizes data around the core entities of the Close CRM API. Below is the mapping of how information is processed within Openclaw Skills:

Entity Functionality
Leads Manages organization records and primary contact links.
Contacts Handles specific individual data including emails and names.
Opportunities Tracks financial deal data, statuses, and close dates.
Tasks Manages actionable assignments for the sales team.
Activities Provides a historical feed of emails, calls, and notes.

Close CRM Advanced Features

  • Deep integration with the AgxntSix Skill Suite for enhanced agent capabilities.
  • Support for custom lead creation with multiple nested attributes in a single command.
  • Efficient pagination and limit controls for handling large lead databases.
  • Lightweight Python implementation requiring zero external dependencies for maximum portability.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*