airtable

Perform CRUD operations, filters, and upserts on Airtable records via curl.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill airtable-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/productivity/airtable
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill airtable-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies Airtable management through curl, allowing you to perform CRUD operations, apply filters, and manage upserts with ease.

Core Features & Use Cases

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on Airtable records.
  • Filters: Apply advanced filters using Airtable's powerful formula language.
  • Upserts: Perform upsert operations to merge records if they exist or create new ones.
  • Use Case: Quickly sync your local database with an Airtable base without leaving your terminal.

Quick Start

Use the airtable skill to create a new record in your 'Projects' table with a 'Name' of 'New Project' and a 'Status' of 'Todo'.

Frequently Asked Questions about airtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform Airtable CRUD operations from the command line?

You can perform Airtable CRUD operations from the command line by using curl to send requests to the Airtable REST API. This Skill provides a command-line interface to create, read, update, and delete records directly.

Can I use curl to apply advanced filters when reading Airtable records?

Yes, you can use curl to apply advanced filters when reading Airtable records. The Skill enables you to leverage Airtable's formula language to retrieve specific data sets through the REST API.

What is the best way to sync a local database with Airtable without leaving the terminal?

The best way to sync a local database with Airtable from the terminal is using curl to perform API-driven data management. This Skill supports batch updates and upserts to merge or create records efficiently.

Do I need an Airtable API key to automate workflows with curl?

Yes, you need an Airtable API key to automate workflows with curl. This Skill requires both the curl dependency and your Airtable API key to authenticate requests and manage records via the REST API.

How do upserts work when managing Airtable data via the REST API?

Upserts work by merging existing records or creating new ones when managing Airtable data via the REST API. This Skill allows you to perform upsert operations using curl to keep your bases synchronized.