Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill email명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.