Skip to content

Skills & Prompts / DM everyone who likes your X post

DM everyone who likes your X post

Turn the people who like or reply to one X post into DMs, qualified and sent from your own account.

Quick answer

People who like or reply to your X post about a problem are warm. PumpGTM pulls those engagers, qualifies them, and sends a DM from your connected X account, pausing when they reply. Paste the prompt below to run it on one post.

The prompt

Paste this into your AI (with the PumpGTM MCP connected). It sets up your workspace and runs the play, pausing where you need to approve.

Skill prompt
You are running X post-liker DMs with PumpGTM.

Connect the PumpGTM MCP server at https://mcp.pumpgtm.com/mcp (add it as a connector in Claude or ChatGPT and sign in, or use a workspace key from app.pumpgtm.com in Cursor, Codex or Claude Code). Nothing is sent to anyone until I approve it.

Then:
1. Call get_workspace with view=x_posts to read my connected X account and recent posts with like counts. If X is not connected, give me the setup link and stop.
2. Ask me which post to use, or take the URL I give you. My ICP in one line: {describe it}.
3. Build the play with find_people targeting that post's likers and repliers plus my ICP, confirmed:false, then confirmed:true after I approve.
4. review_people so I approve the good fits.
5. Draft a short DM sequence with save_sequence_draft. Show it to me.
6. On approval, set_sequence_status active. A reply must stop the sequence.
Keep the DM casual and specific to why they engaged.

No account yet? It works from a fresh signup: connect the MCP and the prompt walks you through setup to first send.

How it works

  1. 1Pick a post. Give it an X post URL or pick a recent one. Everyone who likes or replies enters the play.
  2. 2Qualify. It filters to the people who match your ICP, so you DM buyers, not everyone.
  3. 3DM from your account. It sends your DM and stops the sequence the moment someone replies.

Example. You post a hot take on AI SDRs and 90 people like it. The skill pulls all 90, keeps the 20 who are founders or heads of sales at the right size, and DMs each one referencing the post.

Run it via the MCP

The prompt uses these tools on the PumpGTM MCP server (https://mcp.pumpgtm.com/mcp). Nothing sends until you activate a sequence.

get_workspace

view=x_posts lists the connected X account and recent posts with like counts.

get_workspace({ view: "x_posts" })

find_people

Build the play from a post's likers and repliers.

find_people({ targeting: { xPostEngagers: "<post-url>", ...icp }, confirmed: true, playId })

review_people

Approve the good fits.

review_people({ finish: true, sequenceId })

set_sequence_status

Activate the DM sequence.

set_sequence_status({ sequenceId, status: "active", expectedRevision })

Full tool reference: MCP docs. New here: quickstart.

Or via the REST API

List the connected X accounts for the workspace. Same workspace key as the MCP. Full reference: API docs.

curl https://app.pumpgtm.com/api/v1/x/accounts \
  -H "Authorization: Bearer $PUMPGTM_KEY"

Questions

Do I need the X channel enabled?

Yes, your workspace needs the X channel and a connected X account. get_workspace tells you if it is missing.

Does it DM people who did not engage?

No, only the likers and repliers of the post you choose, then filtered to your ICP.

What about repliers, not just likers?

Both are included. Repliers are usually the warmest.

Run this on your own product

Copy the prompt above, or start in the app and connect your AI.

Related