{
  "markdown": "# Airtable\n\nAirtable 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.\n\nThis repo is the canonical, official home for the plugins, skills, and other artifacts we ship to make Airtable as fluent to agents as it already is to builders and users. Today that ships as an installable plugin for [Claude Code](https://code.claude.com), [Codex](https://developers.openai.com/codex), and [Cursor](https://cursor.com), and as a standalone collection of skills installable via the [`skills` CLI](https://github.com/vercel-labs/skills) for any agent that consumes [agentskills.io](https://agentskills.io)–format skills.\n\n## What's inside\n\nThe bundled skills live under [`plugins/airtable/skills/`](./plugins/airtable/skills/), and the official Airtable MCP server (`mcp.airtable.com/mcp`) is auto-wired via `.mcp.json`.\n\n## Install\n\n### Claude Code\n\n```bash\n/plugin marketplace add airtable/skills\n/plugin install airtable@airtable-skills\n```\n\nFor local testing from a clone:\n\n```bash\n/plugin marketplace add /path/to/this/repo\n/plugin install airtable@airtable-skills\n```\n\n### Codex\n\n```bash\ncodex plugin marketplace add airtable/skills\n```\n\nThen enable the plugin via the Codex TUI's plugins menu, or by adding to `~/.codex/config.toml`:\n\n```toml\n[plugins.\"airtable@airtable-skills\"]\nenabled = true\n```\n\nIf 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):\n\n```toml\n[[mcp_servers]]\nname = \"airtable\"\ntype = \"http\"\nurl = \"https://mcp.airtable.com/mcp\"\n```\n\n### Cursor\n\nBrowse the [Cursor Marketplace](https://cursor.com/marketplace) or add the plugin from the Customize panel in the sidebar. In the editor you can also run `/add-plugin`.\n\nTo test locally from a clone before it's live in the marketplace, symlink or copy the plugin into Cursor's local plugins directory:\n\n```bash\nln -s \"$(pwd)/plugins/airtable\" ~/.cursor/plugins/local/airtable\n```\n\nCursor picks up plugins under `~/.cursor/plugins/local` automatically.\n\n### Standalone skills (any agent)\n\nFor OpenCode, Pi, Gemini CLI, or any other agent that consumes [Agent Skills](https://agentskills.io):\n\n```bash\n# All skills\nnpx skills add airtable/skills\n\n# A specific skill\nnpx skills add airtable/skills --skill airtable-filters\n```\n\nOr download the latest tagged release zip from [GitHub Releases](https://github.com/airtable/skills/releases/latest).\n\n## Layout\n\n```\n.\n├── .claude-plugin/marketplace.json     # Claude marketplace catalog\n├── .agents/plugins/marketplace.json    # Codex marketplace catalog\n├── .cursor-plugin/marketplace.json     # Cursor marketplace catalog\n└── plugins/airtable/                   # the V1 plugin\n    ├── .claude-plugin/plugin.json\n    ├── .codex-plugin/plugin.json\n    ├── .cursor-plugin/plugin.json\n    ├── .mcp.json\n    └── skills/\n```\n\n## License\n\n[MIT](./LICENSE.md).\n",
  "bytes": 3264,
  "sha": "120ae160886387065be624b4cfd2a1332f0c349c90a9ef0607c950eaa4c8c56e",
  "repo_slug": "airtable/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_airtable_skills_airtable_781318b8/readme"
}