airtable

Perform CRUD operations on Airtable records using curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of working with Airtable's REST API, enabling users to perform CRUD operations on records directly via curl, without the need for complex setup or OAuth flows.

Core Features & Use Cases

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on Airtable records.
  • Filters and Queries: Apply filters and queries to retrieve specific records based on various criteria.
  • Upserts: Merge records if they already exist, simplifying the process of data synchronization.
  • Use Case: Efficiently manage your Airtable database by automating tasks like adding new records, updating existing ones, and deleting outdated data.

Quick Start

Use the airtable skill to create a new record in your 'Tasks' table with the name 'Meeting' and status 'Todo'.

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 executing CRUD operations directly against the Airtable REST API. This approach requires your Airtable API key and curl command availability to automate data management tasks without complex OAuth setups.

Can I filter and query specific Airtable records via the API?

Yes, you can filter and query specific Airtable records via the API. By applying filters and queries directly through curl commands, you retrieve records matching various criteria, simplifying targeted data retrieval tasks.

Does this approach support upserts for Airtable data synchronization?

Yes, this approach supports upserts for Airtable data synchronization. Upserts automatically merge records if they already exist, which simplifies synchronizing external data updates into your Airtable database via curl.

What do I need to automate Airtable database tasks with curl?

To automate Airtable database tasks with curl, you need a valid Airtable API key and the curl command available in your environment. No additional complex setup or OAuth flows are required to start managing records.