email-channel

Send and receive emails via IMAP/SMTP. Use for email-based conversations, notifications, and automated replies.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "email-channel" with this command: npx skills add timothy-node/openclaw-email-channel/timothy-node-openclaw-email-channel-email-channel

Email Channel

Two-way email communication via IMAP/SMTP.

When to Use

  • User asks to send an email
  • Responding to incoming emails (automatic)
  • Sending notifications or reports via email

Sending Emails

Use the message tool with channel: "email":

message action=send channel=email target=recipient@example.com message="Your message here"

Parameters

ParameterRequiredDescription
targetYesRecipient email address
messageYesEmail body (plain text or HTML)
subjectNoEmail subject
replyToNoMessage ID to reply to (maintains thread)

Examples

Simple email:

message action=send channel=email target=user@example.com message="Hello! This is a test."

With subject:

message action=send channel=email target=user@example.com subject="Weekly Report" message="Here's your summary..."

Reply to thread:

message action=send channel=email target=user@example.com replyTo=<message-id> message="Thanks for your question..."

Receiving Emails

Emails from allowed senders automatically appear as user messages. The channel handles:

  • IMAP polling at configured intervals
  • Thread tracking via Message-ID/References headers
  • Sender verification against allowlist

Attachments

Incoming attachments are processed and available in the message context.

To send attachments, use filePath or buffer:

message action=send channel=email target=user@example.com message="See attached" filePath=/path/to/file.pdf

Security Notes

  1. Only addresses in allowFrom can trigger responses
  2. Use ${ENV_VAR} syntax for passwords in config
  3. App passwords recommended over account passwords

Troubleshooting

  • Email not received: Check sender is in allowFrom list
  • Send failed: Verify SMTP settings and credentials
  • Thread broken: Ensure replyTo uses correct Message-ID format

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated
General

51mee-resume-parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Archived SourceRecently Updated