copper
Copper CRM integration — manage people, companies, opportunities, projects, tasks, and activities via the Copper REST API. Google Workspace native CRM with relationship intelligence. Built for AI agents — Python stdlib only, zero dependencies. Use for CRM management, deal tracking, relationship mapping, project management, and sales pipeline automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/copper🟤 Copper CRM
Copper CRM integration — manage people, companies, opportunities, projects, tasks, and activities via the Copper REST API.
Features
- People management — contacts with full CRUD and search
- Company tracking — organizations, details, relationships
- Opportunity pipeline — deals, stages, values, win rates
- Project management — track projects with stages and tasks
- Task management — create, assign, complete tasks
- Activity logging — calls, meetings, notes on any record
- Relationship mapping — see connections between records
- Search across all entity types
- Custom fields — read and write custom field values
- Pipeline reports — value, velocity, conversion metrics
Requirements
| Variable | Required | Description |
|---|---|---|
COPPER_API_KEY | ✅ | API key/token for Copper CRM |
COPPER_EMAIL | ✅ | Your Copper account email |
Quick Start
# List people/contacts
python3 {baseDir}/scripts/copper.py people --limit 20
# Get person details
python3 {baseDir}/scripts/copper.py person-get 12345
# Create a person
python3 {baseDir}/scripts/copper.py person-create '{"name":"Jane Doe","emails":[{"email":"[email protected]"}]}'
# Update a person
python3 {baseDir}/scripts/copper.py person-update 12345 '{"title":"VP Sales"}'
Commands
people
List people/contacts.
python3 {baseDir}/scripts/copper.py people --limit 20
person-get
Get person details.
python3 {baseDir}/scripts/copper.py person-get 12345
person-create
Create a person.
python3 {baseDir}/scripts/copper.py person-create '{"name":"Jane Doe","emails":[{"email":"[email protected]"}]}'
person-update
Update a person.
python3 {baseDir}/scripts/copper.py person-update 12345 '{"title":"VP Sales"}'
companies
List companies.
python3 {baseDir}/scripts/copper.py companies --limit 20
company-create
Create a company.
python3 {baseDir}/scripts/copper.py company-create '{"name":"Acme Corp"}'
opportunities
List opportunities.
python3 {baseDir}/scripts/copper.py opportunities --limit 20
opportunity-create
Create opportunity.
python3 {baseDir}/scripts/copper.py opportunity-create '{"name":"Acme Deal","monetary_value":50000}'
projects
List projects.
python3 {baseDir}/scripts/copper.py projects --limit 20
tasks
List tasks.
python3 {baseDir}/scripts/copper.py tasks --limit 20 --status open
task-create
Create a task.
python3 {baseDir}/scripts/copper.py task-create '{"name":"Follow up","due_date":"2026-03-01"}'
activities
List activities for a record.
python3 {baseDir}/scripts/copper.py activities --person 12345
search
Search across all records.
python3 {baseDir}/scripts/copper.py search "Acme"
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-copper": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.