This agent monitors X for people actively looking for a tool like yours. When it finds a match, it scores intent, filters noise, and drafts a contextual reply.
You're not interrupting people mid-scroll. You're responding to someone who is already evaluating tools — right now, on X.
This assumes Clawdbot is already running locally. Set it up first if you haven't.
What It Does
The agent scans X continuously for buyer intent signals. Not every mention — only posts that indicate active evaluation or switching behavior.
When a match passes the intent threshold, the agent drafts a reply using a structured formula — acknowledge the pain, mention a few options, position your product naturally. Then delay logic adds randomized timing before posting.
Platform
X (Twitter)
Daily volume
Up to 200 replies
Mode
Draft or auto-post
Precision beats volume. A tight keyword list and high intent threshold outperforms blasting everything.
The Skill
Copy the skill below and save it as SKILL.md inside your OpenClaw skills folder, or paste it directly into Clawdbot via Telegram.
---
name: buying-intent-sniper
description: Monitor X for high-intent buyer phrases like 'alternative to X' or 'best tool for Y'. Draft contextual replies with delay logic to avoid spam flags.
metadata:
{
"openclaw": {
"emoji": "🎯",
"category": "Demand Capture",
"collection": "Marketing skills for webinar"
}
}
---
# Buying Intent Sniper — X
## What It Does
Monitors X for people actively looking for a solution like yours. Searches for buying intent phrases, scores matches, drafts contextual replies, and inserts your product naturally into the conversation.
## Trigger Phrases to Monitor
- "alternative to [competitor]"
- "best tool for [use case]"
- "looking for a [product category]"
- "anyone recommend a [tool type]"
- "switching from [competitor]"
- "[competitor] is too expensive"
## How to Run
1. Define your keyword list (intent phrases + competitor names)
2. Search X daily via search API or browser scraping
3. Filter results for genuine buyer intent — skip casual mentions
4. Score intent (only reply at 7/10+)
5. Draft a reply: acknowledge their pain, mention a few options, position your product naturally
6. Add delay logic: wait 5–30 min before posting, randomize timing
7. Log each reply to avoid double-posting on the same thread
## Reply Formula
> "Dealt with this exact issue. [1-line empathy]. We use [Your Product] — [1 specific benefit]. Happy to share more if useful."
## Rate Limits & Safety
- Max ~200 contextual replies/day when randomized
- Never use identical reply text twice — always vary wording
- Avoid dropping links in the first reply — earn trust first
- Randomize delay: 2–7 min between replies
- Start at 10 replies/day and scale up weekly
## Output
- Draft replies for human review OR auto-post with approval flag
- Log to `memory/buying-intent-log.md`: date, thread URL, reply text, resultCustomize the trigger phrases and competitor names before running. The reply formula and rate limits are safe defaults — adjust based on your platform.
Next step
Haven't set up Clawdbot yet?
OpenClaw + Telegram + Claude. Takes ~20 minutes.






