Agent skill · Data & Analytics

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.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill attio-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: composio-skills/attio-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Attio Automation Manage your Attio CRM workspace -- fuzzy search across people and companies, run complex filtered queries, browse notes, discover object schemas, and list records -- all through natural language commands. **Toolkit docs:** [composio.dev/toolkits/attio](https://composio.dev/toolkits/attio) --- ## Setup 1. Add the Composio MCP server to your client configuration: ``` https://rube.app/mcp ``` 2. Connect your Attio account when prompted (OAuth authentication). 3. Start issuing natural language commands to manage your CRM data. --- ## Core Workflows ### 1. Fuzzy Search Across Records Search for people, companies, deals, or any object by name, domain, email, phone, or social handle. **Tool:** `ATTIO_SEARCH_RECORDS` **Example prompt:** > "Search Attio for anyone named Alan Mathis" **Key parameters (all required):** - `query` -- Search string (max 256 characters). Empty string returns default results. - `objects` -- Array of object slugs to search (e.g., `["people"]`, `["people", "companies"]`, `["deals"]`) - `request_as` -- Context: use `{"type": "workspace"}` for full workspace search, or specify a workspace member --- ### 2. Advanced Filtered Queries Query records wit

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Fuzzy Search Across Records
  4. 2. Advanced Filtered Queries
  5. 3. Find Records by ID or Attributes
  6. 4. Browse and Filter Notes
  7. 5. Discover Object Schemas and Attributes
  8. 6. List All Records
  9. Known Pitfalls
  10. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
What does the Attio Automation skill do?

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.

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill attio-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going