airtable-knowledge-extract

Extract Airtable bases into linked entity pages with review gates.

16|9|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/sonthanh/brain-os-plugin --skill airtable-knowledge-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable-knowledge-extract
Source: https://github.com/sonthanh/brain-os-plugin/tree/main/skills/airtable-knowledge-extract
Command: npx skills add https://github.com/sonthanh/brain-os-plugin --skill airtable-knowledge-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Extract knowledge from Airtable bases into the vault as linked entity pages. Per-base × vertical-slice extract with full-cluster subgraph traversal, Sonnet worker + Opus 4.6 per-batch reviewer at ≥95% gate, self-improving examples bank, mandatory HITL re-anchor on every new base, and legacy-link detection. Use when seeding historical knowledge from company Airtable bases for /think, /connect, /emerge — or when the user invokes /airtable-knowledge-extract.

Core Features & Use Cases

  • Per-base vertical-slice extract into the vault with linked entity pages and wikilinks
  • HITL-driven one-base-at-a-time reviews with mandatory re-anchor on new bases
  • Legacy-link detection and per-base cleanup to keep knowledge graph coherent
  • Outputs staged in the cache with an outcome log for audit and reproducibility

Quick Start

Point Airtable bases at the workflow and run the extract pipeline to seed vault pages.

Frequently Asked Questions about airtable-knowledge-extract

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

FAQPage Schema
How do I extract Airtable records into a knowledge vault as linked entity pages?

Airtable knowledge extraction transforms Airtable bases into vault knowledge by mapping records to linked entity pages with wikilinks. It performs per-base cluster extraction and full-cluster subgraph traversal to seed the vault with structured historical knowledge.

How does Airtable knowledge extraction maintain data quality during import?

Airtable knowledge extraction uses a Sonnet worker with a per-batch reviewer at a 95% quality gate. It enforces mandatory human-in-the-loop re-anchoring on every new base and runs a deterministic review cycle to gate import quality before writing to the cache.

Can I run Airtable extraction across multiple bases at once?

Airtable extraction operates across bases using a per-base vertical-slice approach with a per-run cache. However, it enforces one-base-at-a-time reviews with mandatory human-in-the-loop re-anchoring on every new base to maintain knowledge graph coherence.

What's the best way to audit Airtable knowledge extraction results in the vault?

Airtable knowledge extraction stages outputs in the cache directory and appends an outcome log for audit. This deterministic review cycle produces reproducible results, allowing users to verify imported entity pages and track extraction outcomes per base.

Does Airtable knowledge extraction handle legacy links between bases?

Airtable knowledge extraction includes legacy-link detection and per-base cleanup to keep the knowledge graph coherent. It identifies existing connections across bases and resolves them during the subgraph traversal process to maintain link integrity.