airtable-interface-extension-kit CLAUDE.md

airtable-interface-extension-kit CLAUDE.md is an instructions file for coding agents from Firework-Labs/airtable-interface-extension-kit. It costs 1,163 tokens per session, scanned A, original, MIT.

Project instructions for the Airtable Interface Extension Kit, a starter kit for building custom interfaces inside Airtable. Airtable is a database and collaboration service, and an extension adds a tailored interface to it.

In plain words
What is it for?
Use them when building React and Ant Design interface extensions, reading Airtable records, creating or updating records, working with linked records or formulas, or handling components inside Airtable's iframe.
Why use it?
They point developers to important SDK limitations and project conventions before they add code, reducing silent errors that may not produce an obvious message.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/firework-labs/airtable-interface-extension-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/Firework-Labs/airtable-interface-extension-kit

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for airtable-interface-extension-kit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/firework-labs/airtable-interface-extension-kit/claude-md.svg)](https://agentmods.dev/instructions/firework-labs/airtable-interface-extension-kit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/firework-labs/airtable-interface-extension-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/firework-labs/airtable-interface-extension-kit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,163 This file is loaded in full into every session.
When invoked 1,163 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01163 $0.01163
Opus 5 $0.00581 $0.00581
Sonnet 5 $0.00233 $0.00233
Haiku 4.5 $0.00116 $0.00116

Measured 5d ago against content hash ca419a9d3957, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

airtable-interface-extension-kit CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Airtable Interface Extension Kit

Project Overview

This is a starter kit, not a working app. It packages the project-agnostic SDK gotchas, antd-iframe rules, and reusable React/antd scaffolding from a production Airtable Custom Interface project, so a new project can clone, brand, and build a working extension in one sitting. When this kit is cloned for a real project, the consuming project should rewrite this file from scratch (don't diff against the kit's version).

Tech Stack

Airtable Custom Interface (Edit Source path), React 16.14.0 (SDK constraint), antd 5.22.7 + dayjs + marked + DOMPurify via CDN runtime injection, bash concatenation builds. No npm.

Critical reading

Before adding code, read airtable-sdk-gotchas.md. Many of the SDK's failure modes are silent — wrong behavior with no error.

Doc When to read
airtable-sdk-gotchas.md Before any code that touches useRecords, useBase, getCellValue*, createRecordAsync, updateRecordAsync
airtable-api-patterns.md Before writing linked-record updates, formula fields, or automation scripts
antd-in-iframe-canon.md Before adding any antd component that uses popups, modals, messages, or layouts
build-and-deploy.md When the build/concat order doesn't match what you expect, or when adding new shared deps
ux-conventions.md When designing a new view (filter semantics, persistence, drawer keys, etc.)
lessons-learned-airtable.md For deeper context on why specific gotchas exist (cite the original session date for traceability)
porting-checklist.md First-time clone: clone → brand → build → paste workflow
hello-world-airtable-setup.md What table schema the demo expects

Read the full file on GitHub · 68 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 68 lines · 1,163 tokens per session scan A ca419a9d3957

Subscribe to this mod's changes

airtable-interface-extension-kit CLAUDE.md is an instructions file published in the GitHub repository Firework-Labs/airtable-interface-extension-kit (5 stars, last pushed 3mo ago), licensed MIT. It adds 1,163 tokens to every session, about $0.0058 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.