Loading...
Loading...
Attio CRM operations for companies, contacts, and notes management. Use this skill when interacting with Attio CRM, searching companies, creating contacts, adding notes, or managing deal records. Triggers on CRM operations, company lookup, contact management, or Attio-related requests.
npx skill4agent add casper-studios/casper-marketplace attio-crmWhat do you need?
│
├── Get/search companies
│ └── references/api-guide.md
│ └── Script: scripts/attio_api.py get-company / search-companies
│
├── Create/update company
│ └── Script: scripts/attio_api.py create-company / update-company
│
├── Create/link contacts
│ └── Script: scripts/attio_api.py create-person
│
├── Add notes to records
│ └── Script: scripts/attio_api.py create-note
│
└── Parse Attio URLs
└── Script: scripts/attio_api.py parse-url# Required in .env
ATTIO_API_KEY=your_api_key_here| Scope | Operations |
|---|---|
| Get/search companies and people |
| Create/update companies and people |
| List and get notes |
| Create and delete notes |
python scripts/attio_api.py search-companies "Acme Corp" --limit 10python scripts/attio_api.py get-company <record_id>python scripts/attio_api.py create-company "Microsoft" --domain "microsoft.com"python scripts/attio_api.py create-person "john@acme.com" --first-name "John" --last-name "Smith"python scripts/attio_api.py create-note <record_id> "Meeting Notes" "Discussion summary..."ATTIO_API_KEY.envrecord:readrecord:writenote:readnote:writecompany_nameCompany_NameATTIO_API_KEY.envrecord:readrecord:writenote:readnote:write