airtable

Manage Airtable records via curl with CRUD, filtering, and upserts.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill airtable-vikrant-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/vikrant-project/devil-agent-ai-platform/tree/main/agent_core/skills/productivity/airtable
Command: npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill airtable-vikrant-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Airtable data, allowing you to perform CRUD operations directly via curl commands, eliminating the need for complex workflows or SDKs.

Core Features & Use Cases

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on Airtable records using curl.
  • Filters and Queries: Apply filters and queries to retrieve specific records or data sets.
  • Upserts: Merge records when creating new ones, ensuring data consistency.
  • Use Case: Automate the synchronization of data between Airtable and other systems, such as CRM or ERP software.

Quick Start

Use the airtable skill to create a new record in your 'Tasks' table with the name 'New task' and status 'Todo'.

Frequently Asked Questions about airtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Airtable records using curl commands?

You can manage Airtable records using curl commands by executing standard HTTP requests to perform CRUD operations, apply filters, and handle upserts without needing the official SDK.

Can I update and create Airtable data without using the official SDK?

Yes, you can update and create Airtable data without the SDK by using curl commands to directly interact with the Airtable API for CRUD operations and record upserts.

Does the Airtable API support filtering records via curl?

The Airtable API supports filtering records via curl by applying query parameters to your HTTP requests, allowing you to retrieve specific data sets based on your defined criteria.

What is the best way to automate Airtable data synchronization with external systems?

Automating Airtable data synchronization is best achieved by using curl commands to execute CRUD operations and upserts, seamlessly integrating Airtable data with external CRM or ERP software.

Do I need curl installed to perform Airtable CRUD operations?

Yes, you need curl installed as it serves as the underlying mechanism for sending HTTP requests to the Airtable API to execute create, read, update, and delete operations.