airtable

Manage Airtable records via REST API with batch operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually managing Airtable data by letting you read, create, update, upsert, and delete records through direct API calls.

Core Features & Use Cases

  • Base and schema discovery: Find accessible bases and inspect tables, fields, and select options before making changes.
  • Reliable record operations: Perform filtered reads, pagination, batch inserts, partial updates, upserts, and deletions with predictable API behavior.
  • Practical workflows: Use it to sync contact lists, maintain task trackers, update CRM rows, or automate database-style workflows in Airtable.
  • Safety and accuracy: Work with exact record IDs, URL-encoded formulas, and rate-limit-aware requests to avoid common Airtable API mistakes.

Quick Start

Use the airtable skill to inspect the target base schema, then read or modify the relevant records with the correct field names and record IDs.

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 through the REST API without manual clicking?

You can manage Airtable records through the REST API by performing filtered reads, pagination, batch creates, updates, upserts, and deletions directly from the terminal. This requires a personal access token and exact field and record IDs for reliable operations.

Can I inspect Airtable base schema and table fields before making API changes?

Yes, you can inspect Airtable base schema and table fields before making API changes. The Skill supports base discovery and schema inspection, allowing you to find accessible bases and review select options to ensure accurate record operations.

What do I need to authenticate Airtable API calls for upserts and batch updates?

You need a personal access token to authenticate Airtable API calls for upserts and batch updates. Additionally, you must use URL-encoded formulas and be aware of per-base rate limits to ensure reliable API operations.

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

To handle Airtable pagination and rate limits when reading multiple records, you should make rate-limit-aware requests and use exact record IDs. This approach avoids common Airtable API mistakes during filtered reads and batch operations.

Is there a way to automate Airtable CRM updates and task tracker workflows from the terminal?

Yes, you can automate Airtable CRM updates and task tracker workflows from the terminal. The Skill uses direct API calls to sync contact lists, update CRM rows, and maintain task trackers, replacing manual clicking with predictable batch operations.