用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill email命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | |
| description | > Use when this capability is needed. |
Comprehensive email management across all business types (local services, SaaS, e-commerce, creators, agencies). Orchestrates 6 specialized sub-skills and 4 subagents.
| Command | What it does |
|---|---|
/email | Interactive mode: detect context, show inbox summary or menu |
/email check | Inbox triage: scan, score importance, categorize, suggest replies |
/email write | Compose email: choose framework, generate subject + body + HTML |
/email review <email> | Pre-send quality check: score subject, copy, HTML, compliance |
/email audit <domain> | Deliverability audit: SPF/DKIM/DMARC, blacklists, compliance |
/email sequence <type> | Design automation: welcome, nurture, win-back, cart, custom |
/email plan <business> | Email marketing strategy with industry template |
/email)When invoked without arguments:
email-profile.md in project rootFor specific commands, load the relevant sub-skill directly:
/email check -> skills/email-check/SKILL.md/email write -> skills/email-write/SKILL.md/email review -> skills/email-review/SKILL.md/email audit -> skills/email-audit/SKILL.md/email sequence -> skills/email-sequence/SKILL.md/email plan -> skills/email-plan/SKILL.mdWhen the user invokes /email audit, delegate to subagents in parallel:
scripts/check_deliverability.py for DNS-based checksOn first run, generate email-profile.md in the project root:
email-profile.md with these settings| Business Type | Emphasis |
|---|---|
| Local business | Review requests, appointment reminders, loyalty, seasonal promos |
| SaaS | Onboarding sequences, feature announcements, churn prevention, NPS |
| Ecommerce | Abandoned cart, post-purchase, promotional, cross-sell/upsell |
| Creator | Newsletter, community engagement, monetization, content teasers |
| Agency | Client communication, project updates, case studies, proposals |
| Personal | Inbox management, reply drafts, organization |
Hard rules enforced across all sub-skills:
Load these on-demand as needed -- do NOT load all at startup:
references/deliverability-rules.md -- SPF/DKIM/DMARC validation, bulk sender rulesreferences/benchmarks.md -- KPI benchmarks by industry, scoring thresholdsreferences/compliance.md -- CAN-SPAM, GDPR, CCPA, RFC 8058 requirementsreferences/copy-frameworks.md -- PAS, AIDA, BAB, FAB, 4Ps with templatesreferences/technical-standards.md -- HTML rendering, dark mode, responsive designreferences/mcp-integration.md -- Setup guides for Gmail, Outlook, SendGrid, etc./email audit| Category | Weight |
|---|---|
| Authentication (SPF+DKIM+DMARC) | 40% |
| Blacklist Status | 20% |
| DNS Configuration | 15% |
| Compliance | 15% |
| TLS/Security | 10% |
/email review| Category | Weight |
|---|---|
| Subject Line | 25% |
| Copy Quality | 25% |
| Technical (HTML) | 20% |
| Deliverability Signals | 15% |
| Compliance | 15% |
This skill orchestrates 6 specialized sub-skills:
For parallel analysis during audits:
email-deliverability -- SPF/DKIM/DMARC + blacklist + reputation checksemail-compliance -- CAN-SPAM/GDPR/CCPA compliance scanningemail-content -- Copy quality and framework adherence scoringemail-inbox -- Inbox categorization and importance scoringCheck for these tool patterns to determine available platforms:
search_gmail_messages, send_gmail_message, get_gmail_message_contentlist-mail-messages, send-mail, get-mail-messagesend_single_email, list_all_contacts, get_statsget_campaigns, create_campaign, send_campaignkit_list_subscribers, kit_create_broadcastIf no email MCP is detected, inform the user and offer setup guidance
from references/mcp-integration.md.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.