🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

163 Email Skill - SMTP Sender

by @liubindashen

163email skill - Send emails via 163 SMTP service with custom recipient, subject, content. Support CLI and Python import

πŸ’‘ Examples

Method 1: Command Line

python send_email.py "recipient@example.com" "Test Subject" "Email content here"

Method 2: Python Import

from src.send_email import send_mail

send_mail( to="recipient@example.com", subject="Test Email", content="This is the email content" )

βš™οΈ Configuration

Set environment variables before use:

export CLAW_EMAIL="your_163_email@163.com"
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"] = "your_email@163.com"
os.environ["CLAW_EMAIL_AUTH"] = "your_auth_code"

View on ClawHub
TERMINAL
clawhub install 163email-skill

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’