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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-email-bypass - After installation, invoke the skill by name or use
/openclaw-email-bypass - Provide required inputs per the skill's parameter spec and get structured output
What is Openclaw Email Bypass?
Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted. It is an AI Agent Skill for Claude Code / OpenClaw, with 1629 downloads so far.
How do I install Openclaw Email Bypass?
Run "/install openclaw-email-bypass" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Email Bypass free?
Yes, Openclaw Email Bypass is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Email Bypass support?
Openclaw Email Bypass is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Email Bypass?
It is built and maintained by RISHIKREDDYL (@rishikreddyl); the current version is v0.1.2.