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