← 返回 Skills 市场
162
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install rebels-gmail-checker
功能描述
Check Gmail for unread inbox emails, filtered by priority. Use when asked to check emails, check inbox, email digest, email summary, or "any new mail". Outpu...
安全使用建议
This skill appears to do what it says: it reads unread Gmail messages via the Gmail API. Before installing or running it, be aware that you must create Google OAuth credentials and supply the Client ID/Client Secret; the setup will save those plus a refresh token to a file (default: ~/.config/gmail-checker/gmail.json or $SKILL_DATA_DIR). That file is sensitive — treat it like a password. Only run this skill on a trusted machine or agent (avoid multi-tenant/shared CI runners) because anyone with that file and the client secret could access your mailbox with read scope. Confirm you are comfortable adding your Gmail address as a test user during the OAuth setup (the instructions require that for unverified apps). If you prefer not to store credentials on disk, do not install/run the skill. If you need additional assurance, inspect the two Python scripts — they use only Google OAuth and the Gmail REST API with readonly scope and contain no obfuscated or external endpoints.
能力标签
能力评估
Purpose & Capability
Name/description (Gmail checking) align with the included scripts and README. The skill legitimately needs Google OAuth credentials; the package uses a file-based credential store rather than environment variables, which is a reasonable design choice for an interactive OAuth flow.
Instruction Scope
SKILL.md and references/setup.md describe only the Gmail OAuth setup, dependency installation, and running the two Python scripts. The runtime instructions do not request unrelated files, secrets, or network endpoints outside Google OAuth/Gmail APIs. They clearly document where credentials/config are saved and how to run the scripts.
Install Mechanism
This is instruction-only with no install spec; code files are plain Python and require publicly available google-auth libraries. There are no downloads from unknown hosts or archive extraction steps in the manifest.
Credentials
No environment variables are required by the registry metadata, but the skill optionally uses $SKILL_DATA_DIR (or defaults to ~/.config/gmail-checker) for storing credentials — this is documented. The setup asks the user for client_id/client_secret and saves the refresh token and client credentials to a local file (gmail.json). These are sensitive and grant read access to the mailbox; storing them is necessary for the stated purpose but users should treat that file as secret.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It persists only its own credentials/config in a single directory and sets file permissions to 0600.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rebels-gmail-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/rebels-gmail-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.2
Cleaned display name
v1.3.1
Updated output example with emoji prefixes, added cross-agent compatibility note
v1.3.0
Portable architecture: SKILL_DATA_DIR env var with XDG fallback for cross-platform compatibility, setup script with --no-browser for headless/SSH machines, restored traffic light emoji output, added When to Use section
v1.2.0
v1.2.0: Added Suggested Integration section with cron template for daily email digest.
v1.1.0
v1.1.0: Rewritten SKILL.md for better ClawHub readability. Added 'Why' section, emoji priority rules, output example. Cleaner formatting with code blocks. Triggering improved with natural language phrases. Removed redundant 'When to Use' section (covered by description).
v1.0.0
Initial release: unread inbox digest with configurable priority filtering and multi-platform formatting
元数据
常见问题
Gmail Checker 是什么?
Check Gmail for unread inbox emails, filtered by priority. Use when asked to check emails, check inbox, email digest, email summary, or "any new mail". Outpu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Gmail Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rebels-gmail-checker」即可一键安装,无需额外配置。
Gmail Checker 是免费的吗?
是的,Gmail Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gmail Checker 支持哪些平台?
Gmail Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gmail Checker?
由 99rebels(@99rebels)开发并维护,当前版本 v1.3.2。
推荐 Skills