gmail-send

Send emails via Gmail with recipient, subject, and body parameters.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill gmail-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail-send
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/gmail-send
Command: npx skills add https://github.com/AstorYH/PASB --skill gmail-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables the nanobot to send emails directly through a Gmail account, automating communication tasks.

Core Features & Use Cases

  • Email Sending: Composes and dispatches emails using pre-configured Gmail credentials.
  • Parameter Driven: Accepts recipient, subject, and body as input parameters for flexible email content.
  • Use Case: Automatically send a daily summary report to a specific distribution list or notify a user when a task is completed.

Quick Start

Use the gmail-send skill to send an email to '[email protected]' with the subject 'Test Subject' and body 'This is a test email.'.

Frequently Asked Questions about gmail-send

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

FAQPage Schema
How do I send emails automatically using a Gmail account?

To send emails automatically, this skill uses pre-configured Gmail credentials to compose and dispatch messages with a specified recipient, subject, and body, then reports the transmission success or failure status.

What do I need to set up before sending emails via Gmail?

Before sending emails via Gmail, you need to securely manage and provide your Gmail username and password credentials, along with the recipient address, subject line, and email body content as input parameters.

Can I use Gmail to send automated daily summary reports?

Yes, you can use this skill to send automated daily summary reports by passing the report content as the email body and specifying the target distribution list as the recipient parameter.

How does parameter-driven email composition work with Gmail?

Parameter-driven email composition accepts the recipient, subject, and body as distinct input parameters, allowing flexible email content generation and dispatch through the configured Gmail account.

What happens if an email fails to send through Gmail?

If an email fails to send through Gmail, the skill handles the email composition and transmission process, ultimately reporting the failure status so you know the message was not delivered.

Does this skill support notifying a user when a task is completed?

Yes, this skill supports task completion notifications by accepting the user's email address, a relevant subject, and the notification details in the body parameter to dispatch the message via Gmail.