By Ebbe-Method
Audit Airtable bases for schema quality, field health, performance metrics, duplicates, and naming issues with scores and fixes. Design tables/fields, build custom React interface extensions using Tailwind/TS, script automations, and query/manipulate data via direct API access with local key.
Comprehensive health analysis of Airtable bases with scored reports covering field health, performance, and schema quality. Use when user wants to audit a base's overall health.
Build custom React-based interface extensions for Airtable. Use when creating custom apps, visualizations, or interactive tools that go beyond Interface Designer capabilities.
Audit Airtable field names for issues like duplicates, whitespace, similar names, and inconsistent casing. Use when user wants to clean up field naming in their bases.
Comprehensive Airtable assistant for schema design, API interactions, scripting, interfaces, and automations. Use when working with Airtable bases, tables, fields, scripts, automations, or interfaces.
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Turn Claude into an Airtable expert — schema design, scripting, automations, interfaces, and API integrations.
| 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
airtableskill activates automatically whenever you ask Claude about Airtable. The other three skills are slash commands you type manually. All slash commands are prefixed withairtable:because Claude Code namespaces plugin skills.
Before installing, make sure you have:
claude --version to check. If below 1.0.33, update first.npx airtable-mcp-server)From a marketplace (recommended):
# In Claude Code, run these commands:
/plugin marketplace add robweidner/airtable-skills
/plugin install airtable@robweidner-airtable
The first command registers the marketplace. The second installs the plugin. You only need to do this once.
For development/testing (load without installing):
# Clone the repo anywhere
git clone https://github.com/robweidner/airtable-skills.git
# Start Claude Code with the plugin loaded directly
claude --plugin-dir ./airtable-skills/plugins/airtable
The plugin uses the Airtable MCP server, which needs a Personal Access Token (PAT) to talk to your bases.
data.records:readdata.records:writeschema.bases:readschema.bases:writeAdd this line to your shell profile (~/.zshrc, ~/.bashrc, or ~/.bash_profile):
export AIRTABLE_PAT="patXXXXXXXXXXXXXX"
Then reload your shell:
source ~/.zshrc # or ~/.bashrc
Why an environment variable? The plugin's
.mcp.jsonauto-configures the Airtable MCP server and readsAIRTABLE_PATfrom your environment. No manual MCP setup needed.
Start (or restart) Claude Code and try:
I have an Airtable base for tracking customer orders. Help me add a Status field with options: Pending, In Progress, Shipped, Delivered.
Claude should activate the Airtable skill automatically and guide you through it. You'll know it's working when Claude references Airtable-specific patterns like field types, API operations, or the MCP tools.
To verify the slash commands work:
/airtable:airtable-field-audit
This should start the field audit workflow.
The skill adapts to your experience level. Add these to your CLAUDE.md (either ~/.claude/CLAUDE.md for global, or .claude/CLAUDE.md in your project):
## Airtable Preferences
airtable_experience: developer
airtable_emoji_mode: auto
airtable_script_style: minimal
airtable_use_field_ids: true
| Preference | Options | Description |
|---|---|---|
| Experience | beginner / power-user / developer | Controls explanation depth |
| Emoji Mode | auto / new-only / ask / none | Field name emoji prefixes |
| Script Style | minimal / comprehensive | Output data vs. all-in-one scripts |
| Field IDs | true / false | Store IDs in descriptions for robust scripts |
npx claudepluginhub ebbe-method/airtable-skills --plugin airtableAirtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.
Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.
Claude Code skill pack for Attio (18 skills)
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Give your AI agents access to third-party APIs (Salesforce, HubSpot, GitHub, Slack, Stripe, Jira, Notion, Intercom, Zendesk, and more) through strongly typed, well-documented tools.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.