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.
Why use this skill?
Manage your Attio CRM workspace directly from OpenClaw. Search records, manage sales pipelines, sync prospects, and automate tasks with this powerful integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andrewdmwalker/attioWhat This Skill Does
The Attio CRM skill for OpenClaw provides a robust interface to interact with your Attio workspace programmatically. It abstracts the complexity of the Attio REST API into simple, actionable command-line operations. You can seamlessly manage core CRM entities including companies, people, and deals, as well as operational items like tasks, notes, and pipeline entries. Whether you are automating your sales workflow, managing prospect data, or logging interactions, this skill acts as the bridge between your AI agent and your customer intelligence platform.
Installation
To integrate this skill, ensure you have the OpenClaw CLI configured, then run the following command:
clawhub install openclaw/skills/skills/andrewdmwalker/attio
After installation, secure your workspace access by generating an API key via Attio Workspace Settings > Developers > New Access Token. Add this to your environment variables or ~/.env file using echo "ATTIO_API_KEY=your_api_key" >> ~/.env to enable the agent to authenticate with your data.
Use Cases
- Automated Prospect Enrichment: Automatically search for companies or people and append research notes directly to their CRM profile.
- Sales Pipeline Management: Move leads through your sales funnel by adding records to specific pipeline lists when specific conditions are met.
- Task Orchestration: Automatically generate follow-up tasks based on email threads or meeting summaries generated by your AI agent.
- Data Auditing: Rapidly export or list CRM objects to perform bulk checks on the health of your contact lists.
Example Prompts
- "Search for the company 'TechFlow Solutions' in Attio and add a note that we need to schedule a demo for next week."
- "Add the person 'Sarah Jenkins' (ID: person_123) to our main sales_pipeline."
- "Create a task to call Acme Corp regarding their contract renewal, due by 2024-05-20."
Tips & Limitations
- Rate Limits: Attio enforces a limit of approximately 100 requests per minute. If you are performing bulk updates or migrations, implement a sleep timer or batch your requests accordingly.
- Pagination: When dealing with large datasets (e.g., thousands of contacts), ensure your operations account for pagination using the provided
limitandoffsetparameters to avoid missing data. - Data Integrity: Always verify the
record_idbefore performing updates or deletions, as these actions are permanent within the Attio ecosystem. - Environment Safety: Treat your API key as a sensitive credential. Never hardcode it into scripts shared across public repositories.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-andrewdmwalker-attio": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
phantombuster
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
weather-nws
Reliable US weather data using the National Weather Service API. Free, no API key, detailed forecasts and official alerts.
dnd
D&D 5e toolkit for players and DMs. Roll dice, look up spells and monsters, generate characters, create encounters, and spawn NPCs. Uses the official D&D 5e SRD API.
apollo
Apollo.io contact and company enrichment API. Enrich people with email, phone, title, company data. Enrich organizations with industry, revenue, employee count, funding. Search for prospects. Use when the user needs to enrich contacts, find emails, lookup company info, or search for leads.
solar-weather
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.