Airtable Skills banner
Ebbe-Method Ebbe-Method

Airtable Skills

Design community

Description

Claude Code plugin for Airtable - comprehensive assistant for schema design, API, scripting, interfaces, and automations

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Airtable Skills for Claude Code

Turn Claude into an Airtable expert — schema design, scripting, automations, interfaces, and API integrations.

[![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-Plugin-6366f1)](https://claude.ai/code) [![Version](https://img.shields.io/badge/version-1.6.0-blue)](https://github.com/robweidner/airtable-skills/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

What's Included

Skill How to Use What It Does
airtable Auto-invokes when you mention Airtable Full Airtable assistant — schema, scripts, automations, interfaces, API
airtable-extensions /airtable:airtable-extensions Custom React extensions — Blocks SDK + Interface Extensions SDK, dev server troubleshooting, auto-release hooks
airtable-field-audit /airtable:airtable-field-audit Find and fix field naming issues — duplicates, whitespace, similar names
airtable-base-audit /airtable:airtable-base-audit Comprehensive base health analysis — field usage, performance, schema quality

**How invocation works:** The main `airtable` skill activates automatically whenever you ask Claude about Airtable. The other three skills are slash commands you type manually. All slash commands are prefixed with `airtable:` because Claude Code namespaces plugin skills.

Prerequisites

Before installing, make sure you have:

  • Claude Code installed and authenticated (setup guide)
  • Claude Code v1.0.33+ — run claude --version to check. If below 1.0.33, update first.
  • Node.js 18+ — required for the Airtable MCP server (npx airtable-mcp-server)
  • An Airtable account with a Team, Business, or Enterprise plan (for extension development; schema/scripting works on any plan)

Quick Start

Step 1: Install the Plugin

**From a marketplace (recommended):**

# I