Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: How many active participants do we have?
- 1Queries Airtable with filterByFormula for retreat_status='active'
- 2Paginates through all result pages using offset tokens until no offset is returned
- 3Counts total records across all pages
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.