gws-gmail-triage

Gmail: Show unread inbox summary (sender, subject, date).

25 stars

Best use case

gws-gmail-triage is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Gmail: Show unread inbox summary (sender, subject, date).

Teams using gws-gmail-triage should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/gws-gmail-triage/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/googleworkspace/cli/gws-gmail-triage/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/gws-gmail-triage/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gws-gmail-triage Compares

Feature / Agentgws-gmail-triageStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Gmail: Show unread inbox summary (sender, subject, date).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# gmail +triage

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Show unread inbox summary (sender, subject, date)

## Usage

```bash
gws gmail +triage
```

## Flags

| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--max` | — | 20 | Maximum messages to show (default: 20) |
| `--query` | — | — | Gmail search query (default: is:unread) |
| `--labels` | — | — | Include label names in output |

## Examples

```bash
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labels
```

## Tips

- Read-only — never modifies your mailbox.
- Defaults to table output format.

## See Also

- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-gmail](../gws-gmail/SKILL.md) — All send, read, and manage email commands

Related Skills

recipe-create-gmail-filter

25
from ComeOnOliver/skillshub

Create a Gmail filter to automatically label, star, or categorize incoming messages.

gws-gmail-watch

25
from ComeOnOliver/skillshub

Gmail: Watch for new emails and stream them as NDJSON.

gws-gmail-send

25
from ComeOnOliver/skillshub

Gmail: Send an email.

gws-gmail-reply

25
from ComeOnOliver/skillshub

Gmail: Reply to a message (handles threading automatically).

gws-gmail-reply-all

25
from ComeOnOliver/skillshub

Gmail: Reply-all to a message (handles threading automatically).

gws-gmail-read

25
from ComeOnOliver/skillshub

Gmail: Read a message and extract its body or headers.

gws-gmail-forward

25
from ComeOnOliver/skillshub

Gmail: Forward a message to new recipients.

debian-linux-triage

25
from ComeOnOliver/skillshub

Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.

centos-linux-triage

25
from ComeOnOliver/skillshub

Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.

arch-linux-triage

25
from ComeOnOliver/skillshub

Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.

issue-triage

25
from ComeOnOliver/skillshub

GitHub Issue 处理协作流程。当用户收到 issue 需要分析和回复时使用。通过"诊断 → 定性 → 决策 → 回复"四步法,从一个 issue 产出准确的根因分析和得体的用户回复,避免误判问题类型或回复不专业。

gmail-automation

25
from ComeOnOliver/skillshub

Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts, attachments. Always search tools first for current schemas.