用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MadAppGang/magus-marketing --skill email-deliverability命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference for generating images across Google, OpenAI and ByteDance through one CLI. Use when generating or editing images, picking an image model, or resolving image API key and provider errors.
Style template format specification. Single markdown files that describe artistic direction.
A/B testing methodology for cold email optimization
正在显示 SKILL.md
| name | email-deliverability |
| version | 1.0.0 |
| description | Email deliverability best practices and troubleshooting |
| user-invocable | false |
plugin: instantly updated: 2026-01-20
| Metric | Healthy | Warning | Critical |
|---|---|---|---|
| Bounce Rate | <2% | 2-5% | >5% |
| Spam Complaint Rate | <0.1% | 0.1-0.5% | >0.5% |
| Inbox Placement | >95% | 80-95% | <80% |
| Sender Score | >80 | 60-80 | <60 |
DELIVERABILITY =
Sender Reputation (40%)
+ Content Quality (30%)
+ Technical Setup (20%)
+ List Quality (10%)
| Day | Emails/Day | Total Sent |
|---|---|---|
| 1-7 | 10-20 | 70-140 |
| 8-14 | 30-50 | 280-490 |
| 15-21 | 75-100 | 805-1190 |
| 22-28 | 150-200 | 1855-2590 |
| 29+ | Scale gradually | - |
| Positive Signals | Negative Signals |
|---|---|
| Opens | Spam complaints |
| Replies | Hard bounces |
| Clicks | Low engagement |
| Forwards | Unsubscribes |
| Non-spam marking | Spam trap hits |
High-Risk Words:
FREE, GUARANTEE, WINNER, CASH, PRIZE
URGENT, ACT NOW, LIMITED TIME
Click here, Click below, Don't miss
Make money, Extra income, Work from home
Formatting Red Flags:
| Do | Don't |
|---|---|
| Plain text emails | HTML-heavy templates |
| Single link (if any) | Multiple CTAs |
| Conversational tone | Salesy language |
| Short sentences | Long paragraphs |
| Proper grammar | Typos and errors |
| Record | Purpose | Status Check |
|---|---|---|
| SPF | Authorize sending servers | nslookup -type=TXT domain |
| DKIM | Email signature verification | Check in email headers |
| DMARC | Policy for failed checks | nslookup -type=TXT _dmarc.domain |
SPF: v=spf1 include:_spf.instantly.ai ~all
DKIM: Configure via Instantly dashboard
DMARC: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
| Verification Level | Description | Bounce Rate |
|---|---|---|
| Syntax check | Valid format | Reduces 5-10% |
| Domain check | Valid domain | Reduces 10-20% |
| Mailbox check | Exists | Reduces 20-40% |
| Engagement check | Active | Reduces 5-15% |
| Practice | Frequency | Impact |
|---|---|---|
| Remove hard bounces | Immediately | Critical |
| Remove soft bounces | After 3 attempts | High |
| Remove unsubscribes | Immediately | Critical |
| Re-verify list | Every 3 months | Medium |
Diagnosis Steps:
Remediation:
Possible Causes:
Diagnosis:
Immediate Actions:
Long-term:
| Day | Action | Expected Outcome |
|---|---|---|
| 1-3 | Pause all sending | Stop damage |
| 4-7 | Remove problem addresses | Clean list |
| 8-14 | Warm up from scratch | Rebuild slowly |
| 15-21 | Monitor metrics closely | Catch issues early |
| 22+ | Gradually scale | Sustainable growth |