← 返回 Skills 市场
fangweifen2025-dotcom

email

作者 fangweifen2025-dotcom · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install email-inbox
功能描述
summarize, triage, and draft actions for incoming email. use when the user wants chatgpt to check an inbox, identify important unread messages, group emails...
使用说明 (SKILL.md)

Email Inbox Triage

Overview

Use this skill to process incoming email in a consistent way: check the inbox, identify what matters, summarize the important parts, and prepare the next action.

Core workflow

Follow this sequence unless the user asks for only one specific step.

  1. Identify the mailbox source.

    • Prefer a connected mail tool such as Gmail when available.
    • If no connector is available, ask the user to provide exported emails, pasted email text, or screenshots.
  2. Collect the target messages.

    • If the user says "new mail" or "recent email", focus on unread or recent inbox messages first.
    • If the user names a sender, company, subject, or date range, filter to those messages.
    • If the user asks for "important" email, infer importance from sender, urgency, deadlines, invoices, approvals, customer requests, and direct asks.
  3. Triage the messages.

    • Classify each message into one of these buckets:
      • urgent
      • needs reply
      • needs review
      • informational
      • low priority
    • Detect explicit deadlines, meeting times, payment requests, approvals, and follow-up asks.
  4. Produce a useful output. Default to this structure unless the user asks for another format:

    Inbox summary

    • total messages reviewed
    • unread count when available
    • 1-3 sentence overall summary

    Priority items

    For each important email include:

    • sender
    • subject
    • why it matters
    • requested action
    • deadline or time sensitivity

    Suggested next steps

    • quick bullets for what to do next
  5. Draft replies when requested.

    • Keep drafts short, clear, and ready to send.
    • Match the sender's tone when appropriate.
    • If information is missing, leave clear placeholders instead of inventing facts.

Decision rules

  • Prefer concise summaries over long paraphrases.
  • Surface risk early: deadlines, money, access, legal/compliance, customer escalations, or executive requests.
  • Do not mark newsletters or automated notifications as urgent unless the content clearly requires action.
  • When multiple related emails appear, collapse them into one thread-level summary.
  • If the user asks what to do first, recommend the smallest high-impact action.

Output templates

Template: inbox triage

Use this default format:

Inbox summary

[short overall summary]

Priority items

  1. [subject] — [sender]
    • Why it matters: [reason]
    • Action needed: [action]
    • Timing: [deadline or "no explicit deadline"]

Other messages

  • [short grouped summary]

Recommended next steps

  • [step 1]
  • [step 2]

Template: reply draft

Use this when the user asks for a reply:

Subject: [keep or revise as needed]

Hi [name],

[clear response]

[requested next step or confirmation]

Best, [sign-off]

Connector guidance

  • When a mail connector is available, search the inbox before answering from memory.
  • Read the relevant messages before drafting a reply.
  • If the user asks for counts like unread inbox totals, prefer label or folder counts when the mail tool supports them.
  • If the request refers to attachments, inspect attachment metadata and read the attachment when possible.

What not to do

  • Do not invent email content, sender intent, or missing context.
  • Do not send email automatically unless the user explicitly asks for sending.
  • Do not expose raw internal ids or system metadata to the user.
安全使用建议
This skill appears to do what it says: triage and draft replies for email. Before enabling it, confirm what mailbox connector (Gmail or other) your platform will grant it access to and what scope that connector has (read, send, attachments). Avoid pasting highly sensitive content unless necessary, and verify any draft before sending (the SKILL.md correctly instructs not to send unless the user asks). If you later want to revoke access, remove the mailbox connector/permissions from the platform. If you need tighter controls, request audit logs or limit the connector scope on your provider first.
功能分析
Type: OpenClaw Skill Name: email-inbox Version: 1.0.0 The skill bundle is a standard email triage assistant designed to summarize, categorize, and draft replies for incoming messages. The instructions in SKILL.md include safety constraints such as not sending emails automatically and not inventing content, and there is no evidence of data exfiltration or malicious execution logic.
能力评估
Purpose & Capability
The name/description match the SKILL.md: the instructions focus on locating mail, filtering messages, triaging, summarizing, and drafting replies. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions ask the agent to use a connected mail connector when available and to read messages and attachments as needed — this is appropriate for email triage. They also instruct the agent to request exported emails, pasted text, or screenshots if no connector exists. Be aware reading attachments or pasted content may expose sensitive data (which is expected for a triage tool but is a privacy surface to consider).
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. It references using a mail connector provided by the platform (expected) rather than asking for raw credentials in SKILL.md.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges or modify other skills' configs. The agent may invoke the skill autonomously (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install email-inbox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /email-inbox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the email-inbox-triage skill. - Summarizes, classifies, and prioritizes incoming emails by urgency, topic, and action needed. - Extracts action items, deadlines, and provides concise inbox and priority summaries. - Groups related messages, filters for important senders or topics, and prepares reply drafts upon user request. - Designed for use with Gmail or any connected mail tool, with guidance for manual input if no connector is available.
元数据
Slug email-inbox
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

email 是什么?

summarize, triage, and draft actions for incoming email. use when the user wants chatgpt to check an inbox, identify important unread messages, group emails... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 email?

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

email 是免费的吗?

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

email 支持哪些平台?

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

谁开发了 email?

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

💬 留言讨论