← 返回
沟通协作 中文

Ravi email-send

Send, compose, reply, reply-all, or forward emails with HTML formatting and attachments. Do NOT use for reading incoming email (use ravi-inbox) or for creden...
发送、撰写、回复、全部回复或转发带有HTML格式和附件的邮件。不要用于读取收件箱(请使用 ravi-inbox)或凭据相关操作。
raunaksingwi
沟通协作 clawhub v2.1.1 3 版本 99787.9 Key: 无需
★ 0
Stars
📥 941
下载
💾 12
安装
3
版本
#latest

概述

Ravi Email — Send

Compose new emails, reply to existing ones, or forward them from your Ravi email address.

> Writing quality matters. Before drafting email content, see the ravi-email-writing skill for subject lines, HTML formatting, tone, and anti-spam best practices.

Resolving Recipients by Name

If you have the recipient's name but not their email address (e.g. "email Alice"), use ravi-contacts first:

# Search contacts by name
ravi contacts search "Alice"
# → Returns matches with email, phone, display_name
# If one match → use the email from the result
# If multiple matches → confirm with the user which Alice they mean
# If no matches → ask the user for the email address directly

Compose a new email

ravi email compose --to "recipient@example.com" --subject "Subject" --body "<p>HTML content</p>"

Arguments:

  • --to (required): Recipient email address
  • --subject (required): Email subject line
  • --body (required): Email body (HTML supported — use tags like

    ,

    ,
      for formatting)

    Example with HTML formatting:

    ravi email compose \
      --to "user@example.com" \
      --subject "Monthly Report" \
      --body "<h2>Monthly Report</h2><p>Key findings:</p><ul><li>Revenue up 15%</li><li>Churn down 3%</li></ul>"
    

    Reply to an email

    # Reply to sender only
    ravi email reply <message_id> --body "<p>Reply content</p>"
    
    # Reply to all recipients (reply-all)
    ravi email reply-all <message_id> --body "<p>Reply content</p>"
    

    Forward an email

    ravi email forward <message_id> --to "recipient@example.com" --body "<p>FYI — see below.</p>"
    

    Arguments:

    • --to (required): Recipient email address
    • --body (required): Email body (HTML supported)

    Rate Limits

    Email sending is rate-limited per user account:

    • 60 emails/hour and 500 emails/day

    On hitting a rate limit, you'll get a 429 response with a retry_after_seconds value. Wait that many seconds before retrying.

    Best practices for agents:

    • Avoid tight loops of email sends — batch work where possible
    • On 429: parse retry_after_seconds from the response body, wait, then retry
    • For bulk operations, add a 1-2 second delay between sends

    Important Notes

版本历史

共 3 个版本

  • v2.1.1 当前
    2026-05-03 03:21 安全 安全
  • v1.7.1
    2026-03-29 17:28 安全 安全
  • v1.6.0
    2026-03-07 01:57

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

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

Ravi login

raunaksingwi
使用 Ravi 身份注册并登录服务 — 处理注册引导、表单、双因素认证、一次性验证码及凭据存储。请勿用于独立收件箱检索。
★ 0 📥 939
communication-collaboration

Himalaya

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