Overview
- Skill Key
- aiwithabidi/copper
- Author
- aiwithabidi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aiwithabidi/copper
- Latest Commit SHA
- 1c374c314c7afd696da7b631b108d32638e41fa1
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 copper 技能。 若已安装,则直接安装 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
```bash
# List people/contacts
python3 {baseDir}/scripts/copper.py people --limit 20
```
```bash
# Get person details
python3 {baseDir}/scripts/copper.py person-get 12345
```
```bash
# Create a person
python3 {baseDir}/scripts/copper.py person-create '{"name":"Jane Doe","emails":[{"email":"jane@example.com"}]}'
```
```bash
# Update a person
python3 {baseDir}/scripts/copper.py person-update 12345 '{"title":"VP Sales"}'
```
## Commands
### `people`
List people/contacts.
```bash
python3 {baseDir}/scripts/copper.py people --limit 20
```
### `person-get`
Get person details.
```bash
python3 {baseDir}/scripts/copper.py person-get 12345
```
### `person-create`
Create a person.
```bash
python3 {baseDir}/scripts/copper.py person-create '{"name":"Jane Doe","emails":[{"email":"jane@example.com"}]}'
```
### `person-update`
Update a person.
```bash
python3 {baseDir}/scripts/copper.py person-update 12345 '{"title":"VP Sales"}'
```
### `companies`
List companies.
```bash
python3 {baseDir}/scripts/copper.py companies --limit 20
```...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.