Email Manager

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill can create and update local files for its email-management data, but the visible instructions do not show network access, inbox access, or email sending.

Why it was flagged

The skill requests local read/write access, but the artifact scopes that access to its own data directory and explains it is used for templates, follow-ups, settings, and stats.

Skill content
metadata: {"clawdbot":{"emoji":"📧","requires":{"tools":["read","write"]}}} ... Only reads/writes files under `~/.openclaw/email-manager/`
Recommendation

Review the files it creates under ~/.openclaw/email-manager and avoid granting broader file access than the skill describes.

What this means

Email drafts and follow-up details may remain on the device and could influence later use of the skill until the files are deleted or edited.

Why it was flagged

The skill persists email-related content locally, including follow-ups and draft history, which may contain personal, business, or confidential information.

Skill content
All data stored under `~/.openclaw/email-manager/`: ... `follow_ups.json` — follow-up reminders ... `history.json` — drafted emails log
Recommendation

Do not save highly sensitive email content unless you are comfortable storing it locally, and periodically review or clear the history and follow-up files.