← 返回 Skills 市场
xueyetianya

Leads

作者 bytesagain4 · GitHub ↗ · v3.4.1 · MIT-0
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
1
当前安装
14
版本数
在 OpenClaw 中安装
/install leads
功能描述
Manage sales leads locally. Use when adding prospects, scoring leads, setting follow-ups, tracking conversions, or viewing funnels.
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to do what it says: a local, file-based CRM implemented in the included script. Before installing, consider: (1) All lead data is stored unencrypted at ~/.leads/leads.json — avoid storing highly sensitive information there or restrict the file permissions (chmod 600). (2) Review the full scripts/script.sh in the installed package (the provided listing was truncated near the end), since I reviewed the visible portions only; any hidden/remaining lines could change the assessment. (3) This runs with your user privileges, so inspect the code for unwanted operations and back up/delete the JSON file if you stop using the skill. If you want encrypted storage or remote sync, treat that as a separate integration and verify what credentials it would require.
功能分析
Type: OpenClaw Skill Name: leads Version: 3.4.1 The 'leads' skill is a local CRM tool for managing sales prospects, storing data in a JSON file at ~/.leads/leads.json. The implementation uses Bash scripts with embedded Python logic to perform standard CRUD operations, scoring, and reporting without any evidence of data exfiltration, unauthorized network access, or malicious command execution.
能力评估
Purpose & Capability
Name/description match the implementation: commands add/list/score/follow-up/convert/pipeline are implemented in scripts/script.sh and store data in ~/.leads/leads.json. Required tools (bash, python3) are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the shipped script and all data is stored locally. The script reads/writes only ~/.leads/leads.json and does not reference other system paths or external endpoints in the visible sections. Note: data is stored as plain JSON (unencrypted), so it will contain any PII you add.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with a bundled script. Nothing is fetched from external URLs or written outside the user's home directory in the visible code.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets or unrelated env vars. It does rely on HOME (to build ~/.leads) which is normal and proportional.
Persistence & Privilege
always is false and the skill is user-invocable — standard. The skill does not request permanent agent-wide privileges or modify other skills in the visible code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install leads
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /leads 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.6
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite: CRM
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
元数据
Slug leads
版本 3.4.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 14
常见问题

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。

💬 留言讨论