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/atum246/keelead/openclaw-skillnpx skills add Atum246/keelead --skill openclaw-skillgit clone --depth 1 https://github.com/Atum246/keeleadWrote 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.
[](https://agentmods.dev/skills/atum246/keelead/openclaw-skill)<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>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.
| Model | Per session | Once 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 |
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 \ 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 leadskeelead_verify_email— Verify emailskeelead_research_company— Research companieskeelead_find_contact— Find contactskeelead_enrich_lead— Enrich lead datakeelead_get_signals— Get intent signalskeelead_score_lead— Score leadskeelead_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
- Install KeeLead:
cd /path/to/keelead && npm install
- Initialize database:
npx prisma db push && npx tsx prisma/seed.ts
- Start the server:
npm run dev
- (Optional) Start MCP server:
npx tsx mcp/server.ts
Configuration
- Set
KEELEAD_API_URLenvironment variable (default: http://localhost:3000) - Configure AI providers in Settings → AI Models
- Enable/disable data sources in Settings → Data Sources
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.
- 6d ago First seen · 88 lines · 0 tokens per session scan A 33d232974e6d
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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
hermes-agent-skill-authoring
Author in-repo SKILL.md files: frontmatter and structure.
grounded-citations
Ground answers and documents in cited, verifiable sources.
openhands
Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
baoyu-article-illustrator
Article illustrations: type × style × palette consistency.
flash-attention
Speed up long-sequence transformer training and inference.