/install attio-crm
Attio CRM
Quick Commands
# Search for records
attio search companies "Acme"
attio search deals "Enterprise"
attio search people "John"
# Get record details by ID
attio get companies "record-uuid"
attio get deals "record-uuid"
# Add a note to a record
attio note companies "record-uuid" "Title" "Note content here"
# List notes on a record
attio notes companies "record-uuid"
# See available fields for a record type
attio fields companies
attio fields deals
# Get select field options (e.g., deal stages)
attio options deals stage
Golden Rules
- Discover fields first - Run
attio fields \x3Ctype>before updating records - Check select options - Run
attio options \x3Ctype> \x3Cfield>for dropdown values - Use internal values - Select fields use internal names, not display labels
- When uncertain, use notes - Put unstructured data in notes, not record fields
- Format data correctly - Numbers as
85, arrays as["Value"], booleans astrue/false
Workflow Index
Load these references as needed:
- Company workflows -
references/company_workflows.md - Deal workflows -
references/deal_workflows.md - Field guide -
references/field_guide.md
Command Reference
| Command | Description |
|---|---|
attio search \x3Ctype> "\x3Cquery>" |
Search records |
attio get \x3Ctype> \x3Cid> |
Get record details |
attio update \x3Ctype> \x3Cid> record_data='{...}' |
Update record |
attio create \x3Ctype> record_data='{...}' |
Create record |
attio delete \x3Ctype> \x3Cid> |
Delete record |
attio note \x3Ctype> \x3Cid> "\x3Ctitle>" "\x3Ccontent>" |
Add note |
attio notes \x3Ctype> \x3Cid> |
List notes |
attio fields \x3Ctype> |
List available fields |
attio options \x3Ctype> \x3Cfield> |
Get select options |
Record types: companies, people, deals, tasks
Common Workflows
Look up a company
attio search companies "Acme Corp"
Get deal details
attio get deals "deal-uuid-here"
Add meeting notes to company
attio note companies "company-uuid" "Meeting Notes" "Discussed pricing. Follow up next week."
Check deal stages before updating
attio options deals stage
Update deal stage
attio update deals "deal-uuid" record_data='{"stage":"negotiation"}'
Pipeline Stages
Never hard-code stage names. Always check first:
attio options deals stage
Use the internal value (e.g., negotiation), not the display label (e.g., "Negotiation").
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install attio-crm - After installation, invoke the skill by name or use
/attio-crm - Provide required inputs per the skill's parameter spec and get structured output
What is Attio CRM?
Manage Attio CRM records (companies, people, deals, tasks, notes). Search, create, update records and manage deal pipelines. It is an AI Agent Skill for Claude Code / OpenClaw, with 2066 downloads so far.
How do I install Attio CRM?
Run "/install attio-crm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Attio CRM free?
Yes, Attio CRM is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Attio CRM support?
Attio CRM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Attio CRM?
It is built and maintained by kesslerio (@kesslerio); the current version is v1.0.0.