airtable

Perform CRUD operations and manage bases/tables via the Airtable REST API using curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interaction with Airtable via the terminal, simplifying CRUD operations, filtering, and record management without the need for complex setups or additional tools.

Core Features & Use Cases

  • CRUD Operations: Perform create, read, update, and delete actions on Airtable records.
  • Filters & Queries: Apply advanced filters and queries for detailed data retrieval.
  • Upgrades & Downgrades: Efficiently manage and organize data across tables and bases.
  • Use Case: Quickly extract records from a specific base and table based on a filter condition or update multiple records simultaneously.

Quick Start

To list all bases the token can see, run the command: skill airtable bases_list.

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

You can manage Airtable records from the terminal by executing curl commands via this Skill. It facilitates direct REST API interactions, enabling seamless CRUD operations on your bases and tables without additional tools.

Can I filter and query Airtable data using curl?

Yes, you can filter and query Airtable data using curl. This Skill supports applying advanced filters and queries for detailed data retrieval, allowing you to extract specific records from a base based on conditions.

What do I need to automate Airtable API interactions?

To automate Airtable API interactions, you need Airtable API access and the curl command-line tool installed on your system. These prerequisites enable the Skill to execute REST API requests for workflow automation.

How do I list all Airtable bases accessible to my token?

You can list all Airtable bases accessible to your token by running the command `skill airtable bases_list`. This quickly retrieves and displays all bases permitted under your current Airtable API access credentials.

Are there limitations to manipulating Airtable bases via command line scripts?

Manipulating Airtable bases via command line scripts requires strict adherence to Airtable REST API rate limits and permissions. This approach is limited to the operations permitted by your specific API token and curl's capabilities.