airtable
Installation
SKILL.md
Airtable API Integration
Automate and integrate with Airtable bases using the REST API.
Authentication
Personal Access Token (simplest)
Generate at https://airtable.com/create/tokens. Scope to specific bases and permissions.
export AIRTABLE_TOKEN="pat..."
OAuth 2.0 (multi-user apps)
Register at https://airtable.com/create/oauth. Supports PKCE for public clients.
Related skills