What problem does it solve? Interacting with Airtable normally requires manual API calls, remembering base IDs, and looking up table schemas. This Skill removes that friction by letting you query, add, update, and delete records in any Airtable base using plain language, with automatic base discovery and schema caching. ## Core Features & Use Cases - Workspace Discovery & Schema Caching: Automatically finds all accessible Airtable bases and caches their table schemas to a local context file for fast fuzzy name matching. - Full Record Operations: Query records with filters, create records with schema-validated fields, update existing records, delete records, and run batch operations (up to 10 records per request). - Guided Setup & Error Handling: Pre-flight configuration checks detect missing API tokens, guide PAT setup with correct scopes, and provide recovery steps for permission and rate-limit errors. - Use Case: Say "query my Projects base for active items" and the Skill matches the base by fuzzy name, runs the query with your filter, and displays formatted results using the cached schema. ## Quick Start Say "connect airtable" to discover your bases, then ask to query or add records to any base by name.