send-email

Send email messages and attachments via configured Gmail SMTP.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/fukukei23/claude-config --skill send-email-fukukei23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/fukukei23/claude-config/tree/main/.claude/worktrees/make-song-analyze-song-bridge/skills/send-email
Command: npx skills add https://github.com/fukukei23/claude-config --skill send-email-fukukei23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually composing and sending emails with attachments by providing a guided Gmail SMTP-based sending workflow.

Core Features & Use Cases

  • Email Sending Automation: Sends emails through Gmail SMTP using configured credentials and collected message details.
  • Attachment Support: Includes specified files or recently created documents as email attachments when needed.
  • Use Case: Send a generated report, document, or file to a recipient directly from an AI workflow without manually opening an email client.

Quick Start

Use the send-email skill to email the completed document to the requested recipient with the appropriate subject and message.

Frequently Asked Questions about send-email

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

FAQPage Schema
How do I automate sending Gmail messages with attachments from an AI workflow?

Automating Gmail message sending requires routing collected message details and files through a configured Gmail SMTP account, validating composition before delivery, and attaching documents directly without manually opening an email client.

Can I send recently generated documents as email attachments automatically?

Sending recently generated documents as email attachments is supported by including specified files or recently created documents in the automated SMTP transmission workflow when delivering reports to requested recipients.

What do I need to configure before sending email through SMTP?

Sending email through SMTP requires Gmail SMTP credentials configured in environment variables before the workflow can validate message composition and transmit documents to the requested recipient.

How does message validation work before sending an automated email?

Message validation checks the collected message details and recipient information to ensure proper composition before the SMTP account transmits the email, preventing malformed automated document delivery.

Is Gmail SMTP the only way to send automated emails in this category?

Gmail SMTP is the configured sending mechanism for this workflow, whereas other tools in the same Content & Communication category may offer alternative protocols or API-based message sending for automated document delivery.

Why use an automated email sending workflow instead of an email client?

An automated email sending workflow eliminates manual composition by validating collected message details and transmitting documents through Gmail SMTP, enabling direct report sharing from automated processes without opening an email client.