zoho-email
Complete Zoho Mail integration with OAuth2, REST API (5-10x faster), HTML emails, attachments, and batch operations. Perfect for email automation and workflows.
Why use this skill?
Integrate Zoho Mail into your OpenClaw agent with 10x faster REST API access. Manage emails, attachments, and bulk operations with secure OAuth2 authentication.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/briansmith80/clawdbot-zoho-emailWhat This Skill Does
The zoho-email skill is a high-performance, enterprise-grade integration designed for the OpenClaw agent to manage Zoho Mail accounts. Moving beyond the sluggish nature of standard IMAP/SMTP protocols, this skill leverages Zoho’s native REST API to achieve speeds 5-10 times faster than legacy methods. It handles the full email lifecycle: fetching messages, managing folders, parsing HTML templates, and processing attachments. By prioritizing OAuth2 authentication, it ensures that your credentials remain secure, removing the risks associated with storing plain-text passwords.
Installation
To integrate this skill into your environment, use the OpenClaw package manager:
clawhub install openclaw/skills/skills/briansmith80/clawdbot-zoho-email
After installation, you must configure your environment variables. Ensure you generate an App-Specific Password via your Zoho Security settings, then export the credentials as ZOHO_EMAIL and ZOHO_PASSWORD. For maximum security, we recommend using a protected environment file or a secret management vault to keep these tokens isolated from your primary login credentials.
Use Cases
This skill is ideal for automating repetitive administrative tasks. You can use it to build an automated support desk where the agent monitors for specific keywords, flags relevant messages, and drafts preliminary responses. It is also excellent for bulk marketing operations, where you need to send personalized HTML newsletters, or for inbox management, where you want to automatically archive or move promotional material based on complex filtering logic that standard email clients cannot handle.
Example Prompts
- "Check my Zoho inbox and summarize the last 5 unread emails from project managers to see if there are any urgent deadlines."
- "Search for all emails with the subject 'Invoice' from last month, save the PDF attachments to my workspace, and list the total count."
- "Send a professional HTML-formatted update to my client list regarding the new service release using the 'Q3-Newsletter' template."
Tips & Limitations
To maintain performance, leverage the batch processing features for operations involving more than 20 emails. Always run the 'doctor' command after initial configuration to verify that your OAuth2 tokens are correctly scoped and that your network connectivity is stable. Note that while this skill supports legacy app passwords for convenience, OAuth2 is strictly recommended for production workflows to benefit from automatic token rotation. Avoid excessive API calling frequencies to prevent hitting Zoho's rate limits, which can temporarily suspend account access.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-briansmith80-clawdbot-zoho-email": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
zoho-email-integration
Complete Zoho Mail integration with OAuth2, REST API (5-10x faster), Clawdbot /email commands, HTML emails, attachments, and batch operations. Security-hardened against path traversal and command injection. Perfect for email automation and workflows.
clawhub-publish
Publish and update agent skills to ClawHub registry. Use when publishing new skill versions, updating existing skills, or managing ClawHub publications. Handles version checking, git commits, GitHub pushing, and ClawHub publishing workflow.