email_guide

Send Gmail messages and drafts with multiple file attachments.

1.4k|169|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/siddsachar/row-bot --skill email-guide-siddsachar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email_guide
Source: https://github.com/siddsachar/row-bot/tree/main/tool_guides/email_guide
Command: npx skills add https://github.com/siddsachar/row-bot --skill email-guide-siddsachar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail attachments and email workflows often require manual steps to attach files and deliver messages, leading to delays and errors.

Core Features & Use Cases

  • Attachments support for send_gmail_message and create_gmail_draft, including multiple files in a single call.
  • Workspace-relative file paths simplify automation and testing.
  • Use cases include sending generated reports, invoices, or shareable documents via Gmail.

Quick Start

Draft an email with a generated report attached and send it to the client.

Frequently Asked Questions about email_guide

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

FAQPage Schema
How do I automate sending Gmail messages with attachments?

Automating Gmail message attachments involves specifying workspace-relative file paths to attach multiple files in a single send or draft call. This streamlines workflows for sending generated reports or invoices reliably without manual steps.

Can I attach multiple files to a single Gmail draft or send call?

Yes, you can attach multiple files to a single Gmail draft or send call. By specifying multiple workspace-relative file paths, you can distribute shareable documents and reports to multiple recipients in one automated workflow.

What's the best way to use workspace-relative paths for Gmail attachments?

Using workspace-relative paths for Gmail attachments simplifies automation and testing by anchoring file locations to the project directory. This approach ensures reliable file resolution when generating and attaching documents like invoices or reports.

Does the Gmail attachment automation support both sending and drafting emails?

Yes, Gmail attachment automation supports both sending messages and creating drafts. You can specify file paths to attach documents for immediate delivery or save them as drafts for review before finalizing the email workflow.

Why do my automated Gmail emails fail to include the expected attachments?

Automated Gmail emails fail to include attachments when file paths are incorrectly specified or not workspace-relative. Ensuring correct workspace-relative paths for generated reports or invoices ensures reliable attachment processing during the send or draft call.

When do I need to automate Gmail attachments for team workflows?

You need to automate Gmail attachments for team workflows requiring the distribution of generated documents like reports, invoices, or shareables. It eliminates manual file attachment steps, reducing delays and errors when sending to multiple recipients.