airtable

Query and manage records across NSLS Airtable bases with schema inspection.

6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/thensls/nsls-builder-toolkit --skill airtable-thensls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/thensls/nsls-builder-toolkit/tree/main/skills/airtable
Command: npx skills add https://github.com/thensls/nsls-builder-toolkit --skill airtable-thensls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help builders find the right Airtable base, understand table schemas, and query or manage records across 24+ NSLS departmental bases without wasting context or risking destructive changes.

Core Features & Use Cases

  • Discoverability: List and scan NSLS Airtable bases to locate where specific operational data lives.
  • Schema Inspection: Quickly list table identifiers or request full table descriptions to understand fields and linked records before querying.
  • Safe Record Operations: Perform filtered list, search, create, update, and delete operations while enforcing a three-tier permission model and explicit confirmation for destructive actions.
  • Use Case: Find the Operations base, list the Project Tracker table identifiers, then retrieve the top 10 active records while avoiding schema-heavy queries that blow up context.

Quick Start

Ask the airtable skill to list bases, then request table identifiersOnly for the target base and describe the table you want to query.

Frequently Asked Questions about airtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query records across multiple Airtable bases?

To query Airtable records across multiple bases, you can list available bases, inspect table schemas, and perform filtered searches to locate specific operational data without manually scanning each base.

Can I inspect Airtable table schemas before running a record search?

Yes, you can inspect Airtable table schemas by requesting table identifiers and full table descriptions to understand fields and linked records before executing any filtered record queries.

How do I safely delete records in Airtable without risking destructive changes?

You can safely delete Airtable records through a three-tier permission model that requires explicit confirmation for destructive actions, preventing accidental data loss during record operations.

What's the best way to find where specific data lives in departmental Airtable bases?

The best way to find specific data in departmental Airtable bases is to list and scan available bases to discover where operational data like product, marketing, HR, and research records are stored.

Does this Airtable query approach support creating and updating records?

Yes, this Airtable query approach supports full record operations including creating, updating, and deleting records while enforcing permission tiers and delete safety protocols for data modification.

Why do my schema-heavy Airtable queries blow up context?

Schema-heavy Airtable queries consume excessive context because they retrieve full table structures instead of targeted records; requesting only table identifiers and filtered results prevents this issue.