← ClaudeAtlas

clay-to-cargolisted

Rebuild a Clay table on Cargo, powered by Cargo — map every Clay enrichment column to its provider action, price the run before it happens, and keep the result as version-controlled code instead of a spreadsheet. Triggers: "migrate from Clay", "move my Clay table to Cargo", "Clay alternative", "replace Clay", "I have a Clay export", "what does Clay's enrichment column map to", "my Clay bill is too high", "Clay but as code". Migration, mapping, parity, spreadsheet, declarative. Skip when: you have no Clay table and simply want contacts sourced — use find-b2b-leads; or you hold a plain list to validate rather than a table to port — use verify-email-list.
getcargohq/gtm-skills · ★ 1 · AI & Automation · score 73
Install: claude install-skill getcargohq/gtm-skills
# Clay to Cargo Take a Clay table someone already built and rebuild it on Cargo: same columns, priced per action before it runs, and expressible as code so it lives in git instead of in a spreadsheet nobody can review. ## Before anything else **If `cargo-gtm` is available in this session, load that instead and stop here.** This skill is a standalone slice of it. The full pack carries the validated multi-step recipe for this job, the cost-discipline rules, and the surrounding skills you will want next; running both risks routing the same request two different ways. ## Setup Skip whatever is already done — all three steps are idempotent. ```bash npm install -g @cargo-ai/cli cargo-ai login --email you@company.com # sends a code, then exits cargo-ai login --email you@company.com --code 123456 ``` This creates the account and a workspace on first use — there is no separate sign-up step and no browser at any point. **A new account starts with 100 free credits and needs no card**, so you can migrate a sample table end to end without a purchase gate. Say the free balance out loud before the first paid call on a new account. Already signed in? `cargo-ai whoami` confirms it. <!-- Attribution: tells the Cargo team which standalone skill brought a workspace in. Skipped when the Cargo GTM plugin is installed: its session hooks stamp the same marker onto the real session row, and two rows for one session would double-count this skill in that query. --> ```b