gmail

Search, read, send, and manage Gmail emails and labels via gogcli.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/heg-wtf/cclaw --skill gmail-heg-wtf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/heg-wtf/cclaw/tree/main/src/cclaw/builtin_skills/gmail
Command: npx skills add https://github.com/heg-wtf/cclaw --skill gmail-heg-wtf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to interact with your Gmail account directly from the command line, enabling you to search, read, send, and manage emails and labels without opening a web browser.

Core Features & Use Cases

  • Email Search: Find emails based on various criteria like sender, subject, date, and read status.
  • Email Reading: Retrieve the content of specific emails or threads.
  • Email Sending: Compose and send new emails, or reply to existing ones, with options for CC, BCC, and attachments.
  • Label Management: Apply or remove labels from emails, including archiving by removing the 'INBOX' label.
  • Draft Management: Create and manage email drafts.
  • Use Case: Quickly find all unread emails from your manager received in the last 24 hours and draft a reply to the most recent one.

Quick Start

Search for emails from '[email protected]' with the subject 'Urgent Issue' and display the latest one.

Frequently Asked Questions about gmail

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

FAQPage Schema
How do I manage Gmail inbox from the command line?

You can manage your Gmail inbox from the command line by using this Skill to search, read, send, and organize emails. It integrates directly with Gmail to perform operations without opening a web browser.

Can I search for unread emails from a specific sender in Gmail via CLI?

Yes, you can search for unread emails from a specific sender in Gmail via CLI. The Skill supports advanced search queries, allowing you to filter emails by sender, subject, date, and read status.

Does sending emails through this CLI tool require confirmation?

Sending emails through this CLI tool does require user confirmation before dispatching. This safety mechanism ensures you review the composed email, including CC, BCC, and attachments, before it is actually sent.

How does the Skill handle email deletion and inbox organization?

The Skill handles email deletion and inbox organization by using archiving instead of permanent deletion. It manages labels by applying or removing them, such as archiving an email by removing the 'INBOX' label.

What is needed to draft and reply to Gmail threads programmatically?

To draft and reply to Gmail threads programmatically, you need this Skill which creates and manages drafts while supporting thread-based replies. It uses the gogcli tool to interact with your account.