openclaw-skill

openclaw-skill is a skill for Claude Code, Codex from Atum246/keelead. It costs 0 tokens per session (630 once invoked), scanned A, original, MIT.

An AI-assisted lead-generation tool for finding and researching potential customers or business contacts. It can also check whether email addresses are valid.

In plain words
What is it for?
Use it to find leads, identify contacts, verify email addresses, research companies, enrich prospect records, assess buying signals, score leads, and export results.
Why use it?
It reduces the manual work of searching for prospects, gathering company information, and checking contact details.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

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.

agentmods
npx agentmods add skills/atum246/keelead/openclaw-skill
Any agent
npx skills add Atum246/keelead --skill openclaw-skill
Clone the repo
git clone --depth 1 https://github.com/Atum246/keelead

Made for: Claude Code, Codex.

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 openclaw-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/atum246/keelead/openclaw-skill.svg)](https://agentmods.dev/skills/atum246/keelead/openclaw-skill)
Your own site
<a href="https://agentmods.dev/skills/atum246/keelead/openclaw-skill"><img src="https://agentmods.dev/badge/skills/atum246/keelead/openclaw-skill.svg" alt="Measured on agentmods" 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 630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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.00000 $0.00630
Opus 5 $0.00000 $0.00315
Sonnet 5 $0.00000 $0.00126
Haiku 4.5 $0.00000 $0.00063

Measured 6d ago against content hash 33d232974e6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

openclaw-skill 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 6d 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 -X POST http://localhost:3000/api/leads \
openclaw-skill/SKILL.md · 88 lines

How it starts

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

KeeLead OpenClaw Skill

Description

AI-powered lead generation platform. Find leads, verify emails, research companies through natural language.

When to Use

  • User asks to find leads, prospects, or contacts
  • User wants to verify email addresses
  • User wants to research a company
  • User asks about lead generation, sales prospecting, or outreach

How to Use

Via MCP Tools (Recommended)

If KeeLead MCP server is configured, use these tools directly:

  • keelead_search_leads — Search for leads
  • keelead_verify_email — Verify emails
  • keelead_research_company — Research companies
  • keelead_find_contact — Find contacts
  • keelead_enrich_lead — Enrich lead data
  • keelead_get_signals — Get intent signals
  • keelead_score_lead — Score leads
  • keelead_export_leads — Export leads

Via REST API

# Search leads
curl -X POST http://localhost:3000/api/leads \
  -H "Content-Type: application/json" \
  -d '{"query": "Find SaaS founders in SF", "count": 10}'

# Verify email
curl -X POST http://localhost:3000/api/verify \
  -H "Content-Type: application/json" \
  -d '{"emails": ["[email protected]"]}'

# Research company
curl -X POST http://localhost:3000/api/research \
  -H "Content-Type: application/json" \
  -d '{"query": "Tesla"}'

Via CLI

npx tsx /path/to/keelead/cli/index.ts chat "find 50 SaaS founders"
npx tsx /path/to/keelead/cli/index.ts verify [email protected]
npx tsx /path/to/keelead/cli/index.ts research Tesla

Via Web UI

Open http://localhost:3000 for the full web interface with:

  • AI Chat Interface
  • Dashboard with analytics
  • Lead management
  • Campaign builder
  • Pipeline (Kanban)
  • And more

Setup

  1. Install KeeLead:
cd /path/to/keelead && npm install
  1. Initialize database:
npx prisma db push && npx tsx prisma/seed.ts
  1. Start the server:
npm run dev
  1. (Optional) Start MCP server:
npx tsx mcp/server.ts

Configuration

  • Set KEELEAD_API_URL environment variable (default: http://localhost:3000)
  • Configure AI providers in Settings → AI Models
  • Enable/disable data sources in Settings → Data Sources

Read the full file on GitHub · 88 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. 6d ago First seen · 88 lines · 0 tokens per session scan A 33d232974e6d

Subscribe to this mod's changes

openclaw-skill is a skill published in the GitHub repository Atum246/keelead (23 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 630 tokens. 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.