Send emails (with optional file attachments) from OpenClaw using
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill email-sender --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Email Sender?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-email-sender)More formats (shields.io, HTML) on the badges page.
---
name: OpenClaw Email Skill
description: Send emails (with optional file attachments) from OpenClaw using
SMTP. This skill uses a Gmail account with an App Password.
---
# OpenClaw Email Skill
## Description
Send emails (with optional file attachments) from OpenClaw using SMTP. This skill uses a Gmail account with an App Password.
## Usage
- **When to use**: User asks to email a report, log, or any file.
- **Parameters**:
- `to` (string, required): Recipient email address.
- `subject` (string, required): Email subject.
- `body` (string, required): Plain‑text body.
- `attachment_path` (string, optional): Absolute path to a file to attach.
## Tools
The skill provides a function `send_email` that can be called via the OpenClaw function tool.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!