send-email

Sends email with attachments via SMTP using a TypeScript driver.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill send-email-dersalvador
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/DerSalvador/openclaw-deepseek/tree/main/skills/send-email
Command: npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill send-email-dersalvador

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of sending emails directly from the agent, eliminating the need for manual email composition and sending through a separate client.

Core Features & Use Cases

  • SMTP Email Sending: Supports various SMTP providers (163, Gmail, QQ, etc.) for sending emails.
  • Attachment Support: Allows for the inclusion of file attachments with emails.
  • Configuration Flexibility: Credentials and server details are managed via environment variables injected by OpenClaw, simplifying setup and enhancing security.
  • Use Case: Automatically send a daily status report email to a distribution list, or notify a user via email when a critical system alert is triggered.

Quick Start

Send an email to [email protected] with the subject 'Test' and body 'This is a test message'.

Frequently Asked Questions about send-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send emails via SMTP using a Python script?

SMTP email sending is automated here using a Python script that relies on environment variables for server configuration, enabling direct message dispatch without a separate email client.

Can I use this SMTP notification tool with Gmail or QQ mail providers?

Yes, SMTP notification works with various email providers including Gmail, 163, and QQ, provided you supply the correct server details and credentials via environment variables.

Does this Python email script support file attachments?

Yes, the Python email script supports file attachments, allowing you to include documents and files directly within your automated SMTP messages.

Do I need Python 3 to automate email sending with this tool?

Yes, Python 3 is required to run the email sending script, along with network access to your specified SMTP server for successful message delivery.

How are SMTP credentials managed when sending automated emails?

SMTP credentials and server details are managed securely via environment variables injected by OpenClaw, simplifying setup without hardcoding sensitive information into your scripts.