← Back to Skills Marketplace
8810
Downloads
15
Stars
25
Active Installs
8
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 re...
Usage Guidance
Install only if you trust Maton to broker Airtable access and are comfortable with the agent using the connected Airtable permissions. Keep MATON_API_KEY private, choose the intended connection when multiple accounts exist, and review any proposed create, update, or delete action before approving it.
Capability Analysis
Type: OpenClaw Skill
Name: airtable
Version: 1.0.7
The skill provides a standard integration for Airtable via the Maton API gateway (api.maton.ai), facilitating managed OAuth and CRUD operations. The code snippets in SKILL.md use standard Python libraries (urllib) to interact with the documented API endpoints, and the instructions include explicit security guidance for the agent to seek user approval before performing write operations. No indicators of data exfiltration, malicious execution, or obfuscation were found.
Capability Assessment
Purpose & Capability
Full CRUD access to Airtable bases, tables, and records is high-impact, but it directly matches the stated purpose and is clearly documented.
Instruction Scope
The instructions describe specific Airtable and Maton API calls, include connection-selection guidance, and explicitly require user approval before create, update, or delete operations.
Install Mechanism
The artifact is instruction-only with a single SKILL.md file; no installer, executable script, dependency install, or hidden setup behavior was found.
Credentials
Network access and MATON_API_KEY are required, and Airtable traffic routes through Maton; this is expected for managed OAuth but users should understand the third-party data flow.
Persistence & Privilege
Maton OAuth connections can persist until deleted, which is documented and purpose-aligned; no background worker, local credential scraping, privilege escalation, or broad local indexing was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install airtable - After installation, invoke the skill by name or use
/airtable - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
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 re... It is an AI Agent Skill for Claude Code / OpenClaw, with 8810 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.0.7.
More Skills