Available skills
Single Enrichment
Look up a person, company, email, or phone number using the best matching enrichment
Table-Driven Enrichment
Create a table, insert rows, attach an enrichment, run it, and get a sharable link
Waterfall Enrichment
Try multiple data providers in sequence to maximize success rate
Bulk Enrichment
Enrich a list of up to 100 records in a single operation with inline results
How skills work
Without skills, you have to guide the AI step-by-step: “search for an enrichment, then get details, then run it…” With skills, you just say “find the email for John Smith at Google” and the agent knows the full workflow automatically. Skills use a three-phase loading model to stay efficient:| Phase | What loads | Token cost |
|---|---|---|
| Discovery | Name and description only | ~100 tokens per skill |
| Activation | Full instructions when the task matches | Under 5,000 tokens |
| Execution | Agent follows the workflow | Zero additional overhead |
Skills are loaded on demand — they don’t consume context until the agent decides they’re relevant to your request.
Skill details
Single Enrichment (databar-enrichment)
Triggers when the user asks to look up, find, or enrich a single data point — a person, company, email, phone number, or domain.
Workflow:
- Extract the user’s intent and entity type
search_enrichmentsto find the right providerget_enrichment_detailsto check parameters and pricing- Confirm cost with the user
run_enrichmentand present results
Table-Driven Enrichment (databar-table-enrichment)
Triggers when the user wants to enrich a dataset at scale using Databar tables — create a table, add rows, run enrichments, and get a link to view results.
Workflow:
- Parse the user’s data (CSV, JSON, or plain text)
create_tableandcreate_rows(up to 100 per batch)search_enrichmentsto find the right provideradd_table_enrichmentwith column mappingrun_table_enrichmenton all rows- Provide a link:
https://databar.ai/table/{uuid}
Waterfall Enrichment (databar-waterfall)
Triggers when the user wants to maximize success rate by trying multiple providers, or explicitly mentions “waterfall”.
Workflow:
search_waterfallsto find available waterfalls- Pick the best match based on the user’s goal
run_waterfall(single) orrun_bulk_waterfall(multiple inputs)- Optionally chain with email verification
Bulk Enrichment (databar-bulk-enrichment)
Triggers when the user provides a list of items to enrich and wants quick inline results without creating a table.
Workflow:
- Parse the user’s list (CSV, JSON, or plain text)
search_enrichmentsto find the right provider- Estimate cost:
item_count x price_per_enrichment - Confirm with the user
run_bulk_enrichment(max 100 items per request)- Format results as a markdown table
Installing skills
Skills are included in theskills/ folder of the GitHub repo. To use them:
- Claude Code / Claude.ai
- Cursor / Codex / Other agents
- OpenClaw
Copy the skill folders into your Claude skills directory:Claude will automatically discover and activate the skills when relevant.