← 返回 Skills 市场
zvirb

Gmail Search Emails

作者 zvirb · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
60
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install gmail-search-emails
功能描述
Atomic node skill to search for emails in Gmail using the gog CLI.
使用说明 (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if the search fails.

Gmail Search Emails

This skill allows the agent to search for emails in Gmail using specific queries with the native CLI.

Cognitive Directives

WHEN [Requested to search for an email or find specific communications] THEN [Invoke the gog tool with the argument gmail search "query" --json]

Schema Example

{
  "args": "gmail search \"from:[email protected] subject:invoice\" --json"
}

Expected Output

A JSON array containing email headers (id, threadId, snippet) or a "no results found" message.

安全使用建议
This skill appears consistent with its description: it simply runs the local `gog` CLI to search Gmail. Before installing, ensure (1) you trust the `gog` binary (source, integrity), (2) you understand which Gmail account/credentials `gog` is configured to use (it likely uses local OAuth tokens or a config file), and (3) you are comfortable letting an agent invoke `gog` to read/search your messages. If you need tighter control, test in a non-sensitive account or verify/limit `gog`'s permissions first.
功能分析
Type: OpenClaw Skill Name: gmail-search-emails Version: 1.0.3 The skill is a straightforward wrapper for the 'gog' CLI tool to search Gmail. The SKILL.md and _meta.json files contain no evidence of malicious intent, obfuscation, or unauthorized data exfiltration. The instructions are clearly aligned with the stated purpose of searching emails and do not attempt to manipulate the agent into performing hidden or harmful actions.
能力评估
Purpose & Capability
Name and description state: search Gmail using the gog CLI. The only declared runtime requirement is the gog binary, which is exactly what the SKILL.md tells the agent to invoke. There are no unrelated binaries or env vars requested.
Instruction Scope
SKILL.md gives a single, constrained runtime directive: call `gog` with `gmail search "query" --json`. It does not instruct the agent to read unrelated files, exfiltrate data to unknown endpoints, or perform privilege-escalating actions.
Install Mechanism
No install specification — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes installation risk.
Credentials
The skill declares no env vars or credentials, which is coherent if the gog CLI is already installed and pre-authenticated. However, accessing Gmail requires authentication (OAuth tokens or similar) that the skill assumes will be provided by the gog CLI or the environment; the skill does not document or request those credentials. Users should verify how gog is authenticated and which Gmail account it will access.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system modifications or elevated privileges. It is user-invocable and follows normal autonomous invocation defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gmail-search-emails
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gmail-search-emails 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated the command invocation directive to specify using the `gog` tool directly, clarifying usage. - Changed schema example to use `"args"` instead of `"command"` for clearer integration. - No functionality changes; documentation improved for clarity and consistency.
v1.0.2
- Switched email search method from GoogleWorkspace plugin to native gog CLI. - Updated requirements to use the gog binary instead of the plugin. - Updated cognitive directives and schema example to show usage of CLI command. - Adjusted documentation to reflect CLI-based approach.
v1.0.1
- Updated OS support from "windows" to "all" in the skill metadata. - No functional changes to logic or usage.
v1.0.0
- Initial release of Gmail Search Emails skill. - Enables searching Gmail for emails using predefined queries via the GoogleWorkspace plugin. - Returns email headers (id, threadId, snippet) or a "no results found" message. - Designed as an atomic, standardized node for efficient and reliable email retrieval.
元数据
Slug gmail-search-emails
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Gmail Search Emails 是什么?

Atomic node skill to search for emails in Gmail using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Gmail Search Emails?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gmail-search-emails」即可一键安装,无需额外配置。

Gmail Search Emails 是免费的吗?

是的,Gmail Search Emails 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gmail Search Emails 支持哪些平台?

Gmail Search Emails 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gmail Search Emails?

由 zvirb(@zvirb)开发并维护,当前版本 v1.0.3。

💬 留言讨论