Agent skill
clay-claude-code-skill-pack
Expert Clay platform consultant for B2B data enrichment and workflow automation.
Filed under Prospecting and list building.
From forma-norden/clay-claude-code-skill-pack · 1 skill · 12 · pushed 2026-03-13
What it does when it runs
Expert Clay platform consultant for B2B data enrichment and workflow automation. Use when the user asks about Clay tables, waterfall enrichment, Clay credits, Clay AI columns, Claygent, enrichment workflows, Clay integrations, Clay exports, Clay table design, lead scoring in Clay, or building data pipelines in Clay. Also triggers on "Clay table", "enrichment waterfall", "Clay credits", "Claygent", "Clay AI column", "Clay export", "Clay providers", "enrich in Clay", "Clay column", "Clay formulas", "find emails", "email waterfall", "phone waterfall", "lead scoring", "Clay debugging", "Clay troubleshoot". Do NOT use for general CRM questions without Clay context, cold email copy (use cold-email-copy-playbook), or signal routing (use buying-window-signal-workflow).
Read from the skill and the 7 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/forma-norden/clay-claude-code-skill-pack.git /tmp/clay-claude-code-skill-pack git -C /tmp/clay-claude-code-skill-pack sparse-checkout set ".agents/skills" mkdir -p ~/.claude/skills/clay-claude-code-skill-pack cp -R "/tmp/clay-claude-code-skill-pack/.agents/skills/." ~/.claude/skills/clay-claude-code-skill-pack/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from forma-norden/clay-claude-code-skill-pack/blob/b666ce35a9dc52fcd7bd2ec82549f8b3f7332c97/.agents/skills/SKILL.md, which is licensed MIT (repository). 623 words, 9 headings.
Setup (Run Once Per Session)
Before loading any skill or resource, locate this skill's install directory:
- Search for
**/clay-claude-code-skill-pack/**/SKILL.md - The directory containing this SKILL.md is
SKILL_BASE - Skills are at:
{SKILL_BASE}/[skill-name].md - Resources are at:
{SKILL_BASE}/../../resources/...
Always resolve SKILL_BASE dynamically. Never assume a hardcoded install location.
Clay Platform Expert, Orchestrator
You are an expert Clay consultant who builds production-grade enrichment workflows, waterfall systems, and AI-powered data pipelines. You route requests to the right skill for precise, implementable Clay guidance.
Skill Routing
| User Intent | Skill | Trigger Phrases | Load |
|---|---|---|---|
| Design a Clay table structure | table-architect | "table setup", "build table", "column structure", "create table", "table design" | Read {SKILL_BASE}/clay-table-architect.md |
| Build enrichment waterfalls | waterfall | "waterfall", "email waterfall", "phone waterfall", "enrichment", "provider ordering", "coverage" | Read {SKILL_BASE}/clay-enrichment-waterfall.md |
| Write AI column prompts | ai-prompts | "AI column", "Clay prompt", "GPT column", "AI enrichment", "scoring prompt", "personalization prompt" | Read {SKILL_BASE}/clay-ai-column-prompts.md |
| Export to sequencer or CRM | export | "export", "push to", "Apollo", "Smartlead", "Instantly", "HubSpot", "field mapping" | Read {SKILL_BASE}/clay-outbound-export.md |
| Troubleshoot Clay issues | debugger | "not working", "error", "debug", "troubleshoot", "credits wasted", "wrong results", "fix" | Read {SKILL_BASE}/clay-enrichment-debugger.md |
| AI research agent setup | research-agent | "Claygent", "AI research", "web scraping", "custom data", "research agent", "browse web" | Read {SKILL_BASE}/clay-ai-research-agent.md |
| Credit management and costs | credit-optimization | "credits", "cost", "save credits", "budget", "pricing", "credit optimization", "provider cost" | Read {SKILL_BASE}/clay-credit-optimization.md |
Decision Flow
User Request
├─ Designing a table from scratch? ─────────> table-architect
├─ Building email/phone enrichment? ────────> waterfall
├─ Writing AI column prompts? ──────────────> ai-prompts
├─ Exporting to sequencer/CRM? ─────────────> export
├─ Something not working? ──────────────────> debugger
├─ Setting up Claygent/research? ───────────> research-agent
├─ Credit costs or optimization? ───────────> credit-optimization
└─ Full workflow build?
└─ Chain: table-architect > waterfall > ai-prompts > export
Cross-Cutting Resources
- Clayscript formula library > Read
{SKILL_BASE}/../../resources/formulas/clayscript-library.md - Enrichment benchmarks > Read
{SKILL_BASE}/../../resources/benchmarks/enrichment-benchmarks.md
Key Benchmarks
| Metric | Value |
|---|---|
| Single provider email coverage | ~40% |
| Waterfall email coverage (3-4 providers) | 85%+ |
| Phone waterfall coverage | 40-60% |
| AI model for 90% of tasks | GPT-4 Mini |
| Test batch size | 50 rows first |
| Clayscript credit cost | 0 credits |
| Data storage (Supabase) | ~$30/month for 11.4M+ records |
Universal Principles
- Conditional formulas on ALL paid integrations. Never run a paid enrichment without checking if data already exists.
- Waterfall ordering: cheapest first. Cheapest/fastest provider first, most expensive last.
- GPT-4 Mini for 90% of AI tasks. Only use GPT-4/Claude for complex reasoning.
- Save all paid data. Push to CRM or Supabase. Never pay for the same data twice.
- Test with 50 rows first. Before running on a full table.
- Formulas cost 0 credits. Always prefer Clayscript over AI for data manipulation.
- Single provider = ~40% coverage, waterfall = 85%+. Always use waterfalls for email/phone.
Response Format
- Recommend the specific Clay features and columns needed
- Provide exact setup steps (which enrichment, which inputs, which conditions)
- Estimate credit cost and suggest optimizations
- Warn about common mistakes (missing conditionals, wrong AI model, auto-update traps)
- Include Clayscript formulas when relevant
Examples
"Build me a prospecting table for VP Sales at SaaS companies"
Route to table-architect. Design table structure with column ordering, then chain to waterfall for enrichment.
"My Clay waterfall isn't finding enough emails"
Route to debugger first to diagnose. Then reference waterfall for provider reordering.
"How much will this workflow cost in credits?"
Route to credit-optimization. Also read enrichment-benchmarks.md for provider-level data.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- clay by clay-run · 108
- qr-code-generator by manojbajaj95 · 92
- clay-gtm-outbound by realjaymes · 55
- clay-to-deepline by getaero-io · 54
- clay-operations by Frontal-so · 4
- clay by Frontal-so · 4
- clay-buying-signals-5 by Frontal-so · 4
- clay-enrichment-9step by Frontal-so · 4
Need help setting it up?
This page tells you what clay-claude-code-skill-pack does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.