← 返回 Skills 市场
zero2ai-hub

Cold Email Outreach

作者 Zero2Ai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
396
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-cold-email-outreach
功能描述
Automate B2B cold email outreach by sourcing leads from Apollo, verifying with Hunter.io, and uploading to Instantly for a 3-email drip campaign in one command.
安全使用建议
This skill appears to implement the advertised pipeline but has a few issues you should address before using it: - Metadata vs reality: The registry metadata says no credentials are required, but the scripts require API keys (Instanly/Hunter and optionally Apollo) stored in config.js. Don't put keys into a repo; create config.js locally and keep it out of version control. - Missing file: SKILL.md mentions pipeline.js (API scrape mode) but that file isn't included. If you need API scraping you should request or review that missing file before running anything that claims to use it. - Logic bug: verifyEmail treats any non-200 response from Hunter as "valid" (the code returns true when res.status !== 200). That means transient Hunter failures can cause invalid emails to be uploaded — fix the logic to treat non-200 responses as failures or retry. - Data safety: the script reads whatever CSV you pass and will POST those email addresses to Instantly. Ensure you have permission to contact those addresses and comply with anti-spam law and terms of service. - Secrets and storage: storing bearer tokens in plaintext config.js is convenient but risky. Keep the file local, add it to .gitignore, and rotate tokens if they are ever committed accidentally. - Testing and rate limits: test with a small CSV first, confirm Hunter/Instantly quotas and rate limits, and verify campaign configuration in Instantly before launching bulk sends. If you want to proceed, request the missing pipeline.js (if you need Apollo API scraping), patch the verifyEmail logic to handle non-200 responses safely, and ensure API keys are handled securely. If you are unsure, do not run the script on production data until you or a developer have audited these issues.
功能分析
Type: OpenClaw Skill Name: skill-cold-email-outreach Version: 1.0.0 The skill bundle is designed for automated cold email outreach, integrating with Apollo, Hunter.io, and Instantly.ai. All code and documentation align with this stated purpose, requiring API keys for legitimate interactions with these services. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized endpoints, arbitrary code execution, persistence mechanisms, or prompt injection attempts against the AI agent. File I/O and network requests are confined to the skill's core functionality.
能力评估
Purpose & Capability
The code and SKILL.md clearly require API keys for Instantly, Hunter, and optionally Apollo; that aligns with the stated purpose. However the registry metadata lists no required credentials or primary credential, which is inconsistent with the included scripts that expect keys in a config.js file. Also SKILL.md references a pipeline.js script (Apollo API scrape) that is not present in the file manifest.
Instruction Scope
Runtime instructions are focused and limited to parsing a user-provided CSV, calling Hunter's verifier, and uploading to Instantly. They correctly instruct adding keys to a local config file and running import-csv.js. The instructions reference pipeline.js (API scrape mode) even though that file is missing; the SKILL.md otherwise does not instruct the agent to read system files or contact endpoints other than Hunter and Instantly.
Install Mechanism
This is an instruction-only skill with included Node.js scripts and no installer or external downloads. No package installs or remote archives are invoked by the skill itself — risk from install mechanism is low. It does require Node.js 18+ to run locally.
Credentials
The script needs service API keys (instantly.apiKey, hunter.apiKey, optional apollo.apiKey) which are proportionate to its function. The manifest failing to declare these required credentials is a metadata problem. Keys are stored in a local config.js file (example provided) rather than environment variables; storing long-lived bearer tokens in a file is a user-side risk to manage.
Persistence & Privilege
The skill does not request persistent platform privileges, does not set always:true, and does not modify other skills or system-wide settings. It runs as a local Node.js script with user-provided inputs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-cold-email-outreach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-cold-email-outreach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: fully automated cold email pipeline from Apollo to Instantly via Hunter verification. - Supports lead sourcing (Apollo CSV/API), email verification (Hunter.io), and automated upload with dynamic personalization. - Includes a built-in 3-step drip sequence template (ROI pitch, pain question, soft close). - Simple setup with config file and one-command execution. - Requirements: Node.js 18+, Apollo/Hunter/Instantly accounts and API keys. - Output: step-by-step CLI messages including verification status and upload summary.
元数据
Slug skill-cold-email-outreach
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Cold Email Outreach 是什么?

Automate B2B cold email outreach by sourcing leads from Apollo, verifying with Hunter.io, and uploading to Instantly for a 3-email drip campaign in one command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。

如何安装 Cold Email Outreach?

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

Cold Email Outreach 是免费的吗?

是的,Cold Email Outreach 完全免费(开源免费),可自由下载、安装和使用。

Cold Email Outreach 支持哪些平台?

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

谁开发了 Cold Email Outreach?

由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。

💬 留言讨论