airtable

Manage Airtable records and bases via the REST API with curl and jq.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/goclaw-skills --skill airtable-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/jholhewres/goclaw-skills/tree/main/skills/airtable
Command: npx skills add https://github.com/jholhewres/goclaw-skills --skill airtable-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Airtable bases, records, and data, eliminating the need for manual interaction with the Airtable interface for common tasks.

Core Features & Use Cases

  • Record Management: Create, read, update, and delete records within your Airtable bases.
  • Data Retrieval: Fetch records with flexible filtering, sorting, and view options.
  • Use Case: Automatically add new customer sign-ups from a web form directly into your Airtable CRM base, ensuring your customer data is always up-to-date.

Quick Start

List all records from the 'Contacts' table in your default Airtable base.

Frequently Asked Questions about airtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Airtable records from the command line?

You can manage Airtable records from the command line by using this Skill to perform REST API operations. It supports creating, reading, updating, and deleting records through command-line tools.

What do I need to automate Airtable data retrieval?

To automate Airtable data retrieval, you need curl and jq installed, and environment variables configured for authentication and base identification. These dependencies enable filtered and sorted data fetching via the REST API.

Can I update multiple Airtable records at once?

Yes, you can update multiple Airtable records at once. The Skill supports batch processing for efficiency, allowing you to handle bulk CRUD operations on your Airtable bases via the REST API.

How do I filter and sort Airtable records via the API?

You filter and sort Airtable records via the API by configuring your REST API calls with specific view and sorting parameters. This Skill facilitates flexible data retrieval based on your defined criteria.

Does this Skill work without the Airtable web interface?

Yes, this Skill works without the Airtable web interface by interacting directly with the Airtable REST API. It eliminates the need for manual UI interaction by managing bases and records programmatically.