Search & ResearchDocumentedScanned

attio-crm

Manage Attio CRM records (companies, people, deals, tasks, notes).

Share:

Installation

npx clawhub@latest install attio-crm

View the full skill documentation and source below.

Documentation

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 before updating records

  • Check select options - Run attio options 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 as true/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

    CommandDescription
    attio search ""Search records
    attio get Get record details
    attio update record_data='{...}'Update record
    attio create record_data='{...}'Create record
    attio delete Delete record
    attio note "