airtable

Installation
SKILL.md

Airtable

Integrate with Airtable for database management. Use when you need to: (1) create and query Airtable records, (2) manage structured data in bases, or (3) automate data workflows.

Input

Provide input as JSON:

{
  "base_id": "Airtable base ID (found in the URL when viewing your base)",
  "table_name": "Name of the table to work with",
  "record_data": "Data for the new record in JSON format (e.g., {\"Name\": \"Task 1\", \"Status\": \"In Progress\"})",
  "query_filter": "Optional filter formula for querying records (e.g., {Status} = 'In Progress')"
}

Execution (Pattern C: Action)

Installs
9
GitHub Stars
194
First Seen
Feb 5, 2026
airtable — refly-ai/refly-skills