airtable

Installation
SKILL.md

Airtable

Manage Airtable bases and records via the REST API.

Environment Variables

List records

curl -s -H "Authorization: Bearer $AIRTABLE_ACCESS_TOKEN" \
  "https://api.airtable.com/v0/BASE_ID/TABLE_NAME?maxRecords=20" | jq '.records[] | {id, fields}'

Get record

curl -s -H "Authorization: Bearer $AIRTABLE_ACCESS_TOKEN" \
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
3
First Seen
Mar 1, 2026