🟤 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 |
|---|
| INLINECODE0 | ✅ | API key/token for Copper CRM |
| INLINECODE1 |
✅ | Your Copper account email |
Quick Start
CODEBLOCK0
CODEBLOCK1
CODEBLOCK2
CODEBLOCK3
Commands
people
List people/contacts.
CODEBLOCK4
person-get
Get person details.
CODEBLOCK5
person-create
Create a person.
CODEBLOCK6
person-update
Update a person.
CODEBLOCK7
companies
List companies.
CODEBLOCK8
company-create
Create a company.
CODEBLOCK9
opportunities
List opportunities.
CODEBLOCK10
opportunity-create
Create opportunity.
CODEBLOCK11
projects
List projects.
CODEBLOCK12
tasks
List tasks.
CODEBLOCK13
task-create
Create a task.
CODEBLOCK14
activities
List activities for a record.
CODEBLOCK15
search
Search across all records.
CODEBLOCK16
pipelines
List pipelines.
CODEBLOCK17
pipeline-report
Pipeline summary report.
CODEBLOCK18
Output Format
All commands output JSON by default. Add --human for readable formatted output.
CODEBLOCK19
Script Reference
| Script | Description |
|---|
| INLINECODE18 | Main CLI — all Copper CRM operations |
Data Policy
This skill never stores data locally. All requests go directly to the Copper CRM API and results are returned to stdout. Your data stays on Copper CRM servers.
Credits
Built by
M. Abidi |
agxntsix.ai
YouTube |
GitHub
Part of the
AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
🟤 Copper CRM
Copper CRM 集成 — 通过 Copper REST API 管理人员、公司、商机、项目、任务和活动。
功能特性
- - 人员管理 — 支持完整增删改查及搜索的联系人管理
- 公司追踪 — 组织信息、详情、关联关系
- 商机管道 — 交易、阶段、金额、赢单率
- 项目管理 — 通过阶段和任务追踪项目进度
- 任务管理 — 创建、分配、完成任务
- 活动日志 — 在任何记录上记录通话、会议、备注
- 关系映射 — 查看记录间的关联关系
- 跨实体类型搜索
- 自定义字段 — 读取和写入自定义字段值
- 管道报告 — 金额、速度、转化率指标
环境要求
| 变量 | 必填 | 说明 |
|---|
| COPPERAPIKEY | ✅ | Copper CRM 的 API 密钥/令牌 |
| COPPER_EMAIL |
✅ | 您的 Copper 账户邮箱 |
快速开始
bash
列出人员/联系人
python3 {baseDir}/scripts/copper.py people --limit 20
bash
获取人员详情
python3 {baseDir}/scripts/copper.py person-get 12345
bash
创建人员
python3 {baseDir}/scripts/copper.py person-create {name:Jane Doe,emails:[{email:jane@example.com}]}
bash
更新人员
python3 {baseDir}/scripts/copper.py person-update 12345 {title:VP Sales}
命令说明
people
列出人员/联系人。
bash
python3 {baseDir}/scripts/copper.py people --limit 20
person-get
获取人员详情。
bash
python3 {baseDir}/scripts/copper.py person-get 12345
person-create
创建人员。
bash
python3 {baseDir}/scripts/copper.py person-create {name:Jane Doe,emails:[{email:jane@example.com}]}
person-update
更新人员。
bash
python3 {baseDir}/scripts/copper.py person-update 12345 {title:VP Sales}
companies
列出公司。
bash
python3 {baseDir}/scripts/copper.py companies --limit 20
company-create
创建公司。
bash
python3 {baseDir}/scripts/copper.py company-create {name:Acme Corp}
opportunities
列出商机。
bash
python3 {baseDir}/scripts/copper.py opportunities --limit 20
opportunity-create
创建商机。
bash
python3 {baseDir}/scripts/copper.py opportunity-create {name:Acme Deal,monetary_value:50000}
projects
列出项目。
bash
python3 {baseDir}/scripts/copper.py projects --limit 20
tasks
列出任务。
bash
python3 {baseDir}/scripts/copper.py tasks --limit 20 --status open
task-create
创建任务。
bash
python3 {baseDir}/scripts/copper.py task-create {name:Follow up,due_date:2026-03-01}
activities
列出某条记录的活动。
bash
python3 {baseDir}/scripts/copper.py activities --person 12345
search
跨所有记录进行搜索。
bash
python3 {baseDir}/scripts/copper.py search Acme
pipelines
列出管道。
bash
python3 {baseDir}/scripts/copper.py pipelines
pipeline-report
管道汇总报告。
bash
python3 {baseDir}/scripts/copper.py pipeline-report
输出格式
所有命令默认输出 JSON 格式。添加 --human 参数可输出可读的格式化内容。
bash
JSON(默认,适用于程序化使用)
python3 {baseDir}/scripts/copper.py people --limit 5
人类可读格式
python3 {baseDir}/scripts/copper.py people --limit 5 --human
脚本参考
| 脚本 | 说明 |
|---|
| {baseDir}/scripts/copper.py | 主 CLI — 所有 Copper CRM 操作 |
数据政策
本技能绝不本地存储数据。所有请求直接发送至 Copper CRM API,结果返回至标准输出。您的数据始终保留在 Copper CRM 服务器上。
致谢
由
M. Abidi 构建 |
agxntsix.ai
YouTube |
GitHub
属于 OpenClaw 代理的
AgxntSix 技能套件 的一部分。
📅 需要帮助为您的企业设置 OpenClaw? 预约免费咨询