attio-core-workflow-a

Featured

Full CRUD on Attio records -- create, read, update, delete, and search across people, companies, deals, and custom objects. Trigger: "attio records", "attio CRUD", "create attio record", "update attio person", "search attio companies", "attio objects".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Attio Records CRUD (Core Workflow A) ## Overview Complete record lifecycle on the Attio REST API. Records are instances of objects (people, companies, deals, custom). Values are keyed by attribute slug and are always arrays (Attio supports multiselect natively). ## Prerequisites - `attio-install-auth` completed - Scopes: `object_configuration:read`, `record_permission:read`, `record_permission:read-write` - Understanding of Attio attribute types (see reference table below) ## Attio Attribute Type Reference | Type | Slug example | Value format | |------|-------------|-------------| | `text` | `description` | `"plain string"` | | `number` | `revenue` | `123456` | | `email-address` | `email_addresses` | `"ada@example.com"` (string shortcut) | | `phone-number` | `phone_numbers` | `{ original_phone_number: "+14155551234" }` | | `domain` | `domains` | `"acme.com"` (string shortcut) | | `personal-name` | `name` | `{ first_name, last_name, full_name }` | | `location` | `primary_location` | `"San Francisco, CA"` (string shortcut) | | `record-reference` | `company` | `{ target_object: "companies", target_record_id: "..." }` | | `select` / `status` | `stage` | `{ option: "qualified" }` | | `currency` | `deal_value` | `{ currency_code: "USD", currency_value: 50000 }` | | `checkbox` | `is_active` | `true` / `false` | | `date` | `close_date` | `"2025-06-15"` | | `timestamp` | `last_contact` | `"2025-06-15T14:30:00.000Z"` | | `rating` | `priority` | `4` (integer 1-5) | ## Instructi...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

attio-hello-world

Make your first Attio API calls -- list objects, create a person, query companies, and read attributes. Use when starting a new Attio integration or learning the API. Trigger: "attio hello world", "attio example", "first attio call", "attio quick start", "try attio API".

2,266 Updated today
jeremylongshore
AI & Automation Featured

attio-core-workflow-b

Manage Attio lists, entries, notes, and tasks via the REST API. Use when working with sales pipelines, kanban boards, CRM notes, or task assignments in Attio. Trigger: "attio lists", "attio entries", "attio pipeline", "attio notes", "attio tasks", "add to attio list".

2,266 Updated today
jeremylongshore
AI & Automation Listed

attio-automation

Automate Attio CRM operations -- search records, query contacts and companies with advanced filters, manage notes, list attributes, and navigate your relationship data -- using natural language through the Composio MCP integration.

62,564 Updated 1 weeks ago
ComposioHQ
AI & Automation Featured

attio-reference-architecture

Production reference architecture for Attio CRM integrations -- layered project structure, sync patterns, webhook processing, and multi-environment setup. Trigger: "attio architecture", "attio best practices", "attio project structure", "how to organize attio", "attio integration design".

2,266 Updated today
jeremylongshore
AI & Automation Featured

attio-common-errors

Diagnose and fix the top Attio REST API errors by HTTP status code. Real error response formats, actual error codes, and proven fixes. Trigger: "attio error", "fix attio", "attio not working", "attio 429", "attio 403", "attio 422", "debug attio".

2,266 Updated today
jeremylongshore