
Clay To Deepline
Install this to migrate a Clay GTM table into local Deepline scripts with extraction, action mapping, generated code, and parity checks against Clay ground truth.
Install
npx skills add https://github.com/code.deepline.com --skill clay-to-deeplineWhat is this skill?
- Recipe shortcut that still defers session routing to the deepline-gtm meta-skill
- Covers extraction via MCP or script, documentation, and Clay action mapping
- Generates local Deepline scripts from table configuration
- Includes parity validation against Clay ground truth
- Explicit execution order: invoke meta-skill first, then read clay-to-deepline recipe
Adoption & trust: 4.7k installs on skills.sh.
Recommended Skills
Agent Browservercel-labs/agent-browser
Lark Imlarksuite/cli
Lark Calendarlarksuite/cli
Lark Sheetslarksuite/cli
Lark Vclarksuite/cli
Lark Contactlarksuite/cli
Journey fit
Primary fit
Build → integrations is the canonical shelf because the work wires external Clay workflows into runnable local automation scripts. Integrations covers replacing a hosted enrichment table with scripted pipelines, MCP or script extraction, and validation against the source system.
SKILL.md
READMESKILL.md - Clay To Deepline
# Clay → Deepline Migration This is a recipe shortcut. It pre-selects the clay-to-deepline recipe but the **deepline-gtm governs the entire session**. ## Execution order 1. **Invoke `deepline-gtm`** using the Skill tool. 2. **Follow the meta-skill's full routing instructions** - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected. 3. **Additionally read** the clay-to-deepline recipe at `../deepline-gtm/recipes/clay-to-deepline.md` (relative to this file) for the specific workflow. The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.