Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @felicitationes Updated 6/28/2026 316 downloads 0 stars Security: Pass

Attio Apikey OpenClaw Plugin & Skill | ClawHub

Looking to integrate Attio Apikey into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Direct Attio CRM integration for OpenClaw with full CRUD capabilities. Query, create, update, and delete companies, people, and notes in real-time. Uses Attio API key directly - no OAuth or proxy server required.

Install

ClawHub CLI
openclaw skills install @felicitationes/attio-apikey
Node.js (npx)
npx clawhub@latest install attio-apikey

Full SKILL.md

Open original
Metadata table.
namedescription
attio-apikeyDirect Attio CRM integration for OpenClaw with full CRUD capabilities. Query, create, update, and delete companies, people, and notes in real-time. Uses Attio API key directly - no OAuth or proxy server required.

SKILL.md content below is scrollable.

Attio Direct Skill

Direct Attio CRM integration with full CRUD (Create, Read, Update, Delete) operations.

Setup

  1. Get API key from https://app.attio.com/settings/api
  2. Copy .env.example to .env and add your key

Quick Commands

# Read data
python3 attio_client.py companies
python3 attio_client.py people

# Create
python3 attio_client.py companies --create --data '{"name": "Acme"}'

# Update
python3 attio_client.py companies --update --id RECORD_ID --data '{"funnel_stage": "Nurture"}'

# Delete
python3 attio_client.py companies --delete --id RECORD_ID

# Add note
python3 attio_client.py companies --note "Title|Content" --id RECORD_ID

Features

  • Full CRUD on companies and people
  • Add notes to any record
  • Query with pagination (default 5000)
  • Direct API - no OAuth overhead

Files

attio-direct/
├── attio_client.py    # Main CLI
├── .env.example       # API key template
├── README.md          # Setup instructions
└── SKILL.md          # This file
ClawHub Registry URL: https://clawhub.ai/felicitationes/skills/attio-apikey

Related skills

If this matches your use case, these are close alternatives in the same category.