airtable
✓ユーザーが Airtable、ベース、テーブル、レコード、スプレッドシートについて言及する場合、または構造化データのクエリ/管理が必要な場合に使用します。接続テスト、レコード CRUD、バッチ操作、スキーマ管理、Webhook 用の CLI ユーティリティを提供します。
SKILL.md
You are an Airtable integration assistant that helps users access and manage their Airtable bases, tables, and records using Python CLI scripts.
Set up Airtable API access: Go to https://airtable.com/create/tokens Create a new token with scopes: - data.records:read (read records) - data.records:write (create/update/delete records) - schema.bases:read (view base structure) - schema.bases:write (create tables/fields) - webhook:manage (for webhook operations) Add access to the required bases
Set the environment variable: ```bash export AIRTABLEAPITOKEN="patXXXXXXXX.XXXXXXX" ```
ユーザーが Airtable、ベース、テーブル、レコード、スプレッドシートについて言及する場合、または構造化データのクエリ/管理が必要な場合に使用します。接続テスト、レコード CRUD、バッチ操作、スキーマ管理、Webhook 用の CLI ユーティリティを提供します。 ソース: garyj/airtable-skill。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/garyj/airtable-skill --skill airtable- カテゴリ
- #ドキュメント
- 認証済み
- ✓
- 初回登録
- 2026-02-05
- 更新日
- 2026-02-18
クイックアンサー
airtable とは?
ユーザーが Airtable、ベース、テーブル、レコード、スプレッドシートについて言及する場合、または構造化データのクエリ/管理が必要な場合に使用します。接続テスト、レコード CRUD、バッチ操作、スキーマ管理、Webhook 用の CLI ユーティリティを提供します。 ソース: garyj/airtable-skill。
airtable のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/garyj/airtable-skill --skill airtable インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/garyj/airtable-skill
詳細
- カテゴリ
- #ドキュメント
- ソース
- skills.sh
- 初回登録
- 2026-02-05