← 返回 Skills 市场
Zoho Mail
作者
PanthroCorp
· GitHub ↗
· v0.3.1
· MIT-0
184
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install panthrocorp-zoho-mail
功能描述
Full read/write Zoho Mail access for OpenClaw agents
安全使用建议
This skill appears coherent with its stated purpose, but before installing: 1) remember it has full read/write access to the linked Zoho mailbox — treat the required client credentials and ZOHO_MAIL_TOKEN_KEY as highly sensitive; 2) verify the GitHub release you download (check tags and the provided checksums) to avoid installing a tampered binary; 3) store the three secrets in a secure secrets manager and ensure the instance's .env/SSM parameters are protected from other users/processes; 4) the operator must perform an interactive OAuth login (pasting the full redirect URL) — ensure that process is done securely; 5) if you need principle-of-least-privilege, consider creating a Zoho client with minimal scopes or a dedicated mailbox account rather than using a high-privilege personal account.
功能分析
Type: OpenClaw Skill
Name: panthrocorp-zoho-mail
Version: 0.3.1
The Zoho Mail skill provides full read/write access to Zoho Mail accounts as advertised. The implementation follows security best practices, including AES-256-GCM encryption for OAuth tokens at rest (internal/crypto/encrypt.go) and a persisting token source that safely updates credentials (cmd/mail.go). The code is well-structured, lacks any signs of obfuscation or unauthorized data exfiltration, and the installation process in SKILL.md correctly points to the project's official GitHub releases.
能力标签
能力评估
Purpose & Capability
Name/description (Zoho Mail full read/write) matches the shipped code and SKILL.md. The required env vars (ZOHO_MAIL_TOKEN_KEY, ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET) and required binary (zoho-mail) are exactly what an OAuth-backed mail CLI needs.
Instruction Scope
SKILL.md runtime instructions and the CLI commands (auth, mail, folders, config) align with the code. The interactive OAuth flow, local token encryption, config directory, and file paths referenced are limited to the skill's mailbox purpose and do not request unrelated system data or external endpoints beyond Zoho/GitHub.
Install Mechanism
No formal registry install spec was declared, but SKILL.md provides curl/download instructions that fetch releases from the project's GitHub repository (no URL shorteners or personal IPs). This is a common pattern; users should verify the release source and checksums before running the install commands.
Credentials
Only three environment variables are required and they are used for their expected purposes: client ID/secret for OAuth and a token encryption passphrase. The code does not read other secrets or unrelated env vars.
Persistence & Privilege
The skill stores an encrypted token under ~/.openclaw/credentials/zoho-mail/token.enc (or ZOHO_MAIL_CONFIG_DIR) and persists refreshed tokens. It does not modify other skills or system-wide configurations. always is false and normal agent autonomous invocation is allowed by default.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install panthrocorp-zoho-mail - 安装完成后,直接呼叫该 Skill 的名称或使用
/panthrocorp-zoho-mail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.1
- Added installation instructions for linux/arm64 in the documentation.
- Updated version metadata from 0.1.0 to 0.3.0.
- Added new files in the dist/ directory: artifacts.json, checksums.txt, config.yaml, digests.txt, metadata.json for distribution and integrity management.
- Minor documentation improvements for clarity and completeness.
v0.2.1
- Updated OpenClaw skill metadata: adjusted homepage URL to new organization
- Cleanup: removed obsolete dist/checksums.txt file
- Minor documentation corrections and metadata consistency improvements across project files
v0.2.0
- Initial release of the Zoho Mail skill for OpenClaw agents.
- Provides full read/write access to Zoho Mail accounts hosted in the EU data centre.
- Includes commands for listing, reading, sending, searching, replying to, deleting, and marking mail.
- Supports folder listing and full OAuth authentication flow.
- All commands output results in JSON format.
- Requires operator-driven setup with secure OAuth token handling.
元数据
常见问题
Zoho Mail 是什么?
Full read/write Zoho Mail access for OpenClaw agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Zoho Mail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install panthrocorp-zoho-mail」即可一键安装,无需额外配置。
Zoho Mail 是免费的吗?
是的,Zoho Mail 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zoho Mail 支持哪些平台?
Zoho Mail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Zoho Mail?
由 PanthroCorp(@panthrocorp)开发并维护,当前版本 v0.3.1。
推荐 Skills