What problem does it solve? Working with Airtable data programmatically often requires SDKs, OAuth flows, or MCP servers. This Skill lets you perform full CRUD operations on Airtable records directly through the REST API using curl and a personal access token, with no extra infrastructure. ## 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 filterByFormula, sorting, field selection, named views, and offset-based pagination to retrieve exactly the data 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, avoiding duplicate rows. ## Quick Start Ask the agent to list the records in your Airtable table or create a new record with specific field values using your AIRTABLE_API_KEY.