gmail

Read, search, and send emails through the Gmail API with OAuth authentication.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sannabotdev/sannabotapp --skill gmail-sannabotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/sannabotdev/sannabotapp/tree/main/assets/skills/gmail
Command: npx skills add https://github.com/sannabotdev/sannabotapp --skill gmail-sannabotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines email management by allowing you to read, search, and send emails directly through the Gmail API, saving you time and effort.

Core Features & Use Cases

  • Read & Summarize Emails: Quickly get summaries of your latest emails or search for specific messages.
  • Send Emails: Compose and send new emails or reply to existing ones.
  • Categorized Fetching: Filter emails by category (primary, promotions, social, etc.).
  • Use Case: "Hey Sanna, read my last 3 emails, summarize them, and text the summary to Sarah."

Quick Start

Fetch the last 3 emails from the inbox and return sender and subject.

Frequently Asked Questions about gmail

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

FAQPage Schema
How do I read and summarize emails using the Gmail API?

You can read and summarize emails by fetching recent messages or searching by sender and subject, then processing the returned content to generate inbox summaries through the Gmail API.

Can I send emails programmatically through Gmail with advanced filtering?

Yes, you can send emails programmatically through Gmail using the dedicated `gmail_send` function, while also applying advanced filtering by category, date, sender, and subject for inbox management.

Do I need Google OAuth to automate Gmail inbox management?

Yes, Google OAuth authentication is required to automate Gmail inbox management, ensuring secure programmatic interaction with the Gmail API for reading, searching, and sending emails.

What's the best way to filter Gmail messages by category and date?

The best way to filter Gmail messages by category and date is using the Gmail API's advanced filtering options, which support categorized fetching across primary, promotions, and social tabs.

How do I search for specific emails by sender and subject in Gmail?

To search for specific emails by sender and subject in Gmail, use the Gmail API's advanced filtering parameters to query and retrieve matching messages directly from your inbox.