PluginBench
Skill
Pass
Audit score 90

clay-to-deepline

code.deepline.com

Convert Clay table configurations into local Deepline scripts with extraction, documentation, and parity validation.

What is clay-to-deepline?

A recipe shortcut that pre-selects the clay-to-deepline workflow within the deepline-gtm meta-skill. It automates conversion of Clay table setups into Deepline scripts, handling data extraction, action mapping, and validation against Clay ground truth.

  • Pre-selects the clay-to-deepline recipe within deepline-gtm
  • Handles data extraction via MCP or custom scripts
  • Generates documentation for migrated configurations
  • Maps Clay actions to Deepline equivalents
  • Produces local Deepline scripts
  • Validates parity against Clay ground truth

How to install clay-to-deepline

npx skills add null --skill clay-to-deepline
Prerequisites
  • deepline-gtm meta-skill installed and available
  • Access to Clay table configuration details
  • Deepline environment set up locally
Claude Code
Cursor
Windsurf
Cline

How to use clay-to-deepline

  1. 1.Install the skill using: npx skills add null --skill clay-to-deepline
  2. 2.Invoke deepline-gtm using the Skill tool
  3. 3.Follow the meta-skill's full routing instructions and load all required sub-documents
  4. 4.Read the clay-to-deepline recipe at ../deepline-gtm/recipes/clay-to-deepline.md
  5. 5.Provide your Clay table configuration details
  6. 6.Review generated Deepline scripts and validation results

Use cases

Good for
  • Migrating existing Clay table configurations to Deepline
  • Automating extraction of Clay data sources into local scripts
  • Documenting Clay-to-Deepline conversion workflows
  • Ensuring feature parity when moving from Clay to Deepline
  • Batch converting multiple Clay table setups
Who it's for
  • Data engineers migrating from Clay to Deepline
  • Teams automating table configuration conversions
  • Users building local Deepline workflows from Clay sources

clay-to-deepline FAQ

What does this skill do?

It converts Clay table configurations into local Deepline scripts, automating extraction, documentation, action mapping, and parity validation.

Is this a standalone tool or part of something larger?

It's a recipe shortcut that pre-selects the clay-to-deepline workflow within the deepline-gtm meta-skill. You must invoke deepline-gtm and follow its full routing instructions.

What extraction methods are supported?

The skill handles both MCP (Model Context Protocol) and custom script-based extraction methods.

How is parity validated?

The skill validates the generated Deepline scripts against Clay ground truth to ensure feature and behavior parity.

Do I need to read additional documentation?

Yes. After invoking deepline-gtm, you should read the clay-to-deepline recipe at ../deepline-gtm/recipes/clay-to-deepline.md for the specific workflow details.

Full instructions (SKILL.md)

Source of truth, from code.deepline.com.


name: clay-to-deepline description: "Convert a Clay table configuration into local Deepline scripts. Handles extraction (MCP or script), documentation, action mapping, script generation, and parity validation against Clay ground truth."

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.