ops-leadgen

ops-leadgen is a skill for Claude Code from Lifecycle-Innovations-Limited/claude-ops. It costs 30 tokens per session (1,065 once invoked), scanned A, original, MIT.

A lead-generation workflow for discovering contacts, enriching company data, drafting outreach emails, and sending approved messages.

In plain words
What is it for?
Use it to find HR contacts, enrich leads, generate Slovak or English drafts, review them, and send a single approved email.
Why use it?
It separates review, approval, and sending so outreach drafts are handled one at a time before delivery.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; positional $N argument.

Part of the ops plugin — 66 skills, 21 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it to find HR contacts, enrich leads, generate Slovak or English drafts, review them, and send a single approved email.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lifecycle-innovations-limited/claude-ops/ops-leadgen
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 Lifecycle-Innovations-Limited/claude-ops --skill ops-leadgen
Clone the repo
git clone --depth 1 https://github.com/Lifecycle-Innovations-Limited/claude-ops

Made for: Claude Code.

Or install ops, the plugin that ships this one along with the rest of its 66 skills, 21 agents, 5 hooks, 1 MCP server.

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 ops-leadgen

README.md
[![agentmods](https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen/github.svg)](https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen)
Your own site
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen/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 ops-leadgen

Your own site · 80×15
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-leadgen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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 pass 7 Sept 2026
How audits are shown
Origin original 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.00030 $0.01065
Opus 5 $0.00015 $0.00532
Sonnet 5 $0.00006 $0.00213
Haiku 4.5 $0.00003 $0.00106

Measured 12d ago against content hash 1a63780c8bf8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ops-leadgen 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 12d 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.

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.

claude-ops/skills/ops-leadgen/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ops-leadgen

Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).

Wraps my-project-leadgen CLI for the daily leadgen review-and-send loop.

Repo: ~/Projects/my-project-b2b-leadgen DB: ~/Projects/my-project-b2b-leadgen/leads.db (gitignored) Run with Doppler: doppler run --project my-project-b2b-leadgen --config dev -- my-project-leadgen <cmd>

Argument routing

Argument Action
review (default) Show pending drafts one-by-one, approve or skip
send --draft-id N Send a single approved draft (Rule-6 gated)
usage Print today's Apollo reveals + Apify runs
scrape [--limit N] Discover new NL HR contacts via Apollo
enrich Run Apify enrichment on unenriched leads
draft Generate Claude NL/EN drafts for undrafted leads

Review + send flow (Rule 6)

NEVER send multiple drafts in one turn. Each send is a separate staged-draft → approval → send cycle.

  1. Run my-project-leadgen review (or fetch pending drafts from DB directly)
  2. For each pending draft, show the user:
    • Lead: name, title, company, email
    • Language, subject, full body
  3. Ask: [Send] / [Skip] / [Stop review]
  4. On [Send]: a. Show complete draft one final time b. Wait for the owner to type ok / send / ship it — this creates /tmp/.claude-send-ok c. Run: doppler run --project my-project-b2b-leadgen --config dev -- my-project-leadgen send --draft-id N d. Confirm output shows Sent OK. Gmail message ID: <id>
  5. Move to the next draft only after the current one is fully resolved.

Scrape → enrich → draft (pipeline)

Read the full file on GitHub · 99 lines

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. 12d ago First seen · 99 lines · 30 tokens per session scan A 1a63780c8bf8

Subscribe to this mod's changes

ops-leadgen is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (189 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 1,065 once invoked, about $0.0002 per session on Opus 5. 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

abm-campaign-builder

Builds targeted Account-Based Marketing campaigns by identifying ideal customer profiles, mapping buying committees, creating personalized outreach sequences, and designing multi-channel engagement strategies. Use when targeting enterprise accounts, building sales playbooks, or designing vertical market penetration…

Adri3l-R3nan/cognify-skills · 53 tokens

business-roi-analyzer

Calculates ROI, payback period, and financial projections for business investments including technology purchases, automation projects, hiring decisions, and equipment acquisitions. Use when evaluating whether a business investment is worth making, comparing multiple investment options, or building a business case for…

Adri3l-R3nan/cognify-skills · 58 tokens

client-discovery-interview

Conducts structured discovery interviews for consultants, agencies, and service providers. Guides conversation through problem identification, stakeholder mapping, success criteria definition, budget/timeline scoping, and produces a formatted discovery brief with next steps.

Adri3l-R3nan/cognify-skills · 49 tokens

cognify-workflow-analysis

Analyzes business workflows to identify automation opportunities, calculate ROI, and generate structured redesign recommendations. Use when a user describes operational pain points, wants to reduce manual work, improve team communication, automate repetitive tasks, or evaluate where AI can save time and money.

Adri3l-R3nan/cognify-skills · 58 tokens

competitive-intelligence

Conducts structured competitive analysis including market positioning, feature comparison, pricing intelligence, SWOT analysis, and strategic recommendations. Use when evaluating competitors, preparing for a sales battle card, planning market entry, differentiating a product, or building a competitive strategy.

Adri3l-R3nan/cognify-skills · 53 tokens

customer-feedback-analyzer

Analyzes customer feedback from surveys, reviews, support tickets, and interviews to identify themes, prioritize improvements, and quantify sentiment. Use when processing NPS results, analyzing churn reasons, reviewing product feedback, understanding support ticket patterns, or building a product or service…

Adri3l-R3nan/cognify-skills · 59 tokens