Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

cold-email-outreach冷电子邮件外展

Agent Skill

cold-email-outreach 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

291

周安装

12

GitHub Stars

607

下载量

95
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cold-email-outreach(冷电子邮件外展)
来源仓库:https://github.com/athina-ai/goose-skills
仓库路径:skills/cold-email-outreach
安装命令:
npx skills add https://github.com/athina-ai/goose-skills --skill cold-email-outreach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/athina-ai/goose-skills --skill cold-email-outreach

简介

将潜在客户列表转化为可执行的冷邮件营销活动。

  • 适配多种 outreach 平台(如 Smartlead),支持 CSV 导出与自动化部署。
  • 包含序列设计、模板优化与工具集成全流程管理能力。
  • 安装命令:npx skills add https://github.com/athina-ai/goose-skills --skill cold-email-outreach
  • 需指定目标平台并确保 API 权限或文件写入权限可用。

SKILL.md

Cold Email Outreach

The final mile of the outbound pipeline. Takes leads from wherever the user has them, builds email sequences, loads campaigns into the user's chosen outreach tool, and launches.

Tool-agnostic: Asks the user which outreach platform they use. Defaults to Smartlead if they have MCP tools configured. Falls back to CSV export for any other tool or manual workflow.

When to Use

Use this skill when:

  • User says "launch a campaign", "send outreach", "email these leads", "set up cold email"
  • User has a list of leads and wants to run an outbound email campaign
  • User wants to create and configure a campaign in Smartlead or another outreach tool

Supported Outreach Tools

This skill does NOT assume a specific tool. It asks first, then adapts.

ToolIntegrationHow It Works
Smartlead (default)MCP tools (mcp__smartlead__*)Full automation: create campaign, add sequences, import leads, allocate mailboxes, configure schedule, launch
InstantlyCSV importGenerate CSV matching Instantly's import format, user uploads manually
LemlistCSV importGenerate CSV with Lemlist-compatible columns
ApolloCSV importGenerate CSV matching Apollo sequence import format
Manual / OtherCSV + instructionsExport leads + emails as generic CSV, provide setup instructions

Tool selection logic:

  1. Ask user in Phase 0: "Which outreach tool do you use?"
  2. If Smartlead → use MCP tools for full automation
  3. If Instantly / Lemlist / Apollo → generate tool-specific import CSV
  4. If Other or unknown → generate generic CSV (email, first_name, last_name, company, title, subject, body per touch) and ask user for their tool's import requirements

Prerequisites

Environment Variables

For Smartlead (full automation):

SMARTLEAD_API_KEY=your_api_key_here

All Smartlead API calls go to https://server.smartlead.ai/api/v1 with ?api_key=$SMARTLEAD_API_KEY appended. Rate limit: 10 requests per 2 seconds.

For CSV-based tools: No env vars needed.

Phase 0: Intake

Ask all questions at once. Organize by category. Skip any already answered.

Campaign Goal

  1. What's the objective? (book meetings, drive demo requests, get replies, nurture)
  2. What's the outreach angle or hook? (hiring signal, competitor displacement, event-based, pain-based, cold database)
  3. What should we name this campaign?

Outreach Tool

  1. Which outreach tool do you use? (Smartlead / Instantly / Lemlist / Apollo / Other / Just give me a CSV)

Lead Source

  1. Where are your leads? Accept any of these:

- CSV file — read the file, map columns to required fields - Pasted list — names, emails, companies pasted directly - CRM export — Salesforce, HubSpot, or other CRM data - Database query — if the user has a database, help them query it - Upstream output — data from a prior task in this conversation

  1. Any exclusions? (specific companies, recently contacted leads, certain titles)
  2. Max campaign size? (default: 200)

Minimum required per lead: email address. Nice to have: first_name, last_name, company, title.

Sequence Design

  1. How many touches? (default: 3)
  2. Timing between touches? (default: Day 1 / Day 5 / Day 12)
  3. Personalization tier? (Tier 1: merge fields only / Tier 2: segment-specific / Tier 3: unique per lead)

Sending Config (skip if CSV export)

  1. Which email accounts should send? (list accounts or "use all available")
  2. Sending schedule? (default: Mon-Fri 8am-5pm in recipient's timezone)
  3. Daily send limit per account? (default: 30/day)
  4. Track opens and clicks? (default: opens yes, clicks no)

Phase 1: Lead Ingestion

Parse Leads

Accept leads from whatever source the user provides:

  • CSV file: Read the file. Flexibly match columns:

- email (required) — also matches Email, email_address - first_name — also matches firstname, first, First Name - last_name — also matches lastname, last, Last Name - company_name — also matches company, organization, Company - Any extra columns become custom fields

  • Pasted data: Parse whatever format the user provides. Extract emails, names, companies.
  • CRM/Database: Help the user query or export, then parse the result.

Validate & Deduplicate

  • Remove rows without a valid email
  • Deduplicate by email (keep first occurrence)
  • Report: total rows, valid, invalid, duplicates removed

Present & Confirm

Show a sample table (10-15 leads) with:

  • Name, Title, Company, Email

Tell user: total eligible leads, how many were invalid/removed.

Ask user to confirm or adjust before proceeding.

Phase 2: Sequence Design

Present the sequence plan as a table before writing any copy:

TouchDayEmail TypeFrameworkCTA
11Cold introSignal-Proof-Ask15-min call
25New angle / assetPASResource offer
312Social proofBABOpen to chat?

Get user approval on the structure before generating copy in Phase 3.

Phase 3: Email Generation

Write the email copy directly using these guidelines.

Email Structure Formula

Every cold email follows this skeleton:

Hook (1 sentence) → Evidence (1-2 sentences) → Offer (1 sentence)

Word count targets:

  • Cold intro (Touch 1): 50-90 words
  • Follow-up (Touch 2-3): 30-50 words
  • Breakup (final touch): 20-40 words

By Personalization Tier

Tier 1 (Generic): Generate one template per touch with merge fields ({first_name}, {company}, {title}). Same template for all leads.

Tier 2 (Segment): Generate one template per segment per touch. Segments are defined by role, industry, or signal type. Swap pain points and proof points between segments.

Tier 3 (Deep): Generate unique email per lead per touch. Cap at 50 leads — recommend Tier 2 above that volume.

Hard Rules

  1. No filler openers. Never "I hope this finds you well"
  2. No "just checking in" follow-ups. Every touch adds a new reason to reply
  3. Under 150 words per email. Most should be 80-120.
  4. One CTA per email. Always low-friction.
  5. No selling in the first sentence. Lead with them, not you.
  6. Subject lines under 50 chars. No caps, no exclamation marks, no emoji.
  7. Sign off with name only. No "Best regards."

Review Loop

  1. Generate sample emails for 3-5 leads first
  2. Present to user for review
  3. Iterate until approved (max 3 rounds)
  4. Generate remaining emails after approval

Phase 4: Campaign Setup

If Smartlead (MCP Automation)

Full automation via MCP tools. Execute in this order:

Step 1: Find and allocate mailboxes

mcp__smartlead__get_email_accounts

Returns all email accounts with id, from_email, from_name, daily_sent_count, is_smtp_success, is_imap_success.

To find free mailboxes (not already assigned to active campaigns):

  1. Fetch all campaigns: mcp__smartlead__get_campaigns
  2. For each campaign with status ACTIVE or STARTED, fetch its email accounts: mcp__smartlead__get_campaign_email_accounts
  3. Build a set of all email_account_id values currently assigned to active campaigns
  4. A mailbox is "free" if its id is NOT in the active set AND is_smtp_success = true AND is_imap_success = true
  5. Sort free mailboxes by daily_sent_count ascending (prefer least-used)
  6. Select the requested number of free mailboxes

If fewer free mailboxes than requested, tell the user and ask how to proceed.

Present available/selected accounts to user for confirmation.

Step 2: Create campaign

mcp__smartlead__create_campaign
  name: {campaign_name}

Save the returned campaign_id.

Step 3: Add sequence steps

mcp__smartlead__save_campaign_sequences
  campaign_id: {campaign_id}
  sequences: [
    { seq_number: 1, subject: "...", email_body: "...", seq_delay_details: { delay_in_days: 0 } },
    { seq_number: 2, subject: "...", email_body: "...", seq_delay_details: { delay_in_days: 4 } },
    { seq_number: 3, subject: "...", email_body: "...", seq_delay_details: { delay_in_days: 7 } }
  ]

Merge variable mapping: Convert {first_name}{{first_name}}, {company}{{company}} (Smartlead uses double-brace syntax).

Note: Blank subject on emails 2+ makes them send as replies in the same thread.

Step 4: Import leads (batch 100)

mcp__smartlead__add_leads_to_campaign
  campaign_id: {campaign_id}
  lead_list: [{ email: "...", first_name: "...", last_name: "...", company_name: "...", ... }]

Smartlead accepts max 100 leads per call. Chunk the list and call for each batch. Extra columns become custom_fields.

Step 5: Assign sending accounts

mcp__smartlead__add_email_accounts_to_campaign
  campaign_id: {campaign_id}
  email_account_ids: [...]

Step 6: Set schedule

mcp__smartlead__update_campaign_schedule
  campaign_id: {campaign_id}
  schedule: {
    timezone: "America/New_York",
    days_of_the_week: [1, 2, 3, 4, 5],
    start_hour: "08:00",
    end_hour: "18:00",
    min_time_btw_emails: 10,
    max_new_leads_per_day: 20
  }

days_of_the_week: 0=Sunday, 1=Monday,..., 6=Saturday.

Step 7: Configure settings

mcp__smartlead__update_campaign_settings
  campaign_id: {campaign_id}
  settings: {
    track_settings: [],
    stop_lead_settings: "REPLY_TO_AN_EMAIL",
    send_as_plain_text: false,
    follow_up_percentage: 100
  }

Allowed track_settings: DONT_TRACK_EMAIL_OPEN, DONT_TRACK_LINK_CLICK, DONT_TRACK_REPLY_TO_AN_EMAIL Allowed stop_lead_settings: REPLY_TO_AN_EMAIL, CLICK_ON_A_LINK, OPEN_AN_EMAIL

If CSV-Based Tool (Instantly, Lemlist, Apollo, Other)

Step 1: Generate CSV

Columns depend on personalization tier:

Tier 1 (same template for all):

  • CSV columns: email, first_name, last_name, company, title, custom_field_1 (signal/hook)
  • Separate file with sequence templates (subjects + bodies with merge fields)

Tier 2/3 (per-segment or per-lead emails):

  • CSV columns: email, first_name, last_name, company, title, touch_1_subject, touch_1_body, touch_2_subject, touch_2_body, touch_3_subject, touch_3_body

Step 2: Save file

Save to the current working directory:

{campaign-name}-{YYYY-MM-DD}.csv

Step 3: Provide tool-specific import instructions

Instantly:

  • Upload CSV → Sequences → Create new sequence
  • Map columns: Email → email, First Name → first_name, etc.
  • Paste sequence templates into each step
  • Set delays between steps

Lemlist:

  • People → Import → Upload CSV
  • Map custom variables to columns
  • Create campaign → add email steps → insert variables

Apollo:

  • Sequences → Create Sequence → add email steps
  • Contacts → Import → Upload CSV
  • Add imported contacts to sequence

Other / Manual:

  • Provide the CSV path and explain the column structure
  • Ask user what format their tool expects, adjust if needed

Phase 5: Review & Launch

Present campaign summary:

Campaign: {name}
Leads: {count}
Sequence: {touches} touches over {days} days
Sending: {accounts} accounts × {daily_limit}/day = {daily_volume} emails/day
Estimated completion: {date}
Tool: {smartlead/instantly/etc.}

Hard Approval Gate

Do NOT activate the campaign without explicit user confirmation. Present the summary, then ask: "Ready to launch? Type 'yes' to activate."

  • Smartlead: mcp__smartlead__update_campaign_status → set status to START
  • CSV tools: Tell user the file is ready for import, provide the file path

Smartlead API Reference

All endpoints use base URL https://server.smartlead.ai/api/v1 with ?api_key= query param.

EndpointMethodPurpose
/campaigns/createPOSTCreate a new campaign
/campaignsGETList all campaigns
/campaigns/{id}GETGet campaign by ID
/campaigns/{id}/schedulePOSTSet campaign schedule
/campaigns/{id}/settingsPOSTUpdate tracking/stop settings
/campaigns/{id}/sequencesPOSTSave email sequences
/campaigns/{id}/leadsPOSTAdd leads (max 100 per call)
/campaigns/{id}/email-accountsGETList mailboxes on a campaign
/campaigns/{id}/email-accountsPOSTAssign mailboxes to campaign
/campaigns/{id}/statusPOSTChange campaign status (START/PAUSED/STOPPED)
/campaigns/{id}/analyticsGETTop-level campaign analytics
/email-accounts/GETList all email accounts (offset/limit)

Cost

ComponentCost
Smartlead campaign setupFree (API included with Smartlead plan)
CSV exportFree
Email copy generationFree (LLM reasoning)

Error Handling

ErrorFix
SMARTLEAD_API_KEY not setAsk user to add it to .env or export it
Smartlead rate limit (429)Wait 2 seconds and retry
Lead upload failsCheck email format, retry batch
No free mailboxesShow all accounts, ask user which to use
Campaign creation failsCheck API key validity

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.17%
按下载量换算35

Claude

31.06%
按下载量换算30

Cursor

18.49%
按下载量换算18

Gemini CLI

9.77%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills