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.
1---2name: email-sender3description: OpenClaw Email Skill4---5# OpenClaw Email Skill67## Description8Send emails (with optional file attachments) from OpenClaw using SMTP. This skill uses a Gmail account with an App Password.910## Usage11- **When to use**: User asks to email a report, log, or any file.12- **Parameters**:13 - `to` (string, required): Recipient email address.14 - `subject` (string, required): Email subject.15 - `body` (string, required): Plain‑text body.16 - `attachment_path` (string, optional): Absolute path to a file to attach.1718## Tools19The skill provides a function `send_email` that can be called via the OpenClaw function tool.
Run npx skillmds@latest add johnalbertini14-glitch/email-sender in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
OpenClaw Email Skill It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
johnalbertini14-glitch (@johnalbertini14-glitch) published this skill. Their other Agent Skills are listed on their SkillMD profile.