This handles standard CRM operations in Attio: searching and creating companies, managing contacts, and adding notes to records. The Python script covers the basics with automatic rate limiting and retry logic, which matters since you're capped at 100 requests per minute. It includes a URL parser for extracting record IDs from Attio links, which is handy when you're jumping between the UI and API. The integration patterns are where it gets useful: piping meeting transcripts into CRM notes or enriching company records with research data. Solid for basic automation, though you'll need to check field slugs in your workspace since they're case-sensitive and custom fields vary.
npx skills add https://github.com/casper-studios/casper-marketplace --skill attio-crm