af-email-sending-expertise

Send emails with attachments via the Gmail API from AgentFlow.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-email-sending-expertise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-email-sending-expertise
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-email-sending-expertise
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-email-sending-expertise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of sending emails, including those with attachments, directly from AgentFlow using the Gmail API, ensuring professional and timely communication.

Core Features & Use Cases

  • Automated Email Sending: Send emails programmatically as [email protected].
  • Attachment Support: Compose and send emails with file attachments.
  • Use Case: When a quotation is generated by the af-quotation-expertise skill, this skill can be used to automatically email the PDF quotation to the client.

Quick Start

Use the af-email-sending-expertise skill to send an email with the subject 'Project Update' and the body 'Please find the latest report attached.' with the file '/tmp/report.pdf' to '[email protected]'.

Frequently Asked Questions about af-email-sending-expertise

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

FAQPage Schema
How do I send emails with attachments using the Gmail API in an automated workflow?

You can send emails with attachments using the Gmail API by composing the message and attaching files programmatically. This Skill handles authentication and delivery automatically via a service account.

Do I need a service account to send Gmail messages from an automation agent?

Yes, a service account is required to send Gmail messages from an automation agent. This Skill uses it to handle authentication and ensure secure delivery without manual login.

Can I automate sending PDF documents to clients directly from an agent?

Yes, you can automate sending PDF documents to clients directly from an agent. This Skill supports file attachments and integrates with document generation skills to email files automatically.

What is the best way to programmatically send an email as a specific sender address?

The best way to programmatically send an email as a specific sender address is using the Gmail API with a service account. This Skill handles message composition and delivery for fixed addresses.

Why does my automated email sending fail when attaching files?

Automated email sending with attachments can fail if the file path is incorrect or the service account lacks permissions. This Skill manages message composition to ensure files are attached correctly.

Does the af-email-sending-expertise skill support integration with quotation generation?

Yes, af-email-sending-expertise supports integration with quotation generation. It can automatically email PDF quotations generated by other skills directly to the client.