find-leads

find-leads is a skill for Claude Code from eracle/OpenOutreach. It costs 0 tokens per session (4,583 once invoked), scanned A, original, GPL-3.0.

A workflow for finding qualified business-to-business leads with OpenOutreach, a tool for collecting potential customers and contacts. It can also inspect an existing campaign’s lead list.

In plain words
What is it for?
It helps initialize OpenOutreach, search for prospects that match an ideal customer profile, read the resulting CSV, and pass the leads to a sending workflow.
Why use it?
It gives lead-finding tasks a defined command, setup process, and handoff format for the resulting contact data.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the openoutreach plugin — 1 skill shipped together

Good fit It helps initialize OpenOutreach, search for prospects that match an ideal customer profile, read the resulting CSV, and pass the leads to a sending workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eracle/openoutreach/find-leads
About the project

OpenOutreach is a self-hosted command-line AI agent that finds potential business customers from a product description and target-market definition, evaluates their fit, and emails them from the user's mailbox. It is for B2B lead generation without requiring the user to upload a lead list.

eracle/OpenOutreach · 2,938 stars · on GitHub · openoutreach.app

Install

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.

Any agent
npx skills add eracle/OpenOutreach --skill find-leads
Clone the repo
git clone --depth 1 https://github.com/eracle/OpenOutreach

Made for: Claude Code.

Or install openoutreach, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-leads

README.md
[![agentmods](https://agentmods.dev/badge/skills/eracle/openoutreach/find-leads/github.svg)](https://agentmods.dev/skills/eracle/openoutreach/find-leads)
Your own site
<a href="https://agentmods.dev/skills/eracle/openoutreach/find-leads"><img src="https://agentmods.dev/badge/skills/eracle/openoutreach/find-leads/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-leads

Your own site · 80×15
<a href="https://agentmods.dev/skills/eracle/openoutreach/find-leads"><img src="https://agentmods.dev/badge/skills/eracle/openoutreach/find-leads.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,583 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 30
    uvx/uv tool run commands without ==version create a rug-pull risk.
    Fix: Pin the version: uvx package-name==1.2.3
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04583
Opus 5 $0.00000 $0.02292
Sonnet 5 $0.00000 $0.00917
Haiku 4.5 $0.00000 $0.00458

Measured today against content hash a9a468ac4ddd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

find-leads scanned grade A with 0 findings 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 today.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/find-leads/SKILL.md · 319 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

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.

  1. today Changed · +57 lines a9a468ac4ddd
  2. yesterday Changed 0cecdffe44e5
  3. 6d ago Changed · +39 lines edd2d46e4f17
  4. 9d ago First seen · 223 lines · 0 tokens per session scan A 1d4ac3dc9684

Subscribe to this mod's changes

find-leads is a skill published in the GitHub repository eracle/OpenOutreach (2,938 stars, last pushed yesterday), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 4,583 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

weknora-shared

Use when driving a WeKnora RAG server through the weknora CLI as an agent — authenticating, managing knowledge bases / documents / sessions / agents, running search or chat, or interpreting the CLI's JSON envelopes and exit codes. Read this before any other weknora- skill.

Tencent/WeKnora · 68 tokens

weknora-rag-search

Use when retrieving from or asking questions against a WeKnora knowledge base via the weknora CLI — and especially when unsure whether to use chat, session ask, or search chunks for a given goal.

Tencent/WeKnora · 54 tokens

pdf-processing

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.

Tencent/WeKnora · 36 tokens

Phone Use

MUST Load this skill for ANY task that involves GUI interaction or device control — opening apps, tapping, typing, scrolling, swiping, Back/Home/Recents, reading the screen, or any workflow that touches on-screen content. Load this even when the user does not explicitly mention the device — if the task implies a GUI…

niki914/zafiro · 76 tokens

release-new-version

Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).

niki914/zafiro · 54 tokens

automation

Instructions for managing scheduled tasks through the host's structured automation tool, including reminders, delayed work, recurring checks, and result delivery.

nexus-research-lab/nexus · 76 tokens