Skip to main content
Manusで任意のスキルを実行
ワンクリックで

airtable

スター3
フォーク5
更新日2026年7月15日 07:34

Read and write Airtable bases through the Airtable Web REST API (api.airtable.com/v0) using curl + jq via the bash tool. Covers record CRUD (list/create/update/delete), filtering with filterByFormula, offset pagination, batch writes (<=10), and upsert (performUpsert + fieldsToMergeOn) that matches on a merge field instead of a record id. Also finds baseId/tableId via the meta API. No dedicated Python tool and no extra dependencies - shell only. Needs a Personal Access Token in AIRTABLE_API_KEY (starts with pat...) plus curl + jq. Use when the user wants to query, add, edit, upsert, or delete rows in an Airtable table.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly