B2B Local Outreach
End-to-end B2B cold-outreach pipeline: source, score, personalize, comply, track.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 150c2d0
Applied the v2 weighted scoring formula by hand to a sample hotel lead (180 reviews, 4.6★, SSL+mobile, no ads/hiring) and got Priority-B 43/100 with a full breakdown — the baseline attempt with no skill just wrote a generic pitch with no score, no compliance footer, and no cultural register at all.
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 Local Outreach does
Builds a full local-business outreach pipeline — sourcing leads from Maps/directories/LinkedIn, discovering emails from legally-required Impressum/Aviso-Legal/Mentions-Légales pages, scoring with a weighted intent formula, storing in a SQLite/Supabase DB, and generating culturally-calibrated, legally-compliant (GDPR/CAN-SPAM/CASL) multilingual email sequences. Triggers on lead generation, cold outreach, lead scoring, and reply-classification requests.
How to install B2B Local Outreach
git clone https://github.com/txampa/claude-skill-b2b-local-outreach
mkdir -p ~/.claude/skills
cp -r claude-skill-b2b-local-outreach ~/.claude/skills/b2b-local-outreach
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger B2B Local Outreach
-
/b2b-local-outreachEnd-to-end B2B cold-outreach pipeline: source, score, personalize, comply, track.
It also activates on plain-language prompts like these:
-
Find local hotel leads in Valencia and score them for outreach priority -
Write a GDPR-compliant Spanish cold email sequence for this hotel lead -
Scrape Impressum pages for contact emails and build a leads database
Frequently asked questions
- Is the B2B Local Outreach skill free?
- Yes. The skill itself is free from txampa/claude-skill-b2b-local-outreach. SkillProof publishes the install command and an independent test verdict at no cost.
- Does B2B Local Outreach work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Applied the v2 weighted scoring formula by hand to a sample hotel lead (180 reviews, 4.6★, SSL+mobile, no ads/hiring) and got Priority-B 43/100 with a full breakdown — the baseline attempt with no skill just wrote a generic pitch with no score, no compliance footer, and no cultural register at all.
- What is the B2B Local Outreach 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 Local Outreach?
- 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 Local Outreach 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.