What problem does it solve? Working with Airtable data from an agent or terminal normally requires an SDK, OAuth setup, or an MCP server. This Skill lets you perform full CRUD operations on Airtable records directly with curl and a personal access token, with no extra tooling. ## Core Features & Use Cases - Records CRUD and batch operations: Create, read, update (PATCH), upsert, and delete records, including batches of up to 10 records per request. - Filtering, sorting, and views: Query records with URL-encoded filterByFormula expressions, server-side sorting, field selection, and named views. - Schema inspection and pagination: List bases and table schemas before mutating, and loop through offset-based pagination for large tables. - Use Case: Sync a list of new signups into an Airtable CRM table by upserting on the Email field, then filter all records where Status is 'Todo' and mark them Done. ## Quick Start Use the airtable skill to list the tables in my base and show the first 10 records from the Tasks table.