What problem does it solve?
This Skill removes the need for complex Airtable SDKs or OAuth authentication flows, letting you manage Airtable bases, tables, and records directly with curl commands and a personal access token, no extra tools required.
Core Features & Use Cases
- Full Record CRUD & Batch Operations: Create, read, update, delete, and batch upsert up to 10 records per request for efficient data management.
- Schema Inspection & Advanced Querying: List accessible bases, view table schemas, filter records with formulas, sort results, and paginate through large datasets.
- Use Case: Sync customer contact data from a CSV export to Airtable by batch upserting records matched on email address, eliminating manual data entry and ensuring consistent records.
Quick Start
Use the airtable skill to retrieve all records from your 'Tasks' table where the Status field is 'Todo' and sort them by Due date in ascending order.