airtable-lead-loader

airtable-lead-loader is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 80 tokens per session (1,825 once invoked), scanned A, original, MIT.

A workflow that creates an Airtable table for lead tracking and fills it from a JSON lead list, which is a structured text file containing records. It sets up columns for lead details, added contact information, and outreach status.

In plain words
What is it for?
It helps import scraped or collected leads into Airtable with fields such as name, profile link, headline, comment, reactions, location, and background details.
Why use it?
It avoids designing the tracking table and entering each lead by hand. It gives later enrichment and outreach steps a consistent place to read and update records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps import scraped or collected leads into Airtable with fields such as name, profile link, headline, comment, reactions, location, and background details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/airtable-lead-loader
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.

Any agent
npx skills add akiotanaka847/qaio-desktop --skill airtable-lead-loader
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

Made for: Claude Code, Codex.

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-lead-loader

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/airtable-lead-loader/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/airtable-lead-loader)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/airtable-lead-loader"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/airtable-lead-loader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for airtable-lead-loader

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/airtable-lead-loader"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/airtable-lead-loader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00080 $0.01825
Opus 5 $0.00040 $0.00912
Sonnet 5 $0.00016 $0.00365
Haiku 4.5 $0.00008 $0.00183

Measured 7d ago against content hash cd1081b7c949, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

airtable-lead-loader 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 7d 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.

store/agents/outbound/.agents/skills/airtable-lead-loader/SKILL.md · 112 lines

How it starts

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

Airtable Lead Loader

Create a fresh Airtable table for a list of leads, with all the columns the rest of the pipeline needs already in place, then batch-load every record. Uses parallel agents because Airtable enforces a one-record-per-create-call limit - serial loading of 500 records would take 8-10 minutes; 4 parallel agents cut that to 2-3 minutes.

When to use

  • "Load these leads into Airtable: ".
  • "Create a new Airtable table for this scrape".
  • Phase 2 of either LinkedIn pipeline (called by the orchestrator).
  • You have a JSON list of leads from any source and want them in Airtable with the standard pipeline schema.

Connections I need

  • Airtable (database) - Required. I list bases, create the table, and load records via Airtable's REST API through Composio.

If Airtable isn't connected I stop and ask you to connect it from the Integrations tab.

Information I need

  • The source file with leads - Required. JSON array of objects. At minimum each row needs profileUrl and fullName. Optional: headline, commentText, reactionCount, location, connectionsCount, experience, education, skills. If missing I ask: "Where's the lead list? Pass me a path to a JSON file or paste the array."
  • The Airtable base - Required. If you have only one base, I use it. If you have multiple, I list them and ask which one. If missing I ask: "Which Airtable base should I create the new table in?"
  • A table name - Optional. Defaults to LinkedIn {sourceType} - {author} - {YYYY-MM-DD} where sourceType is "Commenters" or "Reactors". Override per call if you have a naming convention.

The table schema

I create the table with these fields. Field types match Airtable's REST API conventions.

Lead identification (always populated by the load):

  • Full Name (singleLineText)
  • Profile URL (url)
  • Headline (singleLineText)
  • Source Type (singleSelect: "comment", "reaction")
  • Source Post URL (url)
  • Source Author (singleLineText)
  • Scraped At (dateTime)

Read the full file on GitHub · 112 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. 7d ago First seen · 112 lines · 80 tokens per session scan A cd1081b7c949

Subscribe to this mod's changes

airtable-lead-loader is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 80 tokens to every session and 1,825 once invoked, about $0.0004 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-09-05.

Related

Other skills, from other repositories

00-gtm-router

Plan and run the full API-first GTM chain - the orchestrator (step 00) that turns an ICP description plus optional budget, volume, and urgency into the right discovery -> qualification -> extraction -> signals -> judgment -> email-resolution sequence, with per-step cost estimates and rationale, then executes it…

Zevenue/headless-gtm · 270 tokens

01-prospeo-discover

B2B company discovery and list building via the Prospeo search API. Use when the user wants to find companies from an ICP, build a prospect or TAM list, search by ICP, or size a market - e.g. "build a list of B2B SaaS in the US", "how many companies match this ICP", "TAM sizing", "company search", or any mix of…

Zevenue/headless-gtm · 139 tokens

01-prospeo-lookalike

Seed-based B2B company discovery via the Prospeo company-lookalike API. Use when the user has example companies and wants more like them - "find companies similar to X", "companies like Stripe and HubSpot", "lookalikes of these domains", "we closed these 20 logos, find more", "expand this seed list", or hands over…

Zevenue/headless-gtm · 134 tokens

05-signal-builder

Rank a prospect's outbound signals and pick the campaign approach (Pain-led / Value-led / Segment fallback) - the judgment layer (step 05) of the API-first GTM chain. Takes scraped website markdown (03-firecrawl-research), vendor signals like funding / headcount / recent hires (04-crustdata-signals), or just a URL or…

Zevenue/headless-gtm · 204 tokens

06-resolution-email-person

Turn a company domain (plus an optional person name or job title) into a verified, send-safe email address - the deliverability-first "resolution" layer of a cold-email pipeline. Use when the user wants to find or verify a work email, enrich a list or file of domains into decision-maker contacts, or resolve "who is…

Zevenue/headless-gtm · 147 tokens

01-icp-qualify

The qualification gate of the GTM chain - judges every discovered company against the client's ICP before any paid enrichment, so credits are spent only on companies that could actually buy. Works for any client and any vertical: it studies the client first, then compiles client-specific qualification criteria and…

Zevenue/headless-gtm · 176 tokens