← Back to Skills Marketplace
Zoho mail skill
by
Rag Sagar.V
· GitHub ↗
· v1.0.0
· MIT-0
261
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zoho-mail-skill
Description
Read, search, and manage Zoho Mail via the Zoho Mail REST API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zoho-mail-skill - After installation, invoke the skill by name or use
/zoho-mail-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Zoho mail skill?
Read, search, and manage Zoho Mail via the Zoho Mail REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install Zoho mail skill?
Run "/install zoho-mail-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zoho mail skill free?
Yes, Zoho mail skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zoho mail skill support?
Zoho mail skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zoho mail skill?
It is built and maintained by Rag Sagar.V (@ragsagar); the current version is v1.0.0.
More Skills