← 返回 Skills 市场
ceobotson-bot

DoctorClaw Email Digest

作者 ceobotson-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
309
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install doctorclaw-email-digest
功能描述
Smart email digest — categorize unread emails by priority, draft replies for urgent ones. On-demand or scheduled.
使用说明 (SKILL.md)

Smart Email Digest

Stop drowning in your inbox. This skill scans your unread emails, sorts them into priority categories, and drafts suggested replies for the urgent ones — so you spend 5 minutes reviewing instead of 45 minutes reading.

Run it on a schedule (morning + afternoon) or trigger on-demand whenever your inbox feels overwhelming.

What You Get

  • All unread emails categorized into 4 priority tiers
  • Suggested replies drafted for urgent emails
  • Newsletter/marketing clutter identified and separated
  • Action items extracted from email bodies
  • Summary stats (total unread, urgent count, oldest unread age)

Setup

Required

  • Email access — Gmail (via Gmail API/skill) or any email provider your agent can read. The agent needs read access to your inbox and the ability to list unread messages.

Optional

  • Send access — If you want the agent to send drafted replies after your approval, it needs send permissions too
  • Delivery channel — Telegram/Discord for digest delivery, or file output
  • Contact context — If you have a CRM or contact list, tell the agent where it is. This helps it prioritize emails from important contacts.

Configuration

Tell your agent:

  1. Email account — which inbox to scan
  2. VIP list — email addresses or domains that are always high priority (your boss, top clients, family)
  3. Mute list — senders to always categorize as low priority (newsletters you don't read, automated notifications)
  4. Digest schedule — when to run (default: 8:00 AM and 2:00 PM local)
  5. Delivery — where to send the digest
  6. Reply style — how you write emails (professional, casual, direct, friendly) so drafted replies match your voice
  7. Max emails to process — limit per run (default: 50)

How It Works

Step 1: Scan Inbox

  • Fetch all unread emails (up to configured max)
  • For each email, extract: sender, subject, date received, body preview (first 200 chars), any attachments

Step 2: Categorize

Sort every email into one of 4 categories:

🔴 URGENT — Action required today

  • Matches: VIP senders, keywords (urgent, ASAP, deadline, overdue, payment due, action required, EOD, by tomorrow)
  • Contains: direct questions to you, approval requests, time-sensitive items
  • Has: deadlines within 24 hours mentioned in body

🟡 ACTION NEEDED — Requires a response but not immediately

  • Contains: questions directed at you, requests for information, meeting invites
  • From: known contacts or business-related senders
  • Needs: a reply within 2-3 days

🔵 FYI — Read when you have time

  • Contains: updates, status reports, shared documents, CC'd threads
  • No direct questions or action items for you
  • Good to know but not blocking anything

⚪ NOISE — Skip or bulk-handle

  • From: muted senders, marketing lists, automated notifications
  • Contains: newsletters, promotional offers, social media notifications
  • Action: archive, unsubscribe suggestion, or ignore

Step 3: Extract Action Items

For URGENT and ACTION NEEDED emails, pull out specific action items:

  • Direct questions that need answers
  • Deadlines mentioned
  • Documents to review
  • Meetings to confirm
  • Approvals to give

Step 4: Draft Replies (Urgent Only)

For each URGENT email, draft a suggested reply:

  • Match the user's configured reply style
  • Address the specific ask in the email
  • Keep it concise (3-5 sentences max)
  • Include a clear next step or answer
  • Mark as DRAFT — never send without user approval

Step 5: Compile Digest

Format the digest:

📧 Email Digest — [Time]

📊 INBOX STATUS
Total unread: [X] | Urgent: [X] | Action needed: [X]
Oldest unread: [X days ago] from [sender]

🔴 URGENT ([X] emails)
1. [Sender] — [Subject]
   → [Action item / question]
   📝 Draft reply ready

2. [Sender] — [Subject]
   → [Action item / question]
   📝 Draft reply ready

🟡 ACTION NEEDED ([X] emails)
3. [Sender] — [Subject]
   → [What they need from you]

4. [Sender] — [Subject]
   → [What they need from you]

🔵 FYI ([X] emails)
5. [Sender] — [Subject] (status update)
6. [Sender] — [Subject] (shared doc)

⚪ NOISE ([X] emails)
[X] newsletters | [X] notifications | [X] marketing
💡 Consider unsubscribing from: [top 3 noisy senders]

Step 6: Deliver

Send digest via configured channel. If draft replies were generated, include them below the digest for review.

When the user approves a draft reply ("send reply 1" or "approve all replies"), send the emails.

Examples

User: "Check my email"

Agent runs the digest and responds:

📧 Email Digest — 2:30 PM

📊 INBOX STATUS Total unread: 23 | Urgent: 2 | Action needed: 4 Oldest unread: 3 days ago from LinkedIn

🔴 URGENT (2 emails)

  1. Sarah Chen — Q1 Budget needs approval by 5 PM → She needs your sign-off on the revised numbers 📝 Draft reply: "Hi Sarah, reviewed the Q1 numbers — approved. Go ahead and submit. Thanks!"

  2. Client: Acme Corp — Contract expiring Friday → They're asking if you want to renew at the same rate 📝 Draft reply: "Hi Tom, yes we'd like to renew. Same terms work for us. Can you send the updated agreement?"

🟡 ACTION NEEDED (4 emails) 3. Mike Torres — Updated proposal draft (review requested) 4. HR — Benefits enrollment reminder (due March 15) 5. Dave Kim — Meeting reschedule request (Thursday → Friday?) 6. Accounting — Missing receipt for Feb expense report

🔵 FYI (8 emails) Status updates, shared docs, CC'd threads

⚪ NOISE (9 emails) 5 newsletters | 3 LinkedIn notifications | 1 promo 💡 Consider unsubscribing from: LinkedIn Digest, TechCrunch, Product Hunt

User: "Send reply 1, edit reply 2 to say we want to negotiate the rate down 10%"

Agent: Sends reply 1 as-is. Updates reply 2 with the negotiation language, shows the updated draft for approval.


User: "Set up email digest twice daily"

Agent: Configures cron for 8:00 AM and 2:00 PM, confirms:

"Email digest scheduled for 8:00 AM and 2:00 PM daily. I'll categorize your inbox and draft replies for anything urgent."

Customization Ideas

  • Auto-archive noise — automatically archive emails categorized as NOISE after 7 days
  • Weekly inbox report — track email volume trends, response time, top senders
  • Smart follow-up — flag emails you replied to but never got a response
  • Team digest — if you manage a team, compile digests from multiple inboxes
  • Label/folder sync — apply Gmail labels or move to folders based on categories

Want More?

This skill handles inbox triage and reply drafting. But if you want:

  • Custom integrations — connect your email to your CRM, auto-create tasks from emails, sync with project management tools
  • Advanced automations — auto-replies for common questions, lead scoring from inbound emails, invoice detection and routing
  • Full system setup — identity, memory, security, and 5 custom automations built specifically for your workflow

DoctorClaw sets up complete OpenClaw systems for businesses:

  • Guided Setup ($495) — 2-hour live walkthrough. Everything configured, integrated, and running by the end of the call.
  • Done-For-You ($1,995) — 7-day custom build. 5 automations, 3 integrations, full security, 30-day support. You do nothing except answer a short intake form.

doctorclaw.ceo

安全使用建议
This skill's instructions require access to your inbox and (optionally) the ability to send email and post digests to external channels, but the package metadata does not declare which credentials it will use. Before installing or enabling: 1) Ask how the skill obtains credentials—does it use the platform's OAuth connectors, or will it request raw API keys? 2) Prefer granting read-only access initially; only grant send permission after you verify draft behavior. 3) Confirm where digests are delivered and avoid external channels (Telegram/Discord) for sensitive mail unless you trust that destination. 4) Ask the publisher to list required environment variables or connectors in the registry entry so you can audit what will be accessed. 5) If you enable scheduled/autonomous runs, periodically review activity and which account the skill used to access your email.
功能分析
Type: OpenClaw Skill Name: doctorclaw-email-digest Version: 1.0.0 The skill provides instructions for an AI agent to perform email triage, categorization, and reply drafting. While it requires high-privilege access (email read/write), the instructions in SKILL.md are consistent with the stated purpose and include safety constraints, such as requiring user approval before sending drafts. No evidence of malicious intent, unauthorized data exfiltration, or obfuscation was found.
能力评估
Purpose & Capability
The name and description match the instructions: scanning unread email, categorizing, and drafting replies. However, the skill metadata declares no required credentials, primary credential, or config paths even though the SKILL.md explicitly says it needs read (and optionally send) access to an email account and may use external delivery channels (Telegram/Discord) or a CRM. A legitimate email-digest integration would normally declare or document the credential(s)/connector(s) it uses.
Instruction Scope
The runtime instructions stay within the claimed purpose: fetch unread messages, extract metadata/body, classify, extract action items, draft replies, and deliver a digest. That is expected for an email digest. Concerns: the instructions assume the agent can access full message bodies, attachments, and may send messages when approved—these are sensitive operations. The SKILL.md does not spell out how credentials/consent are obtained or limit what gets included in externally delivered digests (e.g., it could leak private content to Telegram/Discord if configured).
Install Mechanism
No install spec and no code files (instruction-only). This is lower risk from an installation perspective because nothing is downloaded or written by the skill itself.
Credentials
The skill requires email read/send permissions and optionally delivery-channel credentials and CRM access, but the registry entry lists no required environment variables or primary credential. That mismatch is a proportionality and transparency problem: the skill will need access to sensitive credentials (OAuth tokens or API keys) but doesn't declare them, making it unclear which secrets the agent will use or request.
Persistence & Privilege
always is false (good). The skill allows scheduled runs and autonomous invocation (default platform behavior). Given the sensitive nature of email data, granting autonomous or scheduled runs increases blast radius — this is expected for an email automation skill but should be considered carefully by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doctorclaw-email-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doctorclaw-email-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Smart Email Digest skill. - Automatically categorizes unread emails into four priority tiers (Urgent, Action Needed, FYI, Noise). - Drafts suggested replies for urgent emails, matching your preferred writing style. - Extracts actionable items and provides summary stats (total unread, urgency, oldest message). - Customizable schedules, delivery channels, VIP/mute lists, and processing limits. - Supports on-demand or twice-daily scheduled digests.
元数据
Slug doctorclaw-email-digest
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

DoctorClaw Email Digest 是什么?

Smart email digest — categorize unread emails by priority, draft replies for urgent ones. On-demand or scheduled. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 309 次。

如何安装 DoctorClaw Email Digest?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install doctorclaw-email-digest」即可一键安装,无需额外配置。

DoctorClaw Email Digest 是免费的吗?

是的,DoctorClaw Email Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DoctorClaw Email Digest 支持哪些平台?

DoctorClaw Email Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DoctorClaw Email Digest?

由 ceobotson-bot(@ceobotson-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论