email-toolSend and search emails via Zoho using specified recipients, subject, body, and search queries with optional CC, BCC, and read marking.
Install via ClawdBot CLI:
clawdbot install chowardcode/email-toolDescription: Use this skill to send and read emails (IMAP/SMTP). Designed for Zoho Mail but configurable.
Capabilities: email.send, email.search
email.sendSend an email to one or more recipients.
Parameters:
to (string, required): Comma-separated list of recipients.subject (string, required): The email subject.body (string, required): The email body (HTML or plain text).cc (string, optional): CC recipients.bcc (string, optional): BCC recipients.email.searchSearch for emails in the inbox.
Parameters:
query (string, required): Search query (e.g. from:example.com, subject:Invoice).limit (number, optional): Max results (default 10).markRead (boolean, optional): Mark as read after fetching (default false).This skill must not contain credentials.
It loads secrets from either:
1) A JSON file at %OPENCLAW_SECRETS_DIR%/email-tool.json (recommended), or
2) Environment variables (fallback).
Required keys:
EMAIL_USEREMAIL_PASSOptional (defaults shown):
HOST_IMAP (imap.zoho.com)PORT_IMAP (993)HOST_SMTP (smtp.zoho.com)PORT_SMTP (465)SECURE_SMTP (true)If you are packaging/uploading this skill: run node scripts/secret-scan.js first.
Generated Mar 1, 2026
Use the email.send tool to automatically reply to common customer inquiries, such as order confirmations or FAQ answers, based on triggers from other systems. The email.search tool can monitor support inboxes for keywords to prioritize urgent issues.
Send bulk promotional emails to segmented recipient lists using email.send, with CC and BCC for tracking. Use email.search to analyze campaign performance by searching for replies or specific subjects to gauge engagement.
Automatically generate and send invoices or payment reminders to clients via email.send, with detailed body content. Employ email.search to query for past invoices or payment confirmations to reconcile accounts efficiently.
Schedule and send meeting summaries or project updates to team members using email.send. Utilize email.search to retrieve past emails related to specific projects or deadlines, helping in documentation and follow-ups.
Send personalized follow-up emails to potential leads after initial contact using email.send. Use email.search to track responses and engagement levels, enabling sales teams to prioritize high-interest prospects.
Offer this skill as part of a subscription-based platform that automates email workflows for small businesses. Charge monthly fees based on usage tiers, such as number of emails sent or searches performed, with added support for integration with other tools.
Provide consulting services to help businesses integrate this email skill into their existing systems, such as CRM or ERP software. Revenue comes from one-time project fees or ongoing maintenance contracts for tailored configurations and optimizations.
Deploy a free version of the skill with basic email sending and searching capabilities, then upsell premium features like advanced analytics, higher email limits, or priority support. Monetize through in-app purchases or upgraded plans for enterprise users.
💬 Integration Tip
Ensure secure configuration by storing credentials in the recommended JSON file or environment variables, and test connectivity with Zoho Mail or other providers before deployment to avoid email delivery issues.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.