Email Tool
/install email-tool
Email Skill
Description: Use this skill to send and read emails (IMAP/SMTP). Designed for Zoho Mail but configurable.
Capabilities: email.send, email.search
Tools
email.send
Send 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.search
Search 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).
Configuration (NO HARDCODED SECRETS)
This skill must not contain credentials.
It loads secrets from either:
- A JSON file at
%OPENCLAW_SECRETS_DIR%/email-tool.json(recommended), or - Environment variables (fallback).
Required keys:
EMAIL_USEREMAIL_PASS
Optional (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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install email-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/email-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Email Tool 是什么?
Send and search emails via Zoho using specified recipients, subject, body, and search queries with optional CC, BCC, and read marking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 924 次。
如何安装 Email Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install email-tool」即可一键安装,无需额外配置。
Email Tool 是免费的吗?
是的,Email Tool 完全免费(开源免费),可自由下载、安装和使用。
Email Tool 支持哪些平台?
Email Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Email Tool?
由 chowardcode(@chowardcode)开发并维护,当前版本 v1.0.2。