Email Manager
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a benign email-drafting helper, with the main privacy point being that it saves templates, follow-ups, settings, and draft history in local files.
Before installing, understand that this skill appears designed for local email drafting rather than inbox access or sending mail. Its useful persistence features mean draft history, templates, and follow-up reminders can be saved under ~/.openclaw/email-manager, so review or delete those files if they contain sensitive information.
Findings (2)
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.
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.
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.
metadata: {"clawdbot":{"emoji":"📧","requires":{"tools":["read","write"]}}} ... Only reads/writes files under `~/.openclaw/email-manager/`Review the files it creates under ~/.openclaw/email-manager and avoid granting broader file access than the skill describes.
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.
The skill persists email-related content locally, including follow-ups and draft history, which may contain personal, business, or confidential information.
All data stored under `~/.openclaw/email-manager/`: ... `follow_ups.json` — follow-up reminders ... `history.json` — drafted emails log
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.
