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.
Why use this skill?
Enhance OpenClaw with the Zoho Email Integration skill. Features REST API speed, OAuth2 security, and Clawdbot automation for efficient email workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/briansmith80/zoho-email-integrationWhat This Skill Does
The zoho-email-integration skill is a professional-grade automation module for the OpenClaw platform, enabling seamless communication between your AI agent and Zoho Mail. Unlike standard IMAP implementations, this skill utilizes the Zoho REST API, providing performance improvements of 5-10x for read/write operations. It includes robust support for OAuth2 authentication, ensuring high security standards by eliminating the need for hardcoded passwords. The skill enables users to send rich HTML emails, manage attachments, and perform batch email processing directly through Clawdbot commands, integrating perfectly into your existing notification or workflow management systems.
Installation
To install the skill, use the Clawhub CLI. Ensure you have Python 3.x and the requests library installed.
- Execute the installation command:
clawhub install openclaw/skills/skills/briansmith80/zoho-email-integration. - Configure your credentials using environment variables or a secure vault to store your Zoho OAuth2 tokens or App-Specific Passwords generated within the Zoho Mail security settings.
- Verify the installation by running the agent heartbeat to ensure the API handshake is successful.
Use Cases
This skill is ideal for:
- Automated Email Dispatch: Sending status reports or invoices automatically generated by other OpenClaw skills.
- Inbox Monitoring: Parsing incoming inquiries and categorizing them based on keywords.
- Workflow Automation: Triggering responses or folder movements based on email headers or content patterns.
- Batch Cleanup: Quickly archiving or deleting historical mail across multiple folders using the optimized bulk-operation endpoints.
Example Prompts
- "Check my inbox for emails from the client 'Acme Corp' and move them to the 'Projects' folder."
- "Send an HTML email to [email protected] with the subject 'Weekly Report' and attach the file located at /home/user/reports/final.pdf."
- "Summarize the last 5 unread emails in my inbox and give me a count of total unread messages."
Tips & Limitations
- Security: Always prioritize OAuth2 over app passwords to benefit from token rotation and granular permissions.
- Performance: Use batch operations for large-scale tasks to minimize API calls and stay within Zoho's rate limits.
- Fallback: The system includes a graceful fallback to IMAP, but note that advanced features like specific REST-based tagging may be degraded during fallback mode.
- Maintenance: Always run
clawhub updateto ensure you have the latest security patches for command handling.
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-zoho-email-integration": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
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.
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.