Setup & Installation

Install Lead Generation using the ClawHub CLI or OpenClaw CLI:

clawhub install lead-generation

If the CLI is not installed:

npx clawhub@latest install lead-generation

Or install with OpenClaw CLI:

openclaw skills install lead-generation

View on ClawHub · View on GitHub

What This Skill Does

Lead Generation is a Marketing & SEO skill for OpenClaw by atyachin.

Lead Generation

Find high-intent buyers from live social conversations.

Discovers leads expressing problems your product solves, complaining about competitors, or actively seeking solutions across Twitter, Instagram, and Reddit.

Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

3-Phase Process

Phase 1: Product Research (One-Time)

Ask for product reference (website/GitHub/description). Use web_fetch/web_search to research. Build profile: product info, target audience, pain points, competitors, keywords. Validate with user.

Generate 12-18 queries across:

  1. Pain point queries — people expressing problems
  2. Competitor frustration — complaints about alternatives
  3. Tool/solution seeking — "recommend..."
  4. Industry discussion — target audience

Save to data/lead-generation/product-profile.json and search-queries.json.

Phase 2: Lead Discovery (Repeatable)

mcporter call xpoz.getTwitterPostsByKeywords query="GENERATED_QUERY" startDate="DATE"
mcporter call xpoz.checkOperationStatus operationId="op_..." # Poll every 5s
mcporter call xpoz.getTwitterUsersByKeywords query="..." # Find people

Repeat for Instagram/Reddit.

Phase 3: Scoring & Output

Score (1-10):

  • Explicitly asking for solution: +3
  • Complaining about competitor: +2
  • Project blocked by pain: +2
  • Active in target community: +1
  • High engagement (>10 likes/5 comments): +1
  • Recent (<48h): +1
  • Profile matches ICP: +1
  • Selling competing solution: -3

Tiers: 8-10 Hot, 6-7 Warm, 5 Watchlist

Deduplicate via data/lead-generation/sent-leads.json (key: {platform}:{author}:{post_id}).

Output: Username, quote, URL, score, why fit, outreach draft, engagement, timestamp.

Outreach:

"I had the same problem! Ended up using [Product] — it does [capability]. [URL]
(Disclosure: I work with [Product])"

Tips

  • Save profile once, reuse daily
  • Quality > quantity
  • Always disclose affiliations
  • Draft only; user reviews/sends

Version History

Latest version: 2.2.0

First published: Feb 11, 2026. Last updated: Feb 12, 2026.

4 versions released.

Frequently Asked Questions

Is Lead Generation free to use?
Yes. Lead Generation is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does Lead Generation support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Lead Generation will work seamlessly across operating systems.
How do I update Lead Generation?
Run openclaw skills update lead-generation to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use Lead Generation with other skills?
Yes. OpenClaw skills are composable — you can combine Lead Generation with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.