airtable

Manage Airtable records and inspect schemas via REST API using curl commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for complex middleware or SDKs by enabling direct, secure interaction with Airtable's REST API, allowing for seamless database operations within your terminal.

Core Features & Use Cases

  • CRUD Operations: Create, read, update, and delete records directly from your workspace.
  • Schema Management: Inspect bases, tables, and field configurations to ensure data integrity before performing mutations.
  • Use Case: Automatically sync task statuses from a project management dashboard into an Airtable base by using curl commands to patch specific record IDs.

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 using curl?

You can manage Airtable records using curl by sending authenticated REST API requests to perform CRUD operations, batch processing, and filtered queries. This Skill facilitates direct terminal interaction with your workspace.

Do I need an SDK to interact with the Airtable REST API?

No, you do not need an SDK to interact with the Airtable REST API. This Skill removes the need for complex middleware by enabling direct, secure communication with Airtable via curl commands.

Can I inspect table schemas before updating Airtable records?

Yes, you can inspect table schemas before updating Airtable records. The Skill supports schema management, allowing you to inspect bases, tables, and field configurations to ensure data integrity before performing mutations.

What is required to authenticate Airtable API requests via curl?

To authenticate Airtable API requests via curl, a valid Personal Access Token is required. This token ensures secure authenticated communication for your database record management operations.

How do I batch process Airtable database records?

You can batch process Airtable database records by utilizing the REST API through curl commands. The Skill supports batch processing for efficient database record management across your bases and tables.