# Send Email

> Send an email.

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

---


# Send email

## Instructions

Call the `run_intent` tool with the following exact parameters:

- intent: send_email
- parameters: A JSON string with the following fields:
  - extra_email: the email address to send the email to. String.
  - extra_subject: the subject of the email. String.
  - extra_text: the body of the email. String.
