apollo-to-cargolisted
Install: claude install-skill getcargohq/gtm-skills
# Apollo to Cargo
Take a list somebody built in Apollo and rebuild it on Cargo, with the cost of both measured on
the same rows rather than argued from price pages.
**Cargo keeps Apollo as one provider among many.** This is not a rip-out: `apolloio` is in the
stack, and the honest answer is sometimes "Apollo already covers this niche better, keep paying
for it". What changes is that Apollo stops being the only source, so the records it misses are
caught instead of lost.
## 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 of the list 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 t