证据优先的邮箱分类、草拟、发送验证和已发邮件安全跟进工作流。当用户想要整理邮件、通过真实邮件接口草拟或发送、或证明已发送时使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:email-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
当真实任务是邮箱工作时使用:分类、草拟、回复、发送或证明邮件已进入已发送箱。
当真实任务是邮箱工作时使用:分类、草拟、回复、发送或证明邮件已进入已发送箱。
这不是通用写作技能。它是围绕实际邮件接口的运维工作流。
在相关时将这些 ECC 原生技能拉入工作流:
brand-voice 在草拟任何面向用户的内容之前investor-outreach 用于面向投资者、合作伙伴或赞助商的邮件customer-billing-ops 当对话线程是计费/支持事件而非普通通信时knowledge-ops 当消息或对话线程应在事后捕获到持久上下文中时research-ops 当回复依赖于新鲜的外部事实时messages-ops在行动之前,确定:
如果回复:
如果创建新外发:
brand-voice对于仅草拟工作:
对于实时发送工作:
使用确切的状态词:
如果发送接口被阻止,保留草稿并报告确切的阻碍,而不是在未说明的情况下即兴使用第二种传输方式。
邮件接口
- 账户
- 对话线程 / 收件人
- 请求的操作
草稿
- 主题
- 正文
状态
- drafted / sent / blocked
- 适用时的已发送证明
下一步
- 发送
- 跟进
- 归档 / 移动
npx claudepluginhub aaione/everything-claude-code-zhTriage, draft, reply, send, and verify email through the real mail surface. Reports exact send status with Sent-folder proof.
Triages Gmail inbox by classifying emails using Eisenhower matrix for importance/urgency, determines if replies needed, and drafts responses in user's voice. Useful for inbox zero and email prioritization.
Creates and edits Markdown fragments for rich text drafts in Gmail, Outlook, and WhatsApp, assembling platform-specific HTML previews via Python build script with live server.