What problem does it solve? Working with Airtable data programmatically usually requires an SDK or OAuth setup. This Skill lets you perform full CRUD operations on Airtable records directly through curl with just a personal access token, covering filtering, upserts, batching, and pagination. ## Core Features & Use Cases - Records CRUD: Create, read, update (PATCH merge), upsert by merge field, and delete records individually or in batches of up to 10. - Filtering & Querying: Use URL-encoded filterByFormula expressions, sorting, field selection, and named views to retrieve exactly the rows you need. - Schema Inspection: List accessible bases and table schemas before mutating, confirming field names, select options, and primary fields. - Use Case: Sync a list of customer emails into an Airtable CRM table idempotently using performUpsert on the Email field, without creating duplicates. ## Quick Start Use the airtable skill to list the first 10 records from my Tasks table in base appXXXXXXXXXXXXXX.