← 返回 Skills 市场
9790
总下载
15
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install airtable - 安装完成后,直接呼叫该 Skill 的名称或使用
/airtable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9790 次。
如何安装 airtable?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install airtable」即可一键安装,无需额外配置。
airtable 是免费的吗?
是的,airtable 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
airtable 支持哪些平台?
airtable 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 airtable?
由 byungkyu(@byungkyu)开发并维护,当前版本 v1.2.1。
推荐 Skills