Leads
/install leads
Leads — Sales Lead CRM
Manage sales leads through their lifecycle: add, score, follow up, convert, and report on your pipeline.
Commands
add — Add a new lead
bash scripts/script.sh add "\x3Cname>" "\x3Cemail>" "\x3Ccompany>" "[source]"
Creates a new lead with status new. Source defaults to direct.
list — View leads
bash scripts/script.sh list [status] [--sort score|date]
Lists all leads, optionally filtered by status (new, contacted, qualified, converted, lost). Sort by score or date.
score — Score a lead
bash scripts/script.sh score "\x3Clead_id>" \x3Cpoints> "[reason]"
Assigns or adds score points to a lead. Score range: 0–100. Higher = more likely to convert.
follow-up — Set follow-up reminder
bash scripts/script.sh follow-up "\x3Clead_id>" "\x3CYYYY-MM-DD>" "\x3Cnote>"
Schedules a follow-up action for a lead on the specified date with a note.
convert — Mark lead as converted
bash scripts/script.sh convert "\x3Clead_id>" "[deal_value]"
Changes lead status to converted and optionally records deal value.
pipeline — Sales funnel report
bash scripts/script.sh pipeline [YYYY-MM]
Shows a funnel breakdown of leads by status with counts and conversion rates. Defaults to current month.
Output
All commands print plain text to stdout. Data is stored in ~/.leads/leads.json.
Requirements
- bash 4+
- python3 (standard library only)
Feedback
Report issues or suggestions: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install leads - After installation, invoke the skill by name or use
/leads - Provide required inputs per the skill's parameter spec and get structured output
What is Leads?
Manage sales leads locally. Use when adding prospects, scoring leads, setting follow-ups, tracking conversions, or viewing funnels. It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Leads?
Run "/install leads" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Leads free?
Yes, Leads is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Leads support?
Leads is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Leads?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.4.1.