gws-gmail-triage
Gmail: Show unread inbox summary (sender, subject, date).
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/gws-gmail-triage/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How gws-gmail-triage Compares
| Feature / Agent | gws-gmail-triage | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Create a Gmail filter to automatically label, star, or categorize incoming messages.
gws-gmail-watch
Gmail: Watch for new emails and stream them as NDJSON.
gws-gmail-send
Gmail: Send an email.
gws-gmail-reply
Gmail: Reply to a message (handles threading automatically).
gws-gmail-reply-all
Gmail: Reply-all to a message (handles threading automatically).
gws-gmail-read
Gmail: Read a message and extract its body or headers.
gws-gmail-forward
Gmail: Forward a message to new recipients.
debian-linux-triage
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
centos-linux-triage
Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.
arch-linux-triage
Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
issue-triage
GitHub Issue 处理协作流程。当用户收到 issue 需要分析和回复时使用。通过"诊断 → 定性 → 决策 → 回复"四步法,从一个 issue 产出准确的根因分析和得体的用户回复,避免误判问题类型或回复不专业。
gmail-automation
Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts, attachments. Always search tools first for current schemas.