Agent skill · Content & Marketing

lead-intelligence

AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, source-derived voice modeling, and channel-specific outreach across email, LinkedIn, and X. Use when the user wants to find, qualify, and reach high-value contacts.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill lead-intelligence --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/lead-intelligence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lead Intelligence Agent-powered lead intelligence pipeline that finds, scores, and reaches high-value contacts through social graph analysis and warm path discovery. ## When to Activate - User wants to find leads or prospects in a specific industry - Building an outreach list for partnerships, sales, or fundraising - Researching who to reach out to and the best path to reach them - User says "find leads", "outreach list", "who should I reach out to", "warm intros" - Needs to score or rank a list of contacts by relevance - Wants to map mutual connections to find warm introduction paths ## Tool Requirements ### Required - **Exa MCP** — Deep web search for people, companies, and signals (`web_search_exa`) - **X API** — Follower/following graph, mutual analysis, recent activity (`X_BEARER_TOKEN`, plus write-context credentials such as `X_CONSUMER_KEY`, `X_CONSUMER_SECRET`, `X_ACCESS_TOKEN`, `X_ACCESS_TOKEN_SECRET`) ### Optional (enhance results) - **LinkedIn** — Direct API if available, otherwise browser control for search, profile inspection, and drafting - **Apollo/Clay API** — For enrichment cross-reference if user has access - **GitHub MCP** — For developer-centric lead qualifica

What's inside
Steps it walks through
  1. When to Activate
  2. Tool Requirements
  3. Required
  4. Optional (enhance results)
  5. Pipeline Overview
  6. Voice Before Outreach
  7. Stage 1: Signal Scoring
  8. Signal Search Approach
  9. Stage 2: Mutual Ranking
  10. Ranking Model
  11. Output Format
  12. Stage 3: Warm Path Discovery
  13. Path Types (ordered by warmth)
  14. Stage 4: Enrichment
Ships with 4 files
  • agents/enrichment-agent.md
  • agents/mutual-mapper.md
  • agents/outreach-drafter.md
  • agents/signal-scorer.md
Commands it runs
Required
export X_BEARER_TOKEN="..."
export X_ACCESS_TOKEN="..."
export X_ACCESS_TOKEN_SECRET="..."
export X_CONSUMER_KEY="..."
export X_CONSUMER_SECRET="..."
export EXA_API_KEY="..."
Optional
export LINKEDIN_COOKIE="..." # For browser-use LinkedIn access
export APOLLO_API_KEY="..."  # For Apollo enrichment
More from everything-openai-codex
All skills →
About this skill
What does the lead-intelligence skill do?

AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, source-derived voice modeling, and channel-specific outreach across email, LinkedIn, and X. Use when the user wants to find, qualify, and reach high-value contacts.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill lead-intelligence --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going