← 返回 Skills 市场
205
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install openclaw-mail-agent
功能描述
Set up AI-powered Gmail monitoring in OpenClaw. Watches inbox via Google Pub/Sub and pushes important emails to Telegram. Use when the user wants to install...
安全使用建议
This plugin appears to do what it says: watch Gmail via Pub/Sub, classify messages with an LLM, and forward important ones to Telegram. Before installing: 1) Confirm you trust the GitHub source (homepage provided). 2) Understand it requires GCP setup (projects, Pub/Sub topic/subscription, IAM grant for gmail-api-push) and Google credentials (ADC or a credentials JSON). 3) The plugin optionally sends email excerpts to an external LLM — do not supply an API key if you are uncomfortable sending potentially sensitive email content to that service. 4) The SKILL.md asks you to install and configure gog for Gmail auth, but the plugin uses Google ADC at runtime — gog is helpful for interactive setup but not strictly used by the code. 5) Note the small version/label inconsistencies in metadata and SKILL.md; verify you are installing the intended release. If you proceed, limit the credential scope where possible and review the plugin's repository (or run in a controlled environment) if you need higher assurance.
功能分析
Type: OpenClaw Skill
Name: openclaw-mail-agent
Version: 0.1.3
The mail-agent skill bundle is a legitimate tool for monitoring Gmail and sending notifications to Telegram. The code in index.ts correctly implements Gmail history polling via Google Pub/Sub, uses an LLM for email classification, and delivers alerts through the OpenClaw Telegram runtime. The SKILL.md provides transparent setup instructions using standard tools like gcloud and gog, and the plugin configuration follows OpenClaw's security model for handling API keys and credentials.
能力评估
Purpose & Capability
The plugin's stated purpose (Gmail → Pub/Sub → classify → Telegram) matches the code and install requirements. It requires gcloud (used for ADC and creating resources) and asks the user to install gog in SKILL.md, but the runtime code uses google.auth.GoogleAuth / ADC rather than invoking gog itself — so gog is useful for interactive Gmail CLI setup but is not strictly required by the plugin code. There are also small version mismatches across metadata/SKILL.md/install URL (registry version 0.1.3 vs SKILL.md 0.2.0 and install URL v0.2.1) which are not fatal but worth noting.
Instruction Scope
SKILL.md guides the user through gcloud, Pub/Sub, enabling Gmail API, and installing the plugin. Those steps are in-scope. The instructions require creating cloud resources, granting Gmail Pub/Sub publisher role, and supplying credentials (ADC or a credentials JSON). They also instruct storing an LLM API key in plugin config; the plugin will send email snippets (up to 500 chars) to the configured LLM endpoint. The instructions do not attempt to read unrelated system files or exfiltrate data to unexpected endpoints beyond the configurable LLM URL.
Install Mechanism
The declared install steps use Homebrew formulas (steipete/tap/gogcli and google-cloud-sdk) and installing the plugin from a GitHub release tarball — standard, traceable sources. No downloads from ad-hoc servers or URL shorteners are used.
Credentials
The skill does not request environment variables but does ask you to supply Google credentials (via ADC or credentialsPath) and optionally an OpenAI-compatible API key (llmApiKey) stored in plugin config. These credentials are proportional to the functionality, but storing an LLM API key and sending email content to an external model are privacy-sensitive actions you should review.
Persistence & Privilege
The skill is not marked always:true and runs only when installed and configured. It registers its own service within OpenClaw and does not request elevated platform-wide privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-mail-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-mail-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
- Added version, homepage, and rich metadata fields to SKILL.md.
- Updated plugin install step to reference version 0.2.1.
- Documented required dependencies (gog, gcloud) with install instructions.
- No changes to core setup instructions or workflow.
v0.1.2
openclaw-mail-agent v0.1.2 changelog
- Updated install instructions in documentation to use the latest plugin release archive URL (`refs/tags/v0.2.0.tar.gz`).
- No changes to plugin logic; documentation improvements only.
v0.1.1
openclaw-mail-agent 0.1.1
- Documentation (SKILL.md) reflowed and reformatted for consistency.
- No functional or behavioral changes; only documentation updated.
v0.1.0
- Initial release of mail-agent for OpenClaw.
- Guides users step-by-step to set up AI-powered Gmail monitoring using Google Pub/Sub.
- Pushes important Gmail messages to Telegram after classification.
- Includes checks for prerequisites, troubleshooting guidance, and reconfiguration steps.
- Provides commands for installation, setup, and uninstallation.
元数据
常见问题
Mail Agent 是什么?
Set up AI-powered Gmail monitoring in OpenClaw. Watches inbox via Google Pub/Sub and pushes important emails to Telegram. Use when the user wants to install... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 Mail Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mail-agent」即可一键安装,无需额外配置。
Mail Agent 是免费的吗?
是的,Mail Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mail Agent 支持哪些平台?
Mail Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mail Agent?
由 nanaco(@nanaco666)开发并维护,当前版本 v0.1.3。
推荐 Skills