← 返回 Skills 市场
ragsagar

Zoho mail skill

作者 Rag Sagar.V · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
261
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zoho-mail-skill
功能描述
Read, search, and manage Zoho Mail via the Zoho Mail REST API.
安全使用建议
This skill is internally consistent with a Zoho Mail API integration, but the environment variables it asks for are sensitive OAuth credentials. Only install if you trust the skill source. Recommended precautions: create a dedicated Zoho self-client with minimal scopes, use an account or mailbox with limited data if possible, store the client secret/refresh token in a secure secret store (not a shared shell), and be prepared to revoke the refresh token if you stop trusting the skill. Verify you use the correct regional endpoints for your account. Because the skill is instruction-only (no code is installed), the main risk is credential exposure—ensure the agent runtime and any logs that might contain tokens are protected.
功能分析
Type: OpenClaw Skill Name: zoho-mail-skill Version: 1.0.0 The Zoho Mail skill bundle provides legitimate instructions for an AI agent to interact with the official Zoho Mail REST API. It uses standard OAuth 2.0 flows for authentication and utilizes common tools like curl and jq to manage emails, folders, and searches, with no evidence of malicious intent or data exfiltration to third-party domains.
能力评估
Purpose & Capability
Name, description, required binaries (curl, jq), and required environment variables (ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET, ZOHO_REFRESH_TOKEN) all align with a Zoho Mail REST-API integration. Nothing requested appears unrelated to reading/ searching/managing Zoho Mail.
Instruction Scope
SKILL.md contains concrete curl/jq commands that call Zoho auth and mail endpoints and instructs how to obtain and use a refresh token and short-lived access tokens. It does not instruct reading unrelated files, contacting unexpected endpoints, or exfiltrating data to third parties; all network calls target Zoho endpoints (with region variants).
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes on-disk code risk; it only requires that curl and jq are available at runtime, which is reasonable for the provided shell examples.
Credentials
The skill requires three environment values (client id, client secret, refresh token) that are exactly what OAuth-based access to Zoho needs. These are sensitive credentials (the refresh token is long-lived unless revoked), so requiring them is proportionate but demands careful handling by the user.
Persistence & Privilege
The skill is not always-enabled and does not request system config paths or attempt to modify other skills. It is instruction-only and does not persist code or claim elevated agent-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoho-mail-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoho-mail-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Zoho Mail skill. - Enables reading, searching, and managing Zoho Mail accounts via the Zoho Mail REST API. - Supports OAuth 2.0 authentication with refresh token workflow. - Provides commands for listing emails, reading messages, searching, viewing threads, managing folders, and listing labels/attachments. - Includes documentation for setup, regional API endpoints, and practical usage examples.
元数据
Slug zoho-mail-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zoho mail skill 是什么?

Read, search, and manage Zoho Mail via the Zoho Mail REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 Zoho mail skill?

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

Zoho mail skill 是免费的吗?

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

Zoho mail skill 支持哪些平台?

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

谁开发了 Zoho mail skill?

由 Rag Sagar.V(@ragsagar)开发并维护,当前版本 v1.0.0。

💬 留言讨论