← Back to Skills Marketplace
Pipeworx airtable
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-airtable
Description
Integrate with Airtable API to list bases, fetch and filter records, get record details, create new records, and retrieve base schemas.
Usage Guidance
Before installing, ask the skill author these questions: (1) How is Airtable authentication handled? If the skill needs your API key, where should you provide it and how is it stored? (2) Why does the skill route requests through https://gateway.pipeworx.io/airtable/mcp instead of calling api.airtable.com directly? What data is logged or retained by that gateway and who operates it? (3) Can you get a version that calls Airtable directly (so you keep keys locally) or see the gateway's privacy/security documentation? If you don't trust the gateway operator, do not provide Airtable credentials and avoid installing. Consider testing in a throwaway Airtable account with limited data first.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-airtable
Version: 1.0.0
The skill bundle provides a standard integration for Airtable via the Model Context Protocol (MCP). It defines tools for record management and schema retrieval (SKILL.md) using a third-party gateway (gateway.pipeworx.io). No malicious code, prompt injection, or suspicious behaviors were identified.
Capability Assessment
Purpose & Capability
The SKILL.md describes listing bases, reading and creating records, and fetching schemas (all Airtable operations) which normally require Airtable API credentials, yet the skill declares no required environment variables or primary credential. The included JSON points to a third-party gateway (https://gateway.pipeworx.io/airtable/mcp) instead of api.airtable.com, which is not explained and is disproportionate to the described purpose.
Instruction Scope
The runtime instructions are minimal and do not specify how to authenticate or where requests are sent beyond a gateway URL. This gives the agent broad discretion to send Airtable data to the external gateway; the SKILL.md does not constrain or document that behavior, nor does it show how user credentials are provided or stored.
Install Mechanism
There is no install spec and no code files (instruction-only). That reduces local persistence and on-disk execution risk, but it also means all behavior is driven by runtime instructions and remote calls.
Credentials
No environment variables or credentials are declared, yet Airtable operations normally require an API key/token. The skill instead references a third-party gateway which may be expected to hold credentials server-side — this is not documented. That opaque credential handling and an unvetted external endpoint are disproportionate and could lead to unintended data exposure.
Persistence & Privilege
always is false and there is no install-time persistence. The skill does not request elevated platform privileges. Autonomous invocation is allowed (platform default) but not by itself a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-airtable - After installation, invoke the skill by name or use
/pipeworx-airtable - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx airtable?
Integrate with Airtable API to list bases, fetch and filter records, get record details, create new records, and retrieve base schemas. It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Pipeworx airtable?
Run "/install pipeworx-airtable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx airtable free?
Yes, Pipeworx airtable is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx airtable support?
Pipeworx airtable is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx airtable?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills