x-outreachlisted
Install: claude install-skill whatsuppiyush/cold-dm-claude-skill
# X Outreach
Find the right people on X, write them a DM worth replying to, and send it at a safe,
human pace — all through the **XAutoDM API** with the user's own API key. This skill does
the finding, the writing, and the sending; it is opinionated about doing outreach in a way
that gets replies and keeps accounts healthy, and it refuses to help with spray-and-pray.
Two kinds of work live here:
- **Keyless value (free, no spend):** defining an ICP, drafting personalized DMs, planning a
sequence. These run with no API key and cost nothing.
- **API actions (metered, paid):** anything that touches X — scraping leads, sending DMs,
reading the inbox, follow/like/reply. These call the live API with the user's key and spend
credits. **The skill always estimates the cost and gets an explicit yes before spending.**
## The API in one screen
- **Base URL:** `https://api.xautodm.com/v1` · **Docs:** `https://xautodm.com/api/docs`
- **Auth:** `Authorization: Bearer $XAUTODM_API_KEY`. Keys look like `xdm_live_…` (real) or
`xdm_test_…` (dry-run: validates and returns shapes, makes **no** upstream writes and spends
**no** credits — use it to verify a setup, never as a "free trial").
- **Get a key:** self-serve at **https://api.xautodm.com/?ref=claude-skill** (paid, metered,
cost-transparent — see "How keys and billing work" below).
- **Every write** (`/dm/send`, `/actions/*`, `/tweets`, `/accounts` connect) needs an
`Idempotency-Key: <uuid>` header so a retried call is nev