← Back to Skills Marketplace
byungkyu

airtable

by byungkyu · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
9790
Downloads
15
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install airtable
Description
Airtable API integration with managed OAuth. Manage bases, tables, and records. Use this skill when users want to read, create, update, or delete Airtable records, or query data with filter formulas. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Install this only if you trust Maton as the gateway for your Airtable account. Use OAuth where possible, choose the narrowest Airtable scopes available, verify the target connection before writes, and confirm any create, update, or delete operation with exact records and payloads before it runs.
Capability Assessment
Credentials
The skill needs Bash and network access to call the Maton gateway and Airtable API, which is proportionate for this integration but can expose business data from the connected Airtable account.
Install Mechanism
Installation is disclosed through standard npm or Homebrew commands for the Maton CLI, with optional SDK packages documented separately.
Instruction Scope
The instructions repeatedly require defaulting to read/list calls, explicit approval for connection creation and writes, target disambiguation when multiple accounts exist, and treating Airtable-returned content as untrusted data.
Persistence & Privilege
OAuth/API credentials are stored persistently by the Maton CLI in the operating system credential store, but this is disclosed and the skill instructs agents not to inspect, print, export, or persist secrets elsewhere.
Purpose & Capability
The stated purpose is Airtable base, table, and record management, and the documented capabilities match that purpose, including read, create, update, and delete operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install airtable
  3. After installation, invoke the skill by name or use /airtable
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.2.0
Appendix drops the raw curl example; SkillSpector 2.11 static findings addressed across the reference; HTTP blocks replaced with maton api
v1.1.2
Restore display name
v1.1.1
Restore display name
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.7
- Switched all API and connection endpoints from `gateway.maton.ai`/`ctrl.maton.ai` to `api.maton.ai`. - Updated SKILL.md metadata to add a `homepage` field with the Maton homepage link. - Revised documentation to clarify connection header usage: always include `Maton-Connection` if you have multiple connections. - Added a new "Security & Permissions" section emphasizing the requirement for explicit user approval for write operations. - Removed the LICENSE.txt file from the skill.
v1.0.6
- Added the clawdbot metadata section with emoji, env variable requirements, and improved structure. - No changes to code or logic; documentation updated with skill metadata enhancements.
v1.0.5
No user-facing changes detected in this release. - No file changes or documentation updates were identified for version 1.0.5.
v1.0.4
- All shell (`curl`) connection and management examples are now provided in Python for improved cross-platform compatibility. - A new troubleshooting section details steps to resolve "Invalid API key" errors. - Quick Start and connection management code samples have switched from shell commands to Python scripts using standard library modules. - No changes to the core functionality or API endpoints.
v1.0.3
- Added a note stating to use the api-gateway skill for third-party apps other than Airtable. - Updated the description to mention the api-gateway skill and provide its URL. - Clarified curl usage: use curl -g when URLs contain brackets and cautioned about environment variable expansion when piping output. - No changes to actual API endpoints or authentication—documentation improvements only.
v1.0.2
- Clarified the gateway base URL and how to construct native API paths. - Added guidance for specifying a particular Airtable OAuth connection using the Maton-Connection header. - Updated the sample OAuth connection response with additional metadata fields. - Improved instructions for obtaining an API key and handling multiple connections. - No code or functional changes; documentation improvements only.
v1.0.1
- Added new "Get Connection" endpoint to the documentation. - Included example response for retrieving a specific connection. - No changes to core functionality or API—documentation improvements only.
v1.0.0
Airtable skill v1.0.0 released: - Provides comprehensive integration with Airtable API, supporting full CRUD operations on bases, tables, and records. - Managed OAuth authentication via Maton, requiring a valid API key. - Includes detailed documentation on endpoints, filter queries, and pagination. - Offers example code snippets in Bash, JavaScript, and Python. - Outlines connection management steps and error handling for common issues.
Metadata
Slug airtable
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 13
Frequently Asked Questions

What is airtable?

Airtable API integration with managed OAuth. Manage bases, tables, and records. Use this skill when users want to read, create, update, or delete Airtable records, or query data with filter formulas. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 9790 downloads so far.

How do I install airtable?

Run "/install airtable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is airtable free?

Yes, airtable is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does airtable support?

airtable is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created airtable?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.1.

💬 Comments