airtable

Interact with the Airtable REST API using curl for CRUD operations.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill airtable-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/productivity/airtable
Command: npx skills add https://github.com/superfhp/lumi-agent --skill airtable-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Airtable data management by allowing CRUD operations, filtering, and upserts via curl, making data manipulation more accessible and efficient.

Core Features & Use Cases

  • CRUD Operations: Perform create, read, update, and delete actions on Airtable records.
  • Filtering: Implement advanced filtering using Airtable formulas.
  • Upserts: Merge records or update existing ones based on a unique field.

Quick Start

Use the airtable skill to create a new record in your base 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 the REST API via curl?

You can perform CRUD operations, filtering, and upserts on Airtable records by executing curl command-line requests against the Airtable REST API, requiring a personal access token for authentication.

Can I filter Airtable data using formulas through an API interface?

Yes, you can implement advanced filtering on Airtable data using Airtable formulas through the API interface, retrieving specific records matching your defined formula criteria directly via curl requests.

Do I need a personal access token to authenticate Airtable API requests?

Yes, a personal access token is required to authenticate Airtable API requests. The command-line interface utilizes this token alongside curl to securely execute CRUD operations on your records.

What is the best way to perform upserts on Airtable records?

The best way to perform upserts on Airtable records is using a command-line interface that merges records or updates existing ones based on a unique field, executed through curl API requests with a personal access token.

Does the Airtable API interface support curl for data management?

Yes, the Airtable API interface supports curl for data management. It utilizes curl for executing API requests, enabling efficient CRUD operations, filtering, and upserts directly from the command line.