B2B Lead Hunter

Evidence-gated foreign-trade B2B lead research, decision-maker discovery, and controlled SMTP outreach.

Works with setup

Test report

Verdict
Works with setup
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 5f1ef02

Ran the real dedupe_leads.py + export_leads.py + validate_artifact.py pipeline on synthetic leads: it correctly merged two duplicate-domain candidates, rejected a B2C-only lead, and caught a genuine schema violation (a low-priority lead missing review_required=true) before I fixed it — the deterministic gates are not decorative. Real friction: SMTP sending (advertised in the skill's own one-line description) needs the user to hand-create _shared/smtp-config.json with a live app-password env var, and the Maps/LinkedIn decision-maker lanes hard-require SERPER_API_KEY / TAVILY_API_KEY (raise SystemExit if absent) — none of that is a security problem, just unavoidable manual setup before the advertised outreach half of the skill works.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What B2B Lead Hunter does

Runs a scripted, schema-validated pipeline that mines foreign-trade B2B leads (importers, distributors, wholesalers) from a product/region/ICP brief, enriches them with decision-maker contacts and customs signals, and drafts region/language-matched outreach emails that can only be sent through a hash-locked SMTP gate after explicit human approval. Triggers on physical-product export/import lead-hunting and outreach requests; does not apply to domestic SaaS marketing or generic CRM/software questions.

How to install B2B Lead Hunter

git clone https://github.com/xiongQvQ/-b2b-lead-hunter-skill.git b2b-lead-hunter-skill
mkdir -p ~/.claude/skills
cp -r b2b-lead-hunter-skill ~/.claude/skills/b2b-lead-hunter

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger B2B Lead Hunter

  • /b2b-lead-hunter Evidence-gated foreign-trade B2B lead research, decision-maker discovery, and controlled SMTP outreach.

It also activates on plain-language prompts like these:

  • Find stainless steel fastener importers in Europe for outreach
  • Dedupe and validate this raw leads file before we email anyone
  • Draft region-matched outreach emails to these wholesale distributors

Frequently asked questions

Is the B2B Lead Hunter skill free?
Yes. The skill itself is free from -b2b-lead-hunter-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does B2B Lead Hunter work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Ran the real dedupe_leads.py + export_leads.py + validate_artifact.py pipeline on synthetic leads: it correctly merged two duplicate-domain candidates, rejected a B2C-only lead, and caught a genuine schema violation (a low-priority lead missing review_required=true) before I fixed it — the deterministic gates are not decorative. Real friction: SMTP sending (advertised in the skill's own one-line description) needs the user to hand-create _shared/smtp-config.json with a live app-password env var, and the Maps/LinkedIn decision-maker lanes hard-require SERPER_API_KEY / TAVILY_API_KEY (raise SystemExit if absent) — none of that is a security problem, just unavoidable manual setup before the advertised outreach half of the skill works.
What is the B2B Lead Hunter SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install B2B Lead Hunter?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use B2B Lead Hunter with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.