LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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 - Airtable REST API operations using curl

Provides capabilities to perform CRUD operations, filtering, and upserts on Airtable bases and records via curl.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • List bases
  • Inspect table schema
  • List records
  • Get single record
  • Filter records
  • Create records
  • Update records
  • Upsert records
  • Delete records

Inputs

  • Airtable API key
  • Base ID
  • Table ID or name
  • Record ID
  • JSON request body
  • Filter formula string

Outputs

  • Base metadata JSON response
  • Table schema JSON response
  • Record JSON response
  • Created or updated records
  • Deleted record status

Requirements

  • AIRTABLE_API_KEY environment variable
  • curl command
  • Python 3 environment
  • Airtable Personal Access Token

Source

  • Spec: SKILL.md
Airtable
Productivity
Database
API
List bases
Inspect table schema
List records
Get single record
Airtable API key
Base ID
Table ID or name
Base metadata JSON response
Table schema JSON response
Record JSON response