Back to skills

send-email

Send email from the agent.

Use this skill to send formatted emails through SMTP, with Markdown body support and local configuration via .env.

emailSMTPMarkdown

What It Does

Sends plain text and HTML email from Markdown content through a configured SMTP account.

Best For

Reports, status updates, structured replies, and automated agent notifications.

Install

  1. git clone --depth 1 https://github.com/picasso250/skills.git ~/tmp/picasso-skills
  2. cp -r ~/tmp/picasso-skills/send-email ~/.agents/skills/
  3. Check the installed skill directory README for SMTP and .env details.