/install 163email-skill
163email Skill - Email Sender
Send emails via 163 SMTP service. Support custom recipient, subject, content. Both CLI and Python module import calling methods are supported.
Features
- Send plain text emails via 163 SMTP
- One-click command line invocation
- Python module import support
- SSL encrypted transmission
- Multiple recipients support
Usage
Method 1: Command Line
python send_email.py "[email protected]" "Test Subject" "Email content here"
Method 2: Python Import
from src.send_email import send_mail
send_mail(
to="[email protected]",
subject="Test Email",
content="This is the email content"
)
Configuration
Set environment variables before use:
export CLAW_EMAIL="[email protected]"
export CLAW_EMAIL_AUTH="your_smtp_authorization_code"
export CLAW_SMTP_SERVER="smtp.163.com" # optional
export CLAW_SMTP_PORT="465" # optional
Or use in Python:
import os
os.environ["CLAW_EMAIL"] = "[email protected]"
os.environ["CLAW_EMAIL_AUTH"] = "your_auth_code"
Requirements
- Python 3.6+
- No third-party dependencies (uses smtplib, email standard library)
License
MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install 163email-skill - After installation, invoke the skill by name or use
/163email-skill - Provide required inputs per the skill's parameter spec and get structured output
What is 163 Email Skill - SMTP Sender?
163email skill - Send emails via 163 SMTP service with custom recipient, subject, content. Support CLI and Python import. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install 163 Email Skill - SMTP Sender?
Run "/install 163email-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 163 Email Skill - SMTP Sender free?
Yes, 163 Email Skill - SMTP Sender is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 163 Email Skill - SMTP Sender support?
163 Email Skill - SMTP Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 163 Email Skill - SMTP Sender?
It is built and maintained by geekclaw (@liubindashen); the current version is v1.2.1.