← Back to Skills Marketplace
grishick

Airtable w/Python

by grishick · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
294
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pydantic-airtable
Description
Manage Airtable tables and records via the pydantic-airtable Python library. Use when creating, listing, updating, deleting, or inspecting Airtable records o...
Usage Guidance
This skill appears to do what it says: manage Airtable via pydantic-airtable. Before installing or running scripts: 1) use a least-privilege (scoped) Airtable token and consider a test base; 2) run inside a virtualenv or container to isolate dependencies; 3) never pass untrusted Python modules to --module (model_ops.py will import and execute them); 4) inspect any @file.json files before using them since scripts will read local files; and 5) verify the pydantic-airtable package version from PyPI if you want extra assurance.
Capability Analysis
Type: OpenClaw Skill Name: pydantic-airtable Version: 1.0.1 The skill bundle contains a high-risk capability in `scripts/model_ops.py` that dynamically imports and executes local Python modules using `importlib.util`. While this is documented as a feature for syncing Pydantic models to Airtable, it creates a significant remote code execution (RCE) surface if the agent is manipulated into processing untrusted files. Additionally, `scripts/manage_records.py` and `scripts/manage_tables.py` allow reading arbitrary local files via the `@` prefix in JSON arguments, which could be exploited for local file inclusion (LFI) or sensitive data exposure.
Capability Assessment
Purpose & Capability
Name and description (Airtable management via pydantic-airtable) align with required binaries (python3), required env vars (AIRTABLE_ACCESS_TOKEN, AIRTABLE_BASE_ID), and bundled scripts that call Airtable manager/client APIs.
Instruction Scope
Runtime instructions and scripts stay within the Airtable domain, but the scripts accept @file.json (reads local files) and model_ops.py will import and execute an arbitrary local Python module. Those capabilities are documented in SKILL.md and are necessary for model-driven workflows, but they grant the skill the ability to run user-supplied code and read local files — exercise caution and only provide trusted inputs.
Install Mechanism
The skill recommends installing the pydantic-airtable package via pip (normal for Python-based integration). No downloads from untrusted URLs or archive extraction are present.
Credentials
Only AIRTABLE_ACCESS_TOKEN and AIRTABLE_BASE_ID are required, which are the exact credentials needed for Airtable operations. The SKILL.md also advises using scoped tokens and test bases.
Persistence & Privilege
always is false and the skill does not request persistent/force-installed privileges or attempt to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pydantic-airtable
  3. After installation, invoke the skill by name or use /pydantic-airtable
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added explicit installation instructions and environment variable requirements to metadata. - Introduced a new "Safety notes" section with warnings about credentials, tokens, file inputs, and module imports. - Clarified that `pydantic-airtable` installation may be isolated via virtualenv/container. - No functional or workflow changes to core usage or bundled scripts.
v1.0.0
pydantic-airtable-api 1.0.0 – Initial Release - Provides scripts and structured Python API for managing Airtable records, tables, and schemas using the pydantic-airtable library. - Introduces three layers: AirtableManager (high-level admin), AirtableClient (low-level/batch), and AirtableModel (typed model-based CRUD). - Includes workflow guidance, credential setup instructions, and usage examples for all bundled scripts. - Supports inline or file-based JSON input in scripts for records and updates. - Documents best practices for schema validation/syncing and error handling via custom exceptions.
Metadata
Slug pydantic-airtable
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Airtable w/Python?

Manage Airtable tables and records via the pydantic-airtable Python library. Use when creating, listing, updating, deleting, or inspecting Airtable records o... It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.

How do I install Airtable w/Python?

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

Is Airtable w/Python free?

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

Which platforms does Airtable w/Python support?

Airtable w/Python is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Airtable w/Python?

It is built and maintained by grishick (@grishick); the current version is v1.0.1.

💬 Comments