← 返回 Skills 市场
mattstvartak

Outreach Pipeline

作者 Matt Stvartak · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-outreach-plugin
功能描述
Manage sales leads and outreach by tracking follow-ups, logging contacts, advancing stages, and generating weekly pipeline reports.
安全使用建议
This plugin appears to do what it claims: local lead tracking with no external network calls or secret requirements. Before installing or enabling it: 1) Fix or override the data directory: either patch resolveDataDir or set plugin config.dataDir to a full absolute path inside your home directory to avoid accidental writes at '/' (for now, avoid accepting the default if you don't want root-level files). 2) Confirm Node 18+ (LanceDB requirements). 3) Review and test in a safe environment (local dev user) to verify data is stored where you expect. 4) Remember the plugin stores potentially sensitive contact data locally—treat that directory accordingly (permissions, backups). 5) If you want to limit risk, run it with the plugin disabled for autonomous invocation until you are comfortable; note the plugin does not request credentials and does not include network exfiltration behavior in the code.
功能分析
Type: OpenClaw Skill Name: openclaw-outreach-plugin Version: 1.0.0 The outreach-plugin is a legitimate lead management and sales pipeline tool that uses LanceDB for local data storage. It implements a comprehensive set of tools for tracking lead lifecycles, contact history, and follow-up schedules without any evidence of data exfiltration, malicious execution, or harmful prompt injection. The code includes basic security measures such as string escaping for database queries (src/utils/validation.ts) and adheres strictly to its stated purpose of managing a sales funnel.
能力评估
Purpose & Capability
Name/description match the implementation: tools for creating/updating leads, logging contacts, scheduling follow-ups, exporting/reporting, and computing stats. Declared dependencies (@lancedb/lancedb, @sinclair/typebox) and local LanceDB storage are coherent with an on-device outreach pipeline.
Instruction Scope
SKILL.md simply instructs the agent how and when to call the provided lead_* tools (e.g., lead_due at session start, lead_contact after outreach). It does not instruct reading unrelated files, accessing unexpected environment variables, or sending data to unknown endpoints. It suggests using a Notion skill for report writing but does not itself attempt network I/O.
Install Mechanism
No install spec is provided (instruction-only plugin) and the package files show normal npm dependencies from the registry. There are no downloads from untrusted URLs or extract steps. Using @lancedb is expected for local DB storage; this is a moderate-but-expected dependency.
Credentials
The skill requests no environment variables, no external credentials, and no config paths beyond a local dataDir (configurable). That is proportionate for a local lead management plugin. The package and code do not access other services or secret-bearing environment variables.
Persistence & Privilege
The plugin stores data on disk (expected). However, there is a bug in resolveDataDir: when a path begins with '~' (the default), the code uses join(homedir(), raw.slice(1)). Because the slice includes a leading '/', path.join may treat the second segment as absolute and resolve to '/.openclaw/...' (root) instead of the user's home directory. That could result in the plugin attempting to create directories at the filesystem root (permission issues or unexpected writes). This is a quality/security concern to address before enabling in production.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-outreach-plugin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-outreach-plugin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: lead tracking and outreach pipeline with 10 MCP tools, LanceDB storage, validated stage transitions, contact history, follow-up scheduling, and pipeline stats/export.
元数据
Slug openclaw-outreach-plugin
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Outreach Pipeline 是什么?

Manage sales leads and outreach by tracking follow-ups, logging contacts, advancing stages, and generating weekly pipeline reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Outreach Pipeline?

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

Outreach Pipeline 是免费的吗?

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

Outreach Pipeline 支持哪些平台?

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

谁开发了 Outreach Pipeline?

由 Matt Stvartak(@mattstvartak)开发并维护,当前版本 v1.0.0。

💬 留言讨论