Real Skill packageSource verifiedClawHub registry

Airtable

Airtable (airtable.com). Use this skill for ANY Airtable request — reading, creating, updating, and deleting data. Whenever a task involves Airtable, use this skill instead of calling the API directly.

Identity and source

Publisher attributionOOMOLregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 62% rule confidence
Package forminstruction bundle2 recorded files
Canonical sourceClawHub registryclawhub:oomol:oo-airtable
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/oo-airtable

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses with warnings
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/oo-airtable
1 structural issue
  • warning: Codex portability follows Agent Skills, where allowed-tools is a space-separated string. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses with warnings
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/oo-airtable
1 structural issue
  • warning: OpenClaw portability follows Agent Skills, where allowed-tools is a space-separated string. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @oomol/oo-airtable
clawhub inspect @oomol/oo-airtable --version 1.0.3

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
2 / 2 inspected as text
Checked
8/17/2026, 7:21:10 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:68 · confidence 98%curl -fsSL https://cli.oomol.com/install.sh | bash
mediumRemote installer is downloaded without an integrity checkSKILL.md:68 · confidence 70%curl -fsSL https://cli.oomol.com/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
5 dependency and API indicators
  • api: clawhub.ai
  • api: cli.oomol.com
  • api: console.oomol.com
  • api: github.com
  • api: static.oomol.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/17/2026, 5:51:45 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:673b6547e3b4fdf84755ffa88baf7d21266ddd9bbfef0dc85690463e7fbf0e5c
Show up to 2 recorded paths
  • skill-card.md
  • SKILL.md

Source changelog

- Provides Airtable access through the OOMOL `oo` CLI connector, using server-side credentials so raw tokens are not handled directly. - Supports reading Airtable bases, schemas, records, collaborators, and paginated record lists. - Adds create operations for bases, tables, fields, and records. - Adds update operations for tables, fields, and records. - Includes guarded destructive actions for deleting bases and records, with explicit confirmation guidance. - Documents first-time setup and common auth, connection, scope, and billing failure paths. Source: `oomol-lab/skills@d6fb756`