← Back to Skills Marketplace
ivangdavila

Email Management

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
2294
Downloads
3
Stars
18
Active Installs
1
Versions
Install in OpenClaw
/install email-management
Description
Triage inbox email, draft clear replies, and manage follow-ups with priority routing, commitment tracking, and reusable templates.
README (SKILL.md)

Setup

On first use, read setup.md for integration guidelines and memory initialization.

When to Use

User needs help processing inbox load, preparing replies, or keeping response commitments on track. Agent triages messages by urgency, drafts context-aware responses, and tracks pending follow-ups until closure.

This skill is workflow-focused and local by default. It analyzes email text provided by the user in chat or by a separate mail integration skill.

Architecture

Memory lives in ~/email-management/. See memory-template.md for structure.

~/email-management/
├── memory.md          # Status, context, and communication preferences
├── follow-ups.md      # Open threads with due dates and owners
├── templates.md       # Approved reusable response blocks
├── vip-contacts.md    # Priority senders and escalation notes
└── digests/           # Weekly inbox summaries

Quick Reference

Topic File
Setup flow setup.md
Memory template memory-template.md
Inbox triage logic triage.md
Automation boundaries automation.md
Follow-up workflow tracking.md
Response templates templates.md
Profile presets profiles.md
Quality loop feedback.md

Core Rules

1. Classify Before Responding

Always tag each email as Action, Waiting, FYI, or Noise before drafting anything.

This prevents urgent requests from being buried under low-value messages.

2. Keep Priority Routing Explicit

Urgency must be tied to clear signals: VIP sender, hard deadline, financial or legal risk, or blocked decision.

If urgency is uncertain, mark as review-needed instead of urgent.

3. Draft with Decision Clarity

Every draft reply should make the next step obvious with one of these outcomes:

  • ask a precise question
  • provide a decision
  • propose a concrete next action with owner and date

4. Track Commitments as Tasks

Whenever a message includes a promise, request, or deadline, log it in follow-up tracking with:

  • owner
  • due date or expected response window
  • current status

5. Separate Writing Tone from Message Intent

Preserve intent first, then adapt tone by audience.

Do not soften urgent blockers into passive wording.

6. Prefer Reusable Snippets for Recurring Scenarios

Use approved template blocks for recurring replies (status update, decline, clarification, follow-up).

Customize opening and close so replies do not feel robotic.

7. Summarize Inbox Health Periodically

Provide concise summaries when workload is high:

  • top priorities
  • overdue follow-ups
  • threads waiting on others
  • messages safe to archive

Common Traps

  • Replying before triage -> high-importance messages are delayed.
  • Treating every fast request as urgent -> priority inflation reduces focus.
  • Sending drafts without owner/date clarity -> follow-ups are missed.
  • Using templates without context edits -> responses feel generic and can damage trust.
  • Closing threads without explicit confirmation -> hidden commitments remain unresolved.

Security & Privacy

Data that leaves your machine:

  • None by default.

Data that stays local:

  • Email management context and workflow notes under ~/email-management/.

This skill does NOT:

  • Send emails automatically without explicit user confirmation.
  • Access files outside ~/email-management/ for storage.
  • Enable background automations without explicit user approval.
  • Connect directly to mailbox APIs or collect credentials on its own.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • mail - generic mail workflow support
  • email-marketing - campaign and newsletter execution workflows
  • crm - customer relationship process management
  • productivity - execution and prioritization frameworks
  • assistant - general assistant orchestration patterns

Feedback

  • If useful: clawhub star email-management
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent and local, but review and approve the initial setup before allowing it to create ~/email-management/. Do not paste full sensitive emails or credentials into chat — prefer connecting a trusted mail-integration skill if you need mailbox access. Verify that files stored in ~/email-management/ (memory.md, follow-ups.md, templates.md, vip-contacts.md) do not contain passwords or full payment details and keep that directory out of unencrypted cloud sync if it will store PII. Confirm any automation that would send messages or change mailbox rules before enabling it.
Capability Analysis
Type: OpenClaw Skill Name: email-management Version: 1.0.0 The OpenClaw skill bundle for 'email-management' appears benign. The `SKILL.md` explicitly states that no data leaves the machine by default, it does not connect to mailbox APIs or collect credentials, and it does not send emails without explicit user confirmation. The `setup.md` file contains only safe `mkdir`, `touch`, and `chmod` bash commands for local file system setup, and explicitly instructs the agent not to request mailbox passwords or API secrets. All other markdown files contain workflow instructions and templates, with no evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
Name/description match the declared behavior. Required config path (~/email-management/) and the files/templates described are appropriate for a local email management workflow. No unrelated environment variables or binaries are requested.
Instruction Scope
Runtime instructions are local and constrained: the agent expects email text supplied by the user or a separate mail-integration skill, creates/reads files under ~/email-management/, and will not send mail or collect credentials without explicit approval. Caveat: the skill instructs storing 'short observations' and other context in memory files — that can include sensitive email content if the user or an integration supplies it. The skill asks for explicit approval before writing the directory, which is appropriate.
Install Mechanism
No install spec and no code files — instruction-only. No downloads, executables, or package installs are specified, which minimizes install-time risk.
Credentials
The skill requests no credentials or environment variables and limits file access to a single local config path. This is proportionate to the stated purpose. The only requested persistent state is local files containing templates, memory, and tracking data.
Persistence & Privilege
always:false (not force-included). The skill writes only to its own config path and does not modify other skills or system-wide settings. Autonomous model invocation is allowed (default) but not combined with elevated privileges or credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install email-management
  3. After installation, invoke the skill by name or use /email-management
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Rebuilt the skill with structured triage, follow-up tracking, and setup-guided memory for repeatable inbox management.
Metadata
Slug email-management
Version 1.0.0
License
All-time Installs 18
Active Installs 18
Total Versions 1
Frequently Asked Questions

What is Email Management?

Triage inbox email, draft clear replies, and manage follow-ups with priority routing, commitment tracking, and reusable templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 2294 downloads so far.

How do I install Email Management?

Run "/install email-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Email Management free?

Yes, Email Management is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Email Management support?

Email Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Email Management?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments