From xactions
Finds and qualifies B2B leads from X/Twitter conversations using keyword search, profile analysis, intent scoring, and MCP tools like x_search_tweets. Useful for prospecting pipelines and mining social signals.
npx claudepluginhub ranapriyansh/xactionsThis skill uses the workspace's default tool permissions.
MCP-powered workflow for finding and qualifying B2B leads from X/Twitter conversations and profiles.
Finds and qualifies B2B leads from X/Twitter conversations using keyword search, profile analysis, intent scoring, and MCP tools like x_search_tweets. Useful for prospecting pipelines and mining social signals.
Finds, scores, and outreaches to high-value leads using AI agents for signal scoring, mutual ranking, warm path discovery, and channel-specific messaging on email, LinkedIn, X.
Generates B2B/B2C leads by running Apify scrapers on Google Maps, websites, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search. Useful for building prospect lists and enriching contacts for sales outreach.
Share bugs, ideas, or general feedback.
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 monitoring