Attio Enhanced CRM

# Enhanced Attio Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Attio Enhanced CRM" with this command: npx skills add capt-marbles/attio-enhanced

Enhanced Attio Skill

Enhanced Attio CRM API skill with batch operations.

⚠️ Required Setup

This skill requires Attio credentials. You must set these environment variables before use:

export ATTIO_API_KEY=your_api_key
export ATTIO_WORKSPACE_ID=your_workspace_id

Get API key from: https://app.attio.com/settings/api

Find workspace ID in your Attio URL: app.attio.com/[workspace-id]/...

Features

  • Batch Operations: Bulk create/update records
  • Retry Logic: Exponential backoff for rate limits
  • Smart Field Mapping: Auto-transforms fields to Attio format
  • Company & Person Support: Create companies, people, deals

Usage

Python

import os
os.environ['ATTIO_API_KEY'] = 'your_key'
os.environ['ATTIO_WORKSPACE_ID'] = 'your_workspace'

from lib.attio_enhanced import AttioEnhancedClient

async with AttioEnhancedClient() as client:
    # Create companies
    await client.batch_create_records('companies', [{'name': 'Gameye'}])
    
    # Create people
    await client.batch_create_records('people', [
        {'name': ['John Doe'], 'email_addresses': ['john@example.com']}
    ])

CLI Test

python3 -c "from lib.attio_enhanced import AttioEnhancedClient; print('OK')"

Field Mapping

  • first_name + last_name → Attio name format
  • email → email_addresses
  • Org → companies

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aws Fis Experiment Prepare

Use when the user wants to prepare, create, or generate an AWS FIS (Fault Injection Service) experiment configuration. Triggers on "prepare FIS experiment",...

Registry SourceRecently Updated
General

Aws Fis Experiment Execute

Use when the user wants to run a prepared AWS FIS experiment where the CloudFormation stack has already been deployed. Triggers on "execute FIS experiment",...

Registry SourceRecently Updated
General

Warranty Return Dispute Kit

Organizes a defective-product, denied-warranty, or return-window dispute into an evidence packet, timeline, support message, escalation script, contact log,...

Registry SourceRecently Updated
General

Goldman Sachs Co

提供高盛公司历史、业务模式、市场地位及关键数据,助力研究投资银行和金融机构角色分析。

Registry SourceRecently Updated