mail

Send emails with subject, body, and optional CC/BCC via system mail utilities.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill mail-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mail
Source: https://github.com/DotNetAge/mindx/tree/main/skills/mail
Command: npx skills add https://github.com/DotNetAge/mindx --skill mail-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill automates the process of sending emails by composing and delivering messages to specified recipients, reducing manual steps and potential errors in communication.

Core Features & Use Cases

  • Email sending automation: send messages to a recipient with subject and body, with optional CC/BCC.
  • Flexible delivery: uses system mail utilities enabling quick integrations into workflows and notifications.
  • Real-world use: trigger a status update email after completing a task or notify a teammate with a summary.

Quick Start

Tell the AI to send an email by specifying the recipient, subject, and body (and optionally CC or BCC), and the skill will dispatch the message.

Frequently Asked Questions about mail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send an email automatically from an AI workflow?

To send an email automatically from an AI workflow, specify the recipient, subject, and body, and the skill dispatches the message using system mail utilities. It handles the composition and delivery directly from your automated process.

Can I include CC or BCC recipients when automating email sending?

Yes, you can include CC or BCC recipients when automating email sending. Simply specify the optional CC or BCC parameters alongside the primary recipient, subject, and body to dispatch your message to secondary contacts.

Do I need to install any dependencies to send mail from my workflow?

Yes, you need to install the jq dependency and ensure access to system mail utilities. The skill requires the mail_cli.sh script and these specific parameters to successfully send emails and avoid workflow failures.

What are common use cases for automating email delivery in AI workflows?

Common use cases for automating email delivery include sending task status updates, triggering confirmation messages, and notifying teammates with summaries. It reduces manual steps and potential errors in routine communication.

Why does my automated email fail to send from the workflow?

Automated email sending fails when required parameters like recipient, subject, or body are missing. Ensure the mail_cli.sh script is accessible, the jq dependency is installed, and system mail utilities are properly configured.