What problem does it solve? Working with Airtable data from an agent or terminal normally requires an SDK, OAuth setup, or manual dashboard clicks. This Skill lets you perform full CRUD operations on Airtable records directly through the REST API using curl and a personal access token. ## Core Features & Use Cases - Records CRUD: Create, read, update (PATCH), upsert, and delete records, including batch operations of up to 10 records per request. - Filtering & Querying: Use filterByFormula, sorting, field selection, and named views to retrieve exactly the rows you need, with offset-based pagination for large tables. - Schema Inspection: List accessible bases and table schemas before mutating data to confirm field names, IDs, and select options. - Use Case: Sync a list of new leads into a CRM table by upserting on the Email field, so existing contacts are updated and new ones are created idempotently. ## Quick Start Use the airtable skill to list all records in my Tasks table where Status is Todo.