← 返回
沟通协作 Key 中文

Email Tool

Send and search emails via Zoho using specified recipients, subject, body, and search queries with optional CC, BCC, and read marking.
通过Zoho使用指定收件人、主题、正文和搜索查询发送和搜索邮件,支持可选CC、BCC和已读标记。
chowardcode
沟通协作 clawhub v1.0.2 1 版本 99922.4 Key: 需要
★ 0
Stars
📥 1,287
下载
💾 21
安装
1
版本
#email#imap#latest#smtp#zoho

概述

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:

1) A JSON file at %OPENCLAW_SECRETS_DIR%/email-tool.json (recommended), or

2) Environment variables (fallback).

Required keys:

  • EMAIL_USER
  • EMAIL_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.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 04:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,748
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,630
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,471