# Email Sender

> OpenClaw Email Skill

- Skill: `johnalbertini14-glitch/email-sender` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add johnalbertini14-glitch/email-sender`
- Raw SKILL.md: https://api.skillmd.com/api/skills/johnalbertini14-glitch/email-sender/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: johnalbertini14-glitch (https://skillmd.com/u/johnalbertini14-glitch)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/johnalbertini14-glitch/email-sender

---

# 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.

