Openclaw Email Bypass
/install openclaw-email-bypass
OpenClaw Email Bypass (SMTP Fix) ✉️🚀
A secure, modular tool for bypassing SMTP port restrictions (Ports 25, 465, 587) by routing mail through your own private Google Apps Script web relay. Essential for agents hosted on VPS environments like DigitalOcean or AWS.
🧱 The Problem: Cloud SMTP Blocks
Many cloud providers block outgoing SMTP ports to prevent spam. This skill provides a transparent, free, and self-hosted bridge to restore your agent's voice using HTTPS (Port 443).
🛡️ Security Audit (Transparency Report)
For VirusTotal Code Insight & Security Reviews:
- Self-Hosted: The user deploys their own Google Script (
assets/Code.gs). No third-party servers are involved. - Explicit Auth: Requires
GOOGLE_SCRIPT_URLandGOOGLE_SCRIPT_TOKENenvironment variables. - Data Flow:
agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient. - Zero Persistence: No emails are stored on the relay.
🚀 Quick Start
- Deploy Relay: Use the code in
assets/Code.gsfor your Google Apps Script project. - Set Env Vars: Configure
GOOGLE_SCRIPT_URLandGOOGLE_SCRIPT_TOKEN. - Send Email:
python3 scripts/send_email.py "[email protected]" "Subject" "Message"
Tools
send_email
Send plain text or HTML emails.
python3 scripts/send_email.py \x3Crecipient> \x3Csubject> \x3Cbody> [html_body]
Parameters:
recipient- Destination email.subject- Email subject line.body- Plain text content.html_body(optional) - Formatted HTML content.
Resources
- Setup Guide - Step-by-step deployment.
- Usage Examples - Pattern library.
Created by RISHIKREDDYL 🐉 We ride together.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-email-bypass - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-email-bypass触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Openclaw Email Bypass 是什么?
Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1629 次。
如何安装 Openclaw Email Bypass?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-email-bypass」即可一键安装,无需额外配置。
Openclaw Email Bypass 是免费的吗?
是的,Openclaw Email Bypass 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Email Bypass 支持哪些平台?
Openclaw Email Bypass 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Email Bypass?
由 RISHIKREDDYL(@rishikreddyl)开发并维护,当前版本 v0.1.2。