Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Lead Discovery

ASecurity

RevenueOS Lead Discovery — find and qualify prospects for a connected business, either through an optional external prospecting service (see docs/integrations.md) (a separate process, when installed) or by importing a CSV drop of leads. Use when the user says \"find us new prospects\", \"import this lead list\", \"who should we be selling to\", \"discover qualified leads\", or hands over a CSV export from Instantly, Smartlead, or a similar prospecting tool.

7 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsbashdocker

Works with

climcp

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add unempyd/revenueos --skill lead-discovery --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lead Discovery?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Lead Discovery
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/unempyd-lead-discovery/badge)](https://www.skillsdirectory.com/skills/unempyd-lead-discovery)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: revenueos-lead-discovery
description: "RevenueOS Lead Discovery — find and qualify prospects for a connected business, either through an optional external prospecting service (see docs/integrations.md) (a separate process, when installed) or by importing a CSV drop of leads. Use when the user says \"find us new prospects\", \"import this lead list\", \"who should we be selling to\", \"discover qualified leads\", or hands over a CSV export from Instantly, Smartlead, or a similar prospecting tool."
metadata:
  version: 0.1.0
  vendor: RevenueOS
---

# RevenueOS Lead Discovery

RevenueOS Lead Discovery finds prospects that match the connected business's ideal customer
profile and turns each one into a `prospect` action, ready to feed RevenueOS Sales Follow-up.

## When to use this

- The user wants new prospects found for outreach.
- The user has a lead export (from Instantly, Smartlead, or any similarly-shaped CSV) to
  bring into RevenueOS.
- an optional external prospecting service (see docs/integrations.md) is installed and should be run to source fresh leads automatically.

## How to run it

CLI:

```bash
# optional: drop a lead export at data/exports/leads<anything>.csv first, then:
revenueos run discover
revenueos today                 # see the new prospect actions
```

MCP tool:

- `revenueos_discover_leads(csv_path?: str)` — pass `csv_path` to import one CSV file first
  (copied into `data/exports/leads-<timestamp>.csv`); always also picks up an optional external prospecting service (see docs/integrations.md)
  results if the `the external prospecting service` CLI or its Docker Compose service is available, and any CSV
  already sitting in `data/exports/`.
- `revenueos_today()` — see the resulting `prospect` actions.

## Inputs

A CSV using the an optional external prospecting service (see docs/integrations.md) / Instantly / Smartlead column convention: `email, first_name,
last_name, company, title, website, linkedin_url, reason`. Only `email` or `company` is
required per row; `reason` (why this lead qualifies) is used verbatim as the action's
qualification note and later personalises the first outreach line.

## What it produces

One `prospect` action per new lead (deduplicated by lead identity, so re-running is safe),
each recorded in the workspace's lead table with a `new` status ready for RevenueOS Sales
Follow-up to draft against.

## Approval rule

Discovery only reads and records — it never contacts a prospect. Nothing is sent until
RevenueOS Sales Follow-up drafts an email for the lead and that draft is separately approved
and executed.

Attribution

unempydunempyd
View sourceMore from unempyd →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →