← 返回 Skills 市场
codeninja23

Native Airtable

作者 codeninja23 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
662
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install native-airtable
功能描述
Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com dir...
安全使用建议
This skill appears to do exactly what it claims: call api.airtable.com using a Personal Access Token (AIRTABLE_PAT) and print results. Before installing, consider: - Use a least-privilege PAT (scopes data.records:read and schema.bases:read and limit the bases it can access). If possible create a token that only covers the bases the agent must read. - The script prints record data to stdout; anything the agent does with that output (logging, forwarding) is your responsibility. Don’t provide a PAT that exposes unrelated sensitive bases. - The code has minor correctness issues (search formula formatting and fields handling) and does not sanitize user-supplied formula/query strings — avoid running untrusted queries if you’re worried about unexpected Airtable formula behavior. - If the PAT is ever exposed or you stop using the skill, revoke the token in your Airtable account. Overall this skill is internally consistent and low-risk, but follow standard secret-management practices and review output handling in your agent environment.
功能分析
Type: OpenClaw Skill Name: native-airtable Version: 0.1.0 The skill is designed to interact with the Airtable API, and its `SKILL.md` instructions are benign. However, the `scripts/airtable.py` file contains a vulnerability in the `cmd_search_records` function. User-provided `query` and `field` arguments are directly embedded into an Airtable formula string without proper sanitization, which could lead to an Airtable formula injection. This vulnerability could allow an attacker to manipulate the search query on the Airtable server, potentially leading to unintended data access or API errors, though it does not pose a direct risk of RCE or data exfiltration from the local system.
能力评估
Purpose & Capability
Name/description match the included CLI script and required env var. The skill only needs python3 and an Airtable PAT (AIRTABLE_PAT) to call api.airtable.com, which is exactly what a native Airtable reader should require.
Instruction Scope
SKILL.md instructs the agent to set AIRTABLE_PAT and run the provided script under /mnt/skills/user/.... The script only reads AIRTABLE_PAT, makes HTTPS calls to api.airtable.com, and prints responses to stdout. It does not read other system files, config paths, or send data to external endpoints beyond api.airtable.com.
Install Mechanism
No install spec is provided (instruction-only with a bundled script) and the only runtime dependency is python3. No downloads, package installs, or third-party installers are requested.
Credentials
The skill declares a single required environment variable AIRTABLE_PAT (also primaryEnv). That matches the functionality and is proportionate; no unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not forced as always:true and is user-invocable. It does not attempt to modify other skills or system-wide settings. Autonomous invocation remains possible (platform default) but is not combined with any extra privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install native-airtable
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /native-airtable 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — Connects directly to Airtable's official API for reading spreadsheet/database contents. - Read Airtable bases, tables, and records through direct API calls (no third-party proxy). - Supports filtering, field selection, view selection, and record searching. - Requires a Personal Access Token (PAT) for authentication (old API keys not supported). - Provides command-line scripts for listing and querying bases, tables, and records. - Clear setup instructions and usage examples included.
元数据
Slug native-airtable
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Native Airtable 是什么?

Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com dir... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 662 次。

如何安装 Native Airtable?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install native-airtable」即可一键安装,无需额外配置。

Native Airtable 是免费的吗?

是的,Native Airtable 完全免费(开源免费),可自由下载、安装和使用。

Native Airtable 支持哪些平台?

Native Airtable 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Native Airtable?

由 codeninja23(@codeninja23)开发并维护,当前版本 v0.1.0。

💬 留言讨论