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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install leads - 安装完成后,直接呼叫该 Skill 的名称或使用
/leads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Leads 是什么?
Manage sales leads locally. Use when adding prospects, scoring leads, setting follow-ups, tracking conversions, or viewing funnels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。
如何安装 Leads?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install leads」即可一键安装,无需额外配置。
Leads 是免费的吗?
是的,Leads 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Leads 支持哪些平台?
Leads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Leads?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.4.1。