← 返回 Skills 市场
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install se-gmail-monitor
功能描述
Monitor and manage Gmail accounts for Your Agency Name. Use when checking emails, sending emails, scanning for urgent messages, or performing email triage. S...
安全使用建议
This skill will access a local JSON config containing email addresses and app_passwords and can send emails. Before installing: 1) Do not assume no credentials are needed — verify where your .gmail-config.json must live and what it contains. 2) Fix the hard-coded path in the script (it uses /Users/your-agent/..., while SKILL.md points to ~/.openclaw/...), or place the config at the exact expected location. 3) Confirm the config keys (account names like 'boris' vs 'agent' vs 'info') match what the script expects. 4) Ensure the agent always asks for explicit user confirmation before sending (the script currently sends immediately when invoked). 5) Run the script in a sandbox or inspect/modify it to remove hard-coded paths and to require explicit confirmation prompts. 6) Limit which credentials you store in the config (use an app-specific password with minimal scope) and restrict this skill's autonomous invocation until you’ve validated behavior. These inconsistencies are suspicious but not definitive proof of malicious intent — correct the mismatches and re-evaluate before granting broad permissions.
功能分析
Type: OpenClaw Skill
Name: se-gmail-monitor
Version: 1.0.0
The skill provides high-risk email management capabilities (IMAP/SMTP access) and includes instructions in SKILL.md that allow the AI agent to send emails from a specific account ('Boris') without explicit user confirmation. Furthermore, the scripts/gmail-monitor.py script is incomplete, missing the 'read' and 'search' commands described in the documentation, and contains a hardcoded absolute file path (/Users/your-agent/) for its configuration file. These discrepancies and the inherent risks of automated email handling align with the criteria for a suspicious classification.
能力评估
Purpose & Capability
Name and description match the code (imap/smtp email monitoring and sending). However, the skill metadata declares no required config or credentials while the included script requires a JSON config containing account emails and app_passwords. That omission is disproportionate to the stated purpose and misleading for users.
Instruction Scope
SKILL.md instructs use of a config at ~/.openclaw/workspace/.gmail-config.json and promises confirmation before sending, but the bundled script hard-codes a different absolute path (/Users/your-agent/.openclaw/workspace/.gmail-config.json) and will send immediately when invoked. The runtime instructions and code disagree about config path and user confirmation, increasing risk of accidental credential use or unintended sends.
Install Mechanism
There is no install spec (instruction-only style) and no downloaded dependencies; the risk from installation is low. Note: a Python script is included and would be executed by the agent when invoked.
Credentials
Registry metadata lists no required env vars or config paths, but the script loads a JSON file containing account emails and app_passwords. This is a mismatch: secret credentials are required in practice but not declared. Also account keys referenced in the code ('boris', 'info') are inconsistent with SKILL.md's account table, increasing the chance of misconfiguration or exposing credentials to the wrong account.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide changes. Autonomous invocation is allowed (platform default) — combine that with the credential/config omissions above before enabling autonomous use.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install se-gmail-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/se-gmail-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
se-gmail-monitor v1.0.0
- Initial release of Gmail monitoring and management skill for Your Agency Name.
- Supports dual account handling (info@ and agent@) using IMAP/SMTP.
- Provides scripts for listing, reading, sending, and searching emails.
- Includes configurable periodic inbox checks for urgent messages and security alerts.
- Enforces approval rules for sending emails and auto-replies to maintain security.
元数据
常见问题
Se Gmail Monitor 是什么?
Monitor and manage Gmail accounts for Your Agency Name. Use when checking emails, sending emails, scanning for urgent messages, or performing email triage. S... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Se Gmail Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install se-gmail-monitor」即可一键安装,无需额外配置。
Se Gmail Monitor 是免费的吗?
是的,Se Gmail Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Se Gmail Monitor 支持哪些平台?
Se Gmail Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Se Gmail Monitor?
由 Boris148(@boris148)开发并维护,当前版本 v1.0.0。
推荐 Skills