Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ipythoning/b2b-sdr-agent-template/lead-discoverynpx skills add iPythoning/b2b-sdr-agent-template --skill lead-discoverygit clone --depth 1 https://github.com/iPythoning/b2b-sdr-agent-templateWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.00943 |
| Opus 5 | $0.00016 | $0.00472 |
| Sonnet 5 | $0.00007 | $0.00189 |
| Haiku 4.5 | $0.00003 | $0.00094 |
Grade A, and why
lead-discovery scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s 'https://s.jina.ai/QUERY_URL_ENCODED' \ How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lead Discovery — AI-Powered Prospecting
Automatically search, filter, and evaluate potential buyers based on your ICP profile.
Triggers
- Cron scheduled execution (Daily 10:00)
- Manual command from owner: "Search for leads in [market/industry]"
Search Strategy
Search Dimensions (rotate daily, pick 1-2)
-
Target Market Procurement
- "{{product}} buyers [target country] 2026"
- "[target country] fleet expansion logistics company"
- "[target country] construction equipment procurement"
-
Trade Shows & Procurement Signals
- "{{product}} buyers exhibition Africa Middle East 2026"
- "transport logistics tender [region]"
-
Company Research (read website)
- After discovering a target company, read their website for detailed info
-
Customs / Trade Data
- "[target country] {{product}} import statistics"
- "{{product}} import demand [region] 2026"
Search Execution
Jina Search (find potential buyers)
curl -s 'https://s.jina.ai/QUERY_URL_ENCODED' \
-H 'Authorization: Bearer $JINA_API_KEY' \
-H 'Accept: application/json'
Jina Reader (read company website)
curl -s 'https://r.jina.ai/https://target-company.com' \
-H 'Authorization: Bearer $JINA_API_KEY' \
-H 'Accept: application/json'
JINA_API_KEY in .secrets/env. Get one free at https://jina.ai/
3-Layer Enrichment Pipeline
Layer 1: Website Extraction
Read company website via Jina Reader → extract:
- Company size, employee count
- Product lines, services
- Certifications (ISO, etc.)
- Contact info (email, phone, WhatsApp)
- Office/warehouse locations
Layer 2: Purchase Signal Search
Jina Search for:
- "[company name] procurement tender"
- "[company name] fleet expansion"
- "[company name] import export"
Layer 3: Information Integration
- Combine all findings into enrichment profile
- Calculate ICP score based on USER.md criteria
- Store research notes in Supermemory with tag "customer_research"
Evaluation Flow
For each discovered prospect:
- Extract: company name, country, industry, size, contact info (email/WhatsApp/phone)
- Read company website via Jina Reader for deep understanding
- Score per USER.md ICP criteria (1-10)
- ICP >= 5: Write to CRM (source=
web_discovery, status=new) - ICP >= 7: Also mark as hot_lead, create research note
- Email found: Mark next_action=
email_outreach - WhatsApp found: Mark next_action=
whatsapp_outreach
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 121 lines · 33 tokens per session scan A a81da024dfea
lead-discovery is a skill published in the GitHub repository iPythoning/b2b-sdr-agent-template (170 stars, last pushed 12d ago), licensed MIT. It adds 33 tokens to every session and 943 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
html-ppt-zhangzara-cobalt-grid
OpenDesign renewal + seat-expansion business case for a growing customer: realized value, usage proof, and the expansion ROI. Built as a decision-grade B2B sales deck for champion, finance approver.
cold-outreach
Use when writing a cold email or LinkedIn DM to a stranger and its cadence: first-touch copy under a word ceiling, 4-7 step bump sequences, per-inbox volume and warm-up limits, the compliant opt-out footer. NOT SPF/DKIM/DMARC setup (that is email-deliverability), NOT sourcing the list (that is lead-gen), NOT life…
reddit-leads
Discover B2B leads from Reddit using AI-powered lead scoring via reddapi.dev Leads API. Finds high-intent signals, scores them 0-100, and classifies by lead type (painpoint, solutionrequest, complaint, featurerequest, comparison). Perfect for competitor poaching, pain point discovery, and sales prospecting.
startup-growth-playbook
Seed-stage growth playbook focused on channel selection and prioritization. Helps founders with product-market fit decide where to invest limited resources for maximum traction. By @WeiYipei.
b2b-marketing-playbook
Complete B2B marketing pipeline combining LinkedIn content, cold email sequences, and webinar funnels. Designed for SaaS founders doing $0–$1M ARR who need predictable lead generation. By @WeiYipei.
startup-consultant
Startup growth consulting agent specializing in Product Hunt launches, open-source marketing, and Go-to-Market audits. Get expert-level strategic reviews and actionable recommendations. By @WeiYipei — fractional growth lead for AI startups.