Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install attio或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install attio⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/attio/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: attio description: Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information. ---
Manage Attio CRM via REST API. Supports companies, people, deals, lists (pipelines), notes, and tasks.
Set ATTIO_API_KEY in environment or ~/.env:
echo "ATTIO_API_KEY=your_api_key" >> ~/.env
Get your API key: Attio → Workspace Settings → Developers → New Access Token
# List/search records
attio objects list # List available objects
attio records list <object> # List records (companies, people, deals, etc.)
attio records search <object> <query> # Search by text
attio records get <object> <id> # Get single record
attio records create <object> <json> # Create record
attio records update <object> <id> <json> # Update record
attio lists list # Show all pipelines/lists
attio entries list <list_slug> # List entries in a pipeline
attio entries add <list_slug> <object> <record_id> # Add record to pipeline
attio notes list <object> <record_id> # Notes on a record
attio notes create <object> <record_id> <title> <content>
attio tasks list # All tasks
attio tasks create <content> [deadline] # Create task (deadline: YYYY-MM-DD)
attio tasks complete <task_id> # Mark complete
# Search for company
attio records search companies "Acme"
# Add note to the company (using record_id from search)
attio notes create companies abc123-uuid "Call Notes" "Discussed Q1 roadmap..."
# List pipeline stages
attio entries list sales_pipeline
# Add a company to pipeline
attio entries add sales_pipeline companies abc123-uuid
attio tasks create "Follow up with John at Acme" "2024-02-15"
limit and offset params for large datasetshttps://docs.attio.com/
安装 Attio 后,可以对 AI 说这些话来触发它
Help me get started with Attio
Explains what Attio does, walks through the setup, and runs a quick demo based on your current project
Use Attio to attio CRM integration for managing companies, people, deals, notes,...
Invokes Attio with the right parameters and returns the result directly in the conversation
What can I do with Attio in my marketing & growth workflow?
Lists the top use cases for Attio, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/attio/ 目录(个人级,所有项目可用),或 .claude/skills/attio/(项目级)。重启 AI 客户端后,用 /attio 主动调用,或让 AI 根据上下文自动发现并使用。
Attio 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Attio 可免费安装使用。请查阅仓库了解许可证信息。
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
Attio 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Attio
Identifies repetitive steps in your workflow and sets up Attio to handle them automatically