The open-source, agentic alternative to Clay. Build enrichment and outbound pipelines from modular skills. Run from anywhere โ terminal, Telegram, or any coding agent.
curl -fsSL https://openkiln.dev/install.sh | bash
Give your coding agent the install command. Then use OpenKiln from any device โ your laptop, your phone, wherever you chat.
Install OpenKiln and import my contacts from this CSV
Done. 5,387 contacts imported into CRM. 3 skills installed. Want me to verify the emails?
Yes, then push the safe ones to my Smartlead campaign
Workflow complete.
โ 4,820 safe emails verified via OrbiSearch
โ Pushed to campaign "Q2 Outreach"
567 risky/invalid filtered out
How's the campaign doing?
Sent: 2,140 | Opened: 847 (39.6%)
Clicked: 203 | Replied: 89 (4.2%)
23 interested ยท 3 meetings booked
Works with Claude Code, OpenClaw, or any agent that runs shell commands.
Install skills to connect services. Compose them into workflows with YAML. No code required.
Pull data in from CRM, CSV, APIs, databases
Verify emails, enrich contacts, score leads
Keep only what passes โ safe emails, qualified leads
Push to campaigns, update CRM, export data
Define your pipeline in a simple YAML file. Read contacts from CRM, verify emails, push safe leads to your outreach campaign. Dry-run first, apply when ready.
source:
skill: crm
type: contacts
filter:
segment: gtm-agencies
transforms:
- orbisearch.validate
filter:
status: safe
sinks:
- skill: smartlead
action: push
campaign_id: "12345"
Install what you need. Build what's missing.
Contacts, companies, lists, lifecycle stages, touch logging. Import from CSV with column mapping.
Email verification โ handles catch-alls, SEGs, greylisted servers. Single and bulk modes.
Campaign management, lead push, monitoring, engagement sync. 22 CLI commands.
If it has an API, your agent can build a skill for it. Just point your agent at the API docs โ it creates the skill, validates it, and it's ready to plug into your workflows.
Skills built by the community. Powered by the OpenKiln Skill Maker.
I want to connect AI Ark to my pipeline. Here's their API docs.
Building AI Ark skill...
โ API client (6 endpoints)
โ CLI commands
โ Database schema
โ Tests passing
โ Validator: 17/17
Ready to install.
Install it and add it to my workflow
โ AI Ark skill installed
โ Added as transform in your workflow
Run with: openkiln workflow run workflow.yml --apply
# install
$ curl -fsSL https://openkiln.dev/install.sh | bash
# install skills
$ openkiln skill install crm
$ openkiln skill install orbisearch
# import contacts from CSV
$ openkiln record import data.csv --skill crm --apply
# run a workflow
$ openkiln workflow run my-workflow.yml --apply