clay-to-deepline

Installation
SKILL.md

Clay → Deepline Migration Skill


⚠️ Security: Cookie Isolation — Read First

Clay session cookies in --with args are sent to Deepline telemetry (POST /api/v2/telemetry/activity). run_javascript executes locally but the command string is transmitted.

Two rules, always apply both:

  1. Never embed the cookie in the payload. Read it from env in JS:
    'cookie': process.env.CLAY_COOKIE   // RIGHT
    'cookie': 'claysession=abc123'      // WRONG — appears in telemetry
    
Related skills

More from getaero-io/gtm-eng-skills

Installs
4
GitHub Stars
18
First Seen
Mar 13, 2026