airtable

Solid

Search Airtable bases and tables, read records and computed fields, and prepare guarded record CRUD requests with schema-based field validation.

AI & Automation 109 stars 10 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Airtable Use this skill for Airtable Web API work: base and table discovery, schema inspection, record reads, field-aware record creation and updates, attachment field payloads, formula/lookup/rollup reads, and carefully gated deletes. ## Scope - list accessible bases - inspect base table schemas, field ids, field names, field types, and select choices - list records with pagination, views, field selection, and `filterByFormula` - fetch a single record by id - create, update, and delete records only after explicit operator grant - validate field values against Airtable metadata before writes when schema is available - prepare attachment field values from public `http(s)` URLs - read formula, lookup, rollup, count, autonumber, created time, and last modified time fields as normal record values - refuse writes to computed/read-only field types - measure skill run cost through normal HybridClaw `UsageTotals` ## Credential Rules Airtable uses Personal Access Tokens or OAuth bearer tokens. Store the token in HybridClaw encrypted runtime secrets; never paste it into the prompt. Recommended setup: ```bash hybridclaw secret set AIRTABLE_PAT "<pat-or-oauth-access-token>" ``` For live API calls inside HybridClaw, use the helper to build the `http_request` payload wrapper, then pass the emitted inner `httpRequest` object to the built-in `http_request` tool. The helper sets `bearerSecretName: "AIRTABLE_PAT"` on that inner object so the gateway injects the bearer token ser...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category