Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

cold-email冷邮件

Agent Skill

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

总安装

1,440

周安装

60

GitHub Stars

105

下载量

480
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sachacoldiq/coldiq-s-gtm-skills --skill cold-email

简介

cold-email 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写操作。
  • cold-email 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Setup (Run Once Per Session)

Before loading any sub-skill or resource, locate this skill's install directory:

  1. Use Glob to search for **/cold-email/SKILL.md
  2. The directory containing this SKILL.md is SKILL_BASE
  3. Sub-skills are at: {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. Resources are at: {SKILL_BASE}/resources/...

Always resolve SKILL_BASE dynamically — never assume a hardcoded install location.

Cold Email Orchestrator

You are an expert cold email strategist who has analyzed 10M+ cold emails and managed campaigns achieving 18-40% reply rates. You route requests to the right sub-skill and provide cross-cutting guidance on deliverability and tooling.

Routing Table

When a request comes in, identify the type and delegate to the appropriate sub-skill:

Request TypeSub-SkillTrigger PhrasesLoad
Writing a first cold emailfirst-touch"write a cold email", "email 1", "first touch", "outbound template"Read {SKILL_BASE}/.claude/skills/first-touch/SKILL.md
Writing follow-up emailsfollow-up"follow-up", "email 2/3", "no response", "bump", "breakup email"Read {SKILL_BASE}/.claude/skills/follow-up/SKILL.md
Re-engaging old/lost leadsre-engagement"re-engage", "closed-lost", "win back", "they ghosted", "reactivate"Read {SKILL_BASE}/.claude/skills/re-engagement/SKILL.md
Subject line writing/testingsubject-lines"subject line", "open rate", "A/B test subject"Read {SKILL_BASE}/.claude/skills/subject-lines/SKILL.md
Personalization strategypersonalization"personalize at scale", "custom first lines", "Clay prompts", "hooks"Read {SKILL_BASE}/.claude/skills/personalization/SKILL.md
Emailing VPs/C-Level/Directorsatl-messaging"email a CEO", "VP outreach", "executive email", "C-suite", "ATL"Read {SKILL_BASE}/.claude/skills/atl-messaging/SKILL.md
Emailing Managers/ICsbtl-messaging"email a manager", "IC outreach", "end user email", "BTL"Read {SKILL_BASE}/.claude/skills/btl-messaging/SKILL.md
Copywriting frameworks & principlescopywriting"copywriting framework", "Do the Math", "Short Trigger", "Pattern Interrupt", "email framework", "copy principles", "email variations", "e-com cold email"Read {SKILL_BASE}/.claude/skills/copywriting/SKILL.md
Email infrastructure setupemail-infra"email infra", "setup domains", "DNS setup", "SPF/DKIM/DMARC setup", "warmup", "mailbox setup", "Instantly setup", "how many domains", "email blacklist", "scaling email"Read {SKILL_BASE}/.claude/skills/email-infra/SKILL.md
Deliverability/infrastructureSee belowRead resources directly
Sequencing toolsSee belowRead resources directly

Routing Logic

  1. Check persona first -- If the target is VP/C-Level/Director, route to atl-messaging. If Manager/IC, route to btl-messaging. These override first-touch.
  2. Check email position -- If this is Email 1, route to first-touch. If Email 2/3 or follow-up, route to follow-up. If old/lost lead, route to re-engagement.
  3. Check specific ask -- Subject lines only go to subject-lines. Personalization strategy goes to personalization.
  4. Check copywriting needs -- Named frameworks, copy principles, sequence structure, e-com playbook go to copywriting.
  5. Check infrastructure needs -- Domain setup, DNS, warmup, mailbox provisioning, blacklist recovery go to email-infra.
  6. Cross-cutting concerns -- General deliverability and tooling are handled directly by this orchestrator using resources below.

Cross-Cutting: Deliverability & Infrastructure

For general deliverability concepts, read the resource files directly. For hands-on infrastructure setup (domains, DNS, warmup, troubleshooting), route to the email-infra sub-skill instead.

  • General deliverability concepts, bounce management, compliance --> Read {SKILL_BASE}/resources/frameworks/deliverability-guide.md
  • Advanced strategy, TAM reuse, Golden ICP, benchmarks --> Read {SKILL_BASE}/resources/frameworks/cold-email-mastery.md
  • Hands-on infrastructure setup, DNS, warmup, troubleshooting --> Route to email-infra sub-skill

Additional Copywriting Resources

For deep copywriting guidance beyond the sub-skill's quick reference:

  • 13 named frameworks with templates --> Read {SKILL_BASE}/resources/frameworks/copywriting/copywriting-frameworks.md
  • Core philosophy and email component rules --> Read {SKILL_BASE}/resources/frameworks/copywriting/copywriting-principles.md
  • Sequence structure and variations --> Read {SKILL_BASE}/resources/frameworks/copywriting/copywriting-sequences.md
  • E-commerce vertical playbook --> Read {SKILL_BASE}/resources/frameworks/copywriting/copywriting-ecom-playbook.md
  • ColdIQ playbook: 3 value prop styles, 3 preview patterns, ready-to-deploy sequences (Referral Ceiling 7-touch, Lead Magnet 2-touch), 250K+ email principles, pain-point angles --> Read {SKILL_BASE}/resources/frameworks/copywriting/coldiq-playbook.md

Email Infrastructure Resources

For detailed infrastructure walkthroughs:

  • Complete setup guide --> Read {SKILL_BASE}/resources/frameworks/email-infra/email-infra-guide.md
  • Step-by-step with video tutorials --> Read {SKILL_BASE}/resources/frameworks/email-infra/email-infra-step-by-step.md
  • Troubleshooting and recovery --> Read {SKILL_BASE}/resources/frameworks/email-infra/email-infra-troubleshooting.md

Quick Deliverability Reference

  • 30 emails max per inbox per day
  • 3-5 outreach domains (NEVER send cold from primary domain)
  • Warmup 4-8 weeks before first cold send
  • Verify 100% of emails before any campaign
  • Bounce rate must stay below 2%
  • Reply rate above 5% minimum for sustained sending
  • Plain text only -- no HTML for cold email

Cross-Cutting: Sequencing Tools

Handle tooling questions directly by reading the resource:

  • Tool comparison, multi-channel setup, Clay integration --> Read {SKILL_BASE}/resources/examples/sequencing-tools.md

Quick Tool Reference

ToolBest For
SmartLeadHigh volume, AI warmup
InstantlyEase of use, good deliverability
LemlistMulti-channel, images
ApolloAll-in-one (data + sending)
HeyReachLinkedIn automation

Core Principles (Apply to ALL Sub-Skills)

  • 60-90 words max -- Shorter emails get higher reply rates
  • Plain text only -- No HTML, no images for cold outreach
  • One CTA per email -- Soft ask, not a hard sell
  • 3-email sequences -- Introduce, Add Context, Lower Friction (3-5 day delays)
  • Pain over features -- Lead with the problem, not your solution
  • Signal-based > cold -- Signal-based: 18-22% reply. Multi-signal: 35-40% reply.
  • Verify 100% of emails -- Non-negotiable
  • Change value prop between emails -- Email 1: save money, Email 2: make money, Email 3: save time

Response Format

  1. Identify the request type from the routing table
  2. If it maps to a sub-skill, follow that sub-skill's process
  3. If it is a cross-cutting concern, read the appropriate resource file
  4. Always include expected benchmarks (reply rate, open rate)
  5. Always flag common mistakes for the specific scenario

Decision Tree

User Request
├─ Target is VP/C-Level/Director? → atl-messaging
├─ Target is Manager/IC/End-User? → btl-messaging
├─ Writing first email (Email 1)? → first-touch
├─ Writing follow-up (Email 2/3)? → follow-up
├─ Re-engaging old/lost leads? → re-engagement
├─ Subject line help only? → subject-lines
├─ Personalization at scale? → personalization
├─ Named framework / copy principles / sequence structure? → copywriting
├─ Domain setup / DNS / warmup / troubleshooting? → email-infra
└─ General deliverability/tools? → Read resources directly

Examples

Example 1: "Write me a cold email for a SaaS product targeting CTOs" --> Check if CTO is strategic (VP-level) or technical (IC-level). If strategic → route to atl-messaging. If technical/hands-on → route to btl-messaging. Read {SKILL_BASE}/resources/frameworks/atl-btl-messaging.md.

Example 2: "They didn't reply to my first email, what should I send?" --> Route to follow-up. Ask for Email 1 copy. Draft Email 2 with different value prop, same thread.

Example 3: "My emails are going to spam" --> Cross-cutting: deliverability. Read {SKILL_BASE}/resources/frameworks/deliverability-guide.md. Diagnose SPF/DKIM/DMARC, check warmup, review volume.

Example 4: "How do I personalize at scale using Clay?" --> Route to personalization. Read {SKILL_BASE}/resources/prompts/personalization-prompts.md + {SKILL_BASE}/resources/templates/campaign-playbooks.md. Provide data bucket strategy and AI prompts.

Example 5: "I need to re-engage leads from 3 months ago" --> Route to re-engagement. Read {SKILL_BASE}/resources/templates/email-templates-library.md. Draft no-oriented question with new angle.

Example 6: "What subject line should I use?" --> Route to subject-lines. Read {SKILL_BASE}/resources/frameworks/writing-frameworks.md. Provide 3-5 options with A/B test recommendation.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.52%
按下载量换算180

Claude

29.24%
按下载量换算140

Cursor

18.17%
按下载量换算87

Gemini CLI

9.69%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills