airtable

Perform CRUD operations on Airtable records via curl commands.

Updated May 9, 2026
One-click install
npx skills add https://github.com/robertbr123/Linket-Agent --skill airtable-robertbr123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/robertbr123/Linket-Agent/tree/main/skills/productivity/airtable
Command: npx skills add https://github.com/robertbr123/Linket-Agent --skill airtable-robertbr123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to manage Airtable records using terminal commands, enabling streamlined workflows without the need for a GUI.

Core Features & Use Cases

  • CRUD Operations: Perform create, read, update, and delete operations on Airtable records.
  • Filters and Searches: Execute queries and apply filters directly via curl commands.
  • Use Case: Automate repetitive tasks such as updating task statuses in Airtable based on other applications' data changes.

Quick Start

Run 'airtable create record --base-id "your_base_id" --table "your_table_name" --field-name "your_field_name" "your_value"'

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 using terminal commands?

You can manage Airtable records using terminal commands by executing CRUD operations via the Airtable REST API. This approach uses standard scripting and the curl command to interact with your database without needing a GUI.

Can I automate Airtable CRUD operations with scripts?

Yes, you can automate Airtable CRUD operations with scripts by sending curl requests to the Airtable REST API. This enables automated workflows like updating task statuses based on data changes from other applications.

Do I need API permissions to use curl with Airtable?

Yes, you need API access permissions to use curl with Airtable. You must provide your base ID, table name, and field values to authenticate and execute curl requests against the Airtable REST API successfully.

What's the best way to filter and search Airtable records via the API?

The best way to filter and search Airtable records via the API is by executing queries and applying filters directly through curl commands. This terminal-based method retrieves specific database records efficiently without manual GUI interaction.

How do I create a new record in Airtable from the command line?

To create a new record in Airtable from the command line, run a curl command specifying your base ID, table name, and field values. This sends a POST request to the Airtable REST API to insert the data.