LaunchKit · 2026
Back to Skills

airtable-participants

Read and query retreat participant data from the Ceremonia Airtable base.

0
284 downloads
by @austinmao

Setup & Installation

openclaw skills install @austinmao/airtable-participants

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install airtable-participants

What This Skill Does

Queries retreat participant data from a Ceremonia Airtable base. Returns contact details, retreat status, tags, and donation info. Acts as the data source for email and SMS outreach skills, which call it to build recipient lists.

Centralizes participant data access so email and SMS skills always query one authoritative source rather than maintaining separate lists.

When to use it

  • Counting active participants before a newsletter send
  • Pulling phone-verified contacts for an SMS campaign
  • Filtering attendees by retreat tag like 'february-2026'
  • Checking donation status across the participant list
  • Getting the email list for a specific retreat cohort

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: How many active participants do we have?

AGENT
  1. 1Queries Airtable with filterByFormula for retreat_status='active'
  2. 2Paginates through all result pages using offset tokens until no offset is returned
  3. 3Counts total records across all pages
OUTPUT

Total count of active participants reported to the user

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Airtable API key (generate at airtable.com/create/tokens)Airtable Base ID for the Ceremonia base (find in Airtable API docs or ask Austin)Confirmed participant table name (verify with Austin on first use)