A zero-dependency Python tool for AI agents to manage relationship intelligence and sales workflows via the Copper CRM API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install copper
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 copper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Copper CRM skill provides a robust interface for AI agents to interact with the Copper REST API. Designed as a Google Workspace native CRM, it emphasizes relationship intelligence by allowing Openclaw Skills to manage people, companies, and opportunities without external dependencies. This integration is part of the AgxntSix Skill Suite, focusing on efficiency and ease of use for automated sales and project management workflows.
By leveraging the Python standard library only, this skill ensures high compatibility and security. It enables agents to act as virtual sales assistants, maintaining record integrity while facilitating complex deal tracking and activity logging directly from the command line or agent environment.
To get started with this integration, you must provide your Copper CRM credentials via environment variables.
# Set your credentials
export COPPER_API_KEY='your_api_token_here'
export COPPER_EMAIL='[email protected]'
# List people to verify the connection
python3 scripts/copper.py people --limit 10 --human
Ensure you are running Python 3.10 or higher. No additional pip installations are required as this skill uses the Python standard library.
The skill organizes data according to the Copper REST API v1 architecture. All outputs are JSON-formatted, making them easy to parse for Openclaw Skills agents.
| Entity | Primary Data Points | Metadata Taxonomy |
|---|---|---|
| People | name, emails, phone_numbers, title | Contact records with relationship mapping |
| Companies | name, website, address, details | Organization tracking and hierarchy |
| Opportunities | name, monetary_value, pipeline_id, stage_id | Deal flow and revenue tracking |
| Tasks | name, due_date, status, owner_id | Actionable items and follow-ups |
| Activities | type, details, parent_id, duration | Logged calls, meetings, and notes |
Loading
A zero-dependency Python tool enabling AI agents to manage ConvertKit subscriber lists, forms, and email marketing campaigns through direct API integration.

A comprehensive integration for managing, uploading, and transforming digital media assets through the Cloudinary REST API.

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

An AI-enhanced project management extension for ClickUp that automates task prioritization, time tracking, and standup reporting.

A dedicated AI spending monitor for tracking, reporting, and optimizing OpenRouter costs through a powerful command-line interface.

A streamlined CLI tool for Openclaw Skills to manage Datadog infrastructure, metrics, and incidents via the REST API.








































