LogoClawIndex
CasesSkillsAbout
LogoClawIndex

airtable - Manage Airtable bases, tables, and records via curl REST API

Perform CRUD operations, formula filtering, sorting, batch updates, and upserts on Airtable bases and records using curl and REST API.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • List bases and table schemas
  • Query and filter records
  • Create single or batch records
  • Update records via PATCH merge
  • Upsert records by merge fields
  • Delete single or batch records

Inputs

  • Airtable Personal Access Token
  • Base and table identifiers
  • Record IDs and field values
  • Formula expressions for filtering

Outputs

  • JSON response with bases metadata
  • JSON response with table schemas
  • JSON response with record data
  • Updated Airtable database records

Requirements

  • AIRTABLE_API_KEY environment variable
  • curl command-line tool
  • python3 for JSON parsing
  • Airtable PAT with required scopes

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
Airtable
Productivity
Database
API
curl
List bases and table schemas
Query and filter records
Create single or batch records
Update records via PATCH merge
Airtable Personal Access Token
Base and table identifiers
Record IDs and field values
JSON response with bases metadata
JSON response with table schemas
JSON response with record data