← 返回 Skills 市场
3rdbrain

Lead Outreach CRM

作者 pbopps · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install outreach-crm
功能描述
Track leads locally, manage outreach campaigns, and export as CSV for download.
安全使用建议
This skill appears to do exactly what it says: store leads locally and export CSVs. Before installing, consider: (1) Stored leads live in the agent workspace (/root/.openclaw/workspace by default) — don't store sensitive PII there unless you're comfortable with that storage. (2) You can change the workspace path with OPENCLAW_WORKSPACE if needed (the code reads that env var). (3) There is no external sync in the code you reviewed (CRM sync is noted as a paid-plan placeholder), but if you rely on off-box sync, verify any additional paid-plan code. (4) Use the 'clear' command carefully — it deletes local leads. If you need higher assurance, review the full JS file (CLI handlers) before use or run in an isolated environment.
功能分析
Type: OpenClaw Skill Name: outreach-crm Version: 1.0.0 The outreach-crm skill is a standard local lead management tool that stores data in a JSON file and exports to CSV within the agent's workspace. The code in outreach-crm.js contains no external network calls, obfuscation, or unauthorized file access, and its behavior aligns perfectly with the documentation in SKILL.md.
能力评估
Purpose & Capability
The name/description (local lead tracking, outreach sequences, CSV export) match the code and SKILL.md. The code implements lead scoring, outreach template generation, saving/loading leads to a local JSON file, and CSV export — all expected for a local CRM skill.
Instruction Scope
Runtime instructions are limited to running the provided Node CLI and working with files in the agent workspace (/root/.openclaw/workspace by default). The SKILL.md does not instruct reading unrelated system files or sending data to external endpoints. Note: the skill writes lead data to the agent workspace, so exported/stored leads (which may include PII) reside in container storage until removed.
Install Mechanism
No install spec — instruction-only with a single JS file and package.json. Nothing is downloaded or written during install from external URLs.
Credentials
The skill declares no required credentials or env vars, which matches its local-only behavior. The code reads OPENCLAW_WORKSPACE (process.env.OPENCLAW_WORKSPACE) as an override for workspace location; this env var is not listed in SKILL.md's 'requires' but its use is low-risk and limited to where data is stored.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. It persists data only to its workspace files (leads.json, leads.csv), which is expected for a local CRM.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install outreach-crm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /outreach-crm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Outreach CRM Skill: - Track and manage sales leads locally without an external database. - Add, list, and clear leads directly from the command line. - Log interactions with individual leads. - Export leads to CSV for easy download and sharing. - All data stored securely inside the agent workspace.
元数据
Slug outreach-crm
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lead Outreach CRM 是什么?

Track leads locally, manage outreach campaigns, and export as CSV for download. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Lead Outreach CRM?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install outreach-crm」即可一键安装,无需额外配置。

Lead Outreach CRM 是免费的吗?

是的,Lead Outreach CRM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lead Outreach CRM 支持哪些平台?

Lead Outreach CRM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lead Outreach CRM?

由 pbopps(@3rdbrain)开发并维护,当前版本 v1.0.0。

💬 留言讨论