This connects Claude to Airtable through Membrane's CLI, giving you programmatic access to bases, tables, records, and attachments without dealing with OAuth plumbing yourself. You get about ten built-in actions covering the usual CRUD operations (create/update/delete records, list bases, get schemas), plus a proxy for direct API calls when you need something specific. Authentication is handled server-side with automatic token refresh. The workflow is straightforward: install the CLI, authenticate once, search for actions by intent, then run them with JSON parameters. It's MIT licensed and part of Membrane's application skills collection. Works well if you're already comfortable with command line tools and want Airtable integration without writing your own auth layer.
npx skills add https://github.com/membranedev/application-skills --skill airtable