skills/lead-generation/SKILL.md
Finds and qualifies B2B leads from X/Twitter conversations using keyword search, profile analysis, and intent scoring. Combines MCP tools for automated prospecting pipelines. Use when prospecting, finding potential customers, or mining social conversations for leads.
npx skillsauth add harryvik990/X-auto lead-generationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MCP-powered workflow for finding and qualifying B2B leads from X/Twitter conversations and profiles.
| Tool | Purpose |
|------|---------|
| x_search_tweets | Find conversations by keyword/intent |
| x_get_profile | Qualify leads with profile data |
| x_get_tweets | Assess activity level and interests |
| x_get_followers | Check audience size and quality |
| x_get_following | Identify competitor usage / peer network |
x_search_tweets for each query with limit: 30. Collect unique usernames.x_get_profile for each. Filter by: has bio, followers > 100, account age > 6 months.x_get_tweets with limit: 20.x_get_following for high-value leads to see competitor follows.Enhance MCP workflows with browser scripts:
| Goal | Script |
|------|--------|
| Monitor keywords in real-time | src/keywordMonitor.js |
| Analyze potential lead's audience | src/audienceDemographics.js |
| Check overlap with your audience | src/audienceOverlap.js |
| Engage with leads' content | src/engagementBooster.js |
| Auto-follow qualified leads | src/automation/keywordFollow.js |
## Lead List: {search_topic}
Generated: {date} | Total qualified: {count}
| Username | Score | Followers | Signal | Tweet URL |
|----------|-------|-----------|--------|-----------|
| @{user} | {1-5} | {count} | {type} | {url} |
### High-Priority Leads (Score 4-5)
**@{username}** -- Score: {n}/5
- Signal: "{tweet excerpt}"
- Bio: {bio}
- Suggested approach: {personalized outreach note}
x_get_followers to find warm introssrc/keywordMonitor.js for ongoing keyword monitoringtools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
content-media
Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.
tools
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.