By Airtable
Connect Claude to Airtable via official MCP server to access bases, query and update tables and records with generated filters using operators on text, numeric, date, and linked fields, plus explain data models for bases, tables, views, and automations.
Use this skill when the user wants to find, filter, or narrow down Airtable records by field values, even when they don't explicitly say "filter."
Explains what Airtable is and how data is structured — bases, tables, fields, records, views, automations, and interfaces. Use when you need context about the Airtable data model.
Skills, hand-off conventions, and the official Airtable MCP server — everything an AI agent needs to drive Airtable competently.
This repo is bundled as an installable plugin for Claude Code and Codex, and as a standalone collection of skills installable via the skills CLI for any agent that consumes agentskills.io–format skills.
Skills covering the Airtable data model, filter syntax, and agent workflow conventions, plus the official Airtable MCP server (mcp.airtable.com/mcp) auto-wired via .mcp.json. The bundled skills live under plugins/airtable/skills/.
/plugin marketplace add airtable/skills
/plugin install airtable@airtable-skills
For local testing from a clone:
/plugin marketplace add /path/to/this/repo
/plugin install airtable@airtable-skills
codex plugin marketplace add airtable/skills
Then enable the plugin via the Codex TUI's plugins menu, or by adding to ~/.codex/config.toml:
[plugins."airtable@airtable-skills"]
enabled = true
If you'd rather wire the MCP server manually instead of via the plugin, add the following to ~/.codex/config.toml (the plugin handles this automatically when enabled — this is just an escape hatch):
[[mcp_servers]]
name = "airtable"
type = "http"
url = "https://mcp.airtable.com/mcp"
For Cursor, OpenCode, Pi, Gemini CLI, or any other agent that consumes Agent Skills:
# All skills
npx skills add airtable/skills
# A specific skill
npx skills add airtable/skills --skill airtable-filters
Or download the latest tagged release zip from GitHub Releases.
.
├── .claude-plugin/marketplace.json # Claude marketplace catalog
├── .agents/plugins/marketplace.json # Codex marketplace catalog
└── plugins/airtable/ # the V1 plugin
├── .claude-plugin/plugin.json
├── .codex-plugin/plugin.json
├── .mcp.json
└── skills/
MIT.
External network access
Connects to servers outside your machine
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.
npx claudepluginhub airtable/skills --plugin airtableComprehensive Airtable assistant for schema design, API interactions, scripting, interfaces, and automations.
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.