airtable

Perform CRUD operations on Airtable bases and records via REST API.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill airtable-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/productivity/airtable
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill airtable-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of using complex GUI interfaces or heavy SDKs by enabling direct, programmatic interaction with Airtable bases and records through standard terminal commands.

Core Features & Use Cases

  • CRUD Operations: Perform full Create, Read, Update, and Delete operations on Airtable records using simple curl requests.
  • Schema Inspection: Easily list bases, tables, and field structures to ensure data integrity before performing mutations.
  • Advanced Querying: Utilize filterByFormula and sorting parameters to retrieve specific datasets, and handle pagination automatically for large record sets.

Quick Start

Use the airtable skill to list the first ten records from the specified base and table using your configured API key.

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 directly from the terminal?

You can manage Airtable records directly from the terminal by executing authenticated HTTP curl requests against the Airtable REST API to perform CRUD operations on bases and tables.

Do I need a Personal Access Token to interact with the Airtable API via curl?

Yes, interacting with the Airtable API via curl requires a valid Personal Access Token to authenticate your HTTP requests and securely access your bases and records.

How do I retrieve specific datasets from Airtable using the API?

To retrieve specific datasets from Airtable, utilize the filterByFormula and sorting parameters in your curl requests, and handle pagination automatically to manage large record sets.

Can I inspect Airtable base and table structures before modifying records?

Yes, you can inspect Airtable schema by listing bases, tables, and field structures through terminal commands to ensure data integrity before performing any record mutations.

What is the best way to automate database management tasks without using a heavy SDK?

Using standard terminal curl commands to interact with the Airtable REST API removes the friction of complex GUI interfaces and heavy SDKs, enabling direct programmatic database management.