← 返回 Skills 市场
Gws Gmail Triage
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
655
总下载
0
收藏
16
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-gmail-triage
功能描述
Gmail: Show unread inbox summary (sender, subject, date).
使用说明 (SKILL.md)
gmail +triage
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Show unread inbox summary (sender, subject, date)
Usage
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
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 — Global flags and auth
- gws-gmail — All send, read, and manage email commands
安全使用建议
This skill delegates authentication and global flags to '../gws-shared/SKILL.md' but does not include or declare those credentials here. Before installing, inspect the referenced gws-shared SKILL.md and confirm what auth it requires (OAuth tokens, local config files, or environment variables). Verify the provenance and trustworthiness of the 'gws' CLI on your system (where it came from, its documentation, and whether the triage command is truly read-only). If you can't review gws-shared or the gws binary, treat the skill as untrusted because it may cause the agent to read or use Gmail credentials not declared in this skill. To reduce risk, run gws commands manually first, or run the agent in an isolated environment with limited access to your actual Gmail credentials.
功能分析
Type: OpenClaw Skill
Name: gws-gmail-triage
Version: 1.0.12
The skill bundle contains documentation and instructions for an AI agent to use a CLI tool named 'gws' to summarize unread Gmail messages. The content in SKILL.md and _meta.json is strictly limited to describing legitimate functionality (listing sender, subject, and date) and lacks any executable code, suspicious network calls, or malicious prompt injection attempts.
能力评估
Purpose & Capability
The name/description (show unread inbox summary) aligns with requiring the 'gws' CLI. Requiring the gws binary is proportionate for a CLI-based Gmail helper.
Instruction Scope
The SKILL.md explicitly instructs the agent to 'Read ../gws-shared/SKILL.md for auth, global flags, and security rules.' That means runtime behavior depends on another file outside this skill; that file may contain auth instructions or reference credentials/config paths. The instructions themselves are otherwise minimal and read-only, but the external dependency creates an opaque surface.
Install Mechanism
Instruction-only skill with no install step — nothing is written to disk by the skill itself. This lowers install-time risk.
Credentials
The skill declares no required env vars or config paths, yet points to a shared SKILL.md for auth. That suggests credential access is expected but not declared here. The gws CLI likely uses local config or OAuth tokens; those credentials are not described, so it's unclear what secrets the agent will need or access.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent or elevated platform presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-gmail-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-gmail-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No other changes were made.
v1.0.11
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
- No functional or documentation changes outside of the version number.
v1.0.10
- Updated version metadata from 0.22.2 to 0.22.3 in SKILL.md.
- No other content or functionality changes.
v1.0.9
- Bumped version from 0.22.1 to 0.22.2 in SKILL.md.
- No other content changes.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated version to 0.22.0 in SKILL.md (was 0.21.2).
- No other content changes.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No functional or usage changes.
v1.0.5
- Bumped version from 0.20.1 to 0.21.1 in SKILL.md.
- No other content changes.
v1.0.4
- Updated skill metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Bumped version to 0.20.0 in SKILL.md metadata (was 0.19.0)
- No other content or functionality changes
v1.0.2
- Updated metadata structure and moved skill version under metadata.
- Changed version from 1.0.0 to 0.19.0 in metadata.
- Removed redundant version field from the root of SKILL.md.
- No functional or usage changes.
v1.0.1
- Internal formatting in the SKILL.md metadata was adjusted for consistency (list style for "requires.bins").
- No changes to skill features, usage, or user-facing documentation.
v1.0.0
Initial release of gws-gmail-triage.
- Shows a summary of unread Gmail inbox messages including sender, subject, and date.
- Supports flags for max results, custom Gmail queries, and including label names.
- Defaults to showing 20 messages and outputs in table format.
- Read-only; does not modify your mailbox.
- Includes CLI help and usage examples.
元数据
常见问题
Gws Gmail Triage 是什么?
Gmail: Show unread inbox summary (sender, subject, date). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 655 次。
如何安装 Gws Gmail Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-gmail-triage」即可一键安装,无需额外配置。
Gws Gmail Triage 是免费的吗?
是的,Gws Gmail Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Gmail Triage 支持哪些平台?
Gws Gmail Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Gmail Triage?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills