← 返回 Skills 市场
91
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install outreach-pipeline
功能描述
邮件外联自动化(批量邮件外联、序列发送、模板合并、节流与送达合规)。当用户要:1) 导入收件人列表(CSV/表格)并批量发送个性化外联邮件;2) 运行简单的邮件序列与跟进;3) 通过 SMTP 或常见 ESP(SendGrid/Mailgun)发送;4) 使用 Gmail/Outlook(OAuth/App Pa...
安全使用建议
This skill appears to do what it says (bulk email sending), but it requires you to provide sensitive credentials (SMTP username/password or ESP API keys) that are not declared in the registry metadata. Before installing or running: 1) Inspect the included scripts locally (you already have send.py) and confirm you trust the code and endpoints (SendGrid/Mailgun API URLs and SMTP). 2) Do not paste credentials into public chat or store them in world-readable files; prefer environment variables or secure secret storage. 3) When testing, use a controlled test mailbox and small --max-per-run and low --rate-limit to avoid accidental mass sends. 4) Consider adding the missing env-var declarations to the skill metadata or contact the author for clarification. 5) Ensure your recipient list is lawful and opted-in; the skill includes compliance advice but sending unsolicited email can have legal and reputation consequences.
功能分析
Type: OpenClaw Skill
Name: outreach-pipeline
Version: 1.0.0
The outreach-pipeline skill is a standard utility for automated email campaigns via SMTP, SendGrid, or Mailgun. The core logic in scripts/send.py implements template rendering, rate limiting, and result logging without any evidence of malicious intent, data exfiltration, or unauthorized execution. The documentation (SKILL.md and references/) focuses on legitimate B2B outreach practices and compliance with anti-spam regulations.
能力标签
能力评估
Purpose & Capability
Name, description, SKILL.md and scripts/send.py all align: this is a bulk email/outreach sender supporting SMTP, SendGrid and Mailgun. Requiring SMTP credentials and ESP API keys is proportionate to the stated purpose. However, the registry metadata lists no required env vars or primary credential even though the script expects SENDGRID_API_KEY, MAILGUN_API_KEY and MAILGUN_DOMAIN (and SMTP username/password). The omission in metadata is an inconsistency.
Instruction Scope
SKILL.md directs the agent to validate CSVs, render templates, and run the included Python script. The instructions and script only access the CSV, template files and the specified ESP endpoints (SendGrid/Mailgun) or an SMTP server; they do not attempt to read unrelated system files or call unexpected external endpoints.
Install Mechanism
This is an instruction-only skill with an included Python script and no install spec. No arbitrary downloads or installers are invoked by the skill package itself; any dependency installs (requests) are recommended at runtime. This lowers the install-time risk.
Credentials
The script legitimately requires sensitive credentials (SMTP username/password passed as args; SENDGRID_API_KEY; MAILGUN_API_KEY and MAILGUN_DOMAIN via environment). Those requests are proportional to the functionality, but the skill metadata does not declare these required env vars/credentials — making it easy for users to miss the need to supply them securely. The SKILL.md mentions env usage, but the manifest omission and recommendation to pass passwords on the command line (or via env) are risks to highlight.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and does not persist credentials into platform-wide config. It writes a user-specified out_log CSV (expected behavior). No elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install outreach-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/outreach-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
无
元数据
常见问题
outreach-pipeline 是什么?
邮件外联自动化(批量邮件外联、序列发送、模板合并、节流与送达合规)。当用户要:1) 导入收件人列表(CSV/表格)并批量发送个性化外联邮件;2) 运行简单的邮件序列与跟进;3) 通过 SMTP 或常见 ESP(SendGrid/Mailgun)发送;4) 使用 Gmail/Outlook(OAuth/App Pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 outreach-pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install outreach-pipeline」即可一键安装,无需额外配置。
outreach-pipeline 是免费的吗?
是的,outreach-pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
outreach-pipeline 支持哪些平台?
outreach-pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 outreach-pipeline?
由 xianji520(@xianji520)开发并维护,当前版本 v1.0.0。
推荐 Skills