Manage Attio CRM records (companies, people, deals, tasks, notes). Search, create, update records and manage deal pipelines.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install attio-crm或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install attio-crm⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/attio-crm/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: attio description: Manage Attio CRM records (companies, people, deals, tasks, notes). Search, create, update records and manage deal pipelines. metadata: {"moltbot":{"emoji":"📇","requires":{"bins":["attio"],"env":["ATTIO_ACCESS_TOKEN"]}}} ---
# 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
attio fields before updating recordsattio options for dropdown values85, arrays as ["Value"], booleans as true/falseLoad these references as needed:
references/company_workflows.mdreferences/deal_workflows.mdreferences/field_guide.md| Command | Description | |---------|-------------| | attio search | Search records | | attio get | Get record details | | attio update | Update record | | attio create | Create record | | attio delete | Delete record | | attio note | Add note | | attio notes | List notes | | attio fields | List available fields | | attio options | Get select options |
Record types: companies, people, deals, tasks
attio search companies "Acme Corp"
attio get deals "deal-uuid-here"
attio note companies "company-uuid" "Meeting Notes" "Discussed pricing. Follow up next week."
attio options deals stage
attio update deals "deal-uuid" record_data='{"stage":"negotiation"}'
Never hard-code stage names. Always check first:
attio options deals stage
Use the internal value (e.g., negotiation), not the display label (e.g., "Negotiation").
安装 Attio CRM 后,可以对 AI 说这些话来触发它
Help me get started with Attio CRM
Explains what Attio CRM does, walks through the setup, and runs a quick demo based on your current project
Use Attio CRM to manage Attio CRM records (companies, people, deals, tasks, notes)
Invokes Attio CRM with the right parameters and returns the result directly in the conversation
What can I do with Attio CRM in my documents & notes workflow?
Lists the top use cases for Attio CRM, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/attio-crm/ 目录(个人级,所有项目可用),或 .claude/skills/attio-crm/(项目级)。重启 AI 客户端后,用 /attio-crm 主动调用,或让 AI 根据上下文自动发现并使用。
Attio CRM 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Attio CRM 可免费安装使用。请查阅仓库了解许可证信息。
Manage Attio CRM records (companies, people, deals, tasks, notes). Search, create, update records and manage deal pipelines.
Attio CRM 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Attio CRM
Identifies repetitive steps in your workflow and sets up Attio CRM to handle them automatically