airtable

Manage Airtable records via REST API with curl terminal requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of working with Airtable through a browser by letting you inspect bases, read records, and make safe updates directly from the terminal.

Core Features & Use Cases

  • Schema Discovery: List bases, tables, fields, and select options before writing data.
  • Record Operations: Create, update, upsert, delete, filter, sort, and paginate records with Airtable’s REST API.
  • Operational Guardrails: Handles URL-encoded formulas, typecasting, batch writes, rate limits, and record ID handling to reduce API mistakes.
  • Use Case: Use it to sync a CRM table, bulk-create tasks, or find and update records that match a formula filter.

Quick Start

Ask the assistant to inspect your Airtable base schema and then read, create, or update the specific records you need.

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?

This Skill handles Airtable record management through curl-based terminal requests, supporting base discovery, schema inspection, filtered reads, record creation, updates, upserts, deletions, and pagination workflows.

How do I inspect an Airtable base schema before writing data?

Schema discovery is supported through the REST API, allowing you to list bases, tables, fields, and select options before writing data to ensure schema-aware field mapping.

Do I need a personal access token to use the Airtable REST API with curl?

Yes, Airtable personal access tokens are required to authenticate REST API requests when managing records, handling URL-encoded formulas, and performing batch writes via curl.

How do I handle Airtable API rate limits and pagination when reading records?

Operational guardrails manage rate limits and pagination automatically during filtered record reads, reducing API mistakes when executing curl-based terminal requests against the Airtable REST API.

What is the best way to bulk update Airtable records that match a formula filter?

Batch writes and upsert operations allow you to find and update records matching a formula filter safely, handling typecasting and record ID mapping to reduce API mistakes.

Why does my Airtable curl request fail when using formula filters?

Formula filters require proper URL-encoding to avoid API failures; this Skill handles URL-encoded formulas automatically to ensure successful filtered reads and record updates.