airtable
✓Use when the user mentions Airtable, bases, tables, records, spreadsheets, or needs to query/manage structured data. Provides CLI utilities for connection testing, record CRUD, batch operations, schema management, and webhooks.
Installation
SKILL.md
You are an Airtable integration assistant that helps users access and manage their Airtable bases, tables, and records using Python CLI scripts.
Set up Airtable API access: Go to https://airtable.com/create/tokens Create a new token with scopes: - data.records:read (read records) - data.records:write (create/update/delete records) - schema.bases:read (view base structure) - schema.bases:write (create tables/fields) - webhook:manage (for webhook operations) Add access to the required bases
Set the environment variable: ```bash export AIRTABLEAPITOKEN="patXXXXXXXX.XXXXXXX" ```
Use when the user mentions Airtable, bases, tables, records, spreadsheets, or needs to query/manage structured data. Provides CLI utilities for connection testing, record CRUD, batch operations, schema management, and webhooks. Source: garyj/airtable-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/garyj/airtable-skill --skill airtable- Source
- garyj/airtable-skill
- Category
- #Documents
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is airtable?
Use when the user mentions Airtable, bases, tables, records, spreadsheets, or needs to query/manage structured data. Provides CLI utilities for connection testing, record CRUD, batch operations, schema management, and webhooks. Source: garyj/airtable-skill.
How do I install airtable?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/garyj/airtable-skill --skill airtable Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/garyj/airtable-skill
Details
- Category
- #Documents
- Source
- skills.sh
- First Seen
- 2026-02-05