Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Openclaw Email Bypass

v0.1.2

Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.

3· 1.7k· 3 versions· 1 current· 2 all-time· Updated 4h ago· MIT-0

Install

openclaw skills 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_URL and GOOGLE_SCRIPT_TOKEN environment variables.
  • Data Flow: agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient.
  • Zero Persistence: No emails are stored on the relay.

🚀 Quick Start

  1. Deploy Relay: Use the code in assets/Code.gs for your Google Apps Script project.
  2. Set Env Vars: Configure GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN.
  3. Send Email:
    python3 scripts/send_email.py "recipient@email.com" "Subject" "Message"
    

Tools

send_email

Send plain text or HTML emails.

python3 scripts/send_email.py <recipient> <subject> <body> [html_body]

Parameters:

  • recipient - Destination email.
  • subject - Email subject line.
  • body - Plain text content.
  • html_body (optional) - Formatted HTML content.

Resources


Created by RISHIKREDDYL 🐉 We ride together.

Version tags

awsvk972bt9xhr3wpxv3nkdxmdncq980qhe3azurevk972bt9xhr3wpxv3nkdxmdncq980qhe3digital-oceanvk972bt9xhr3wpxv3nkdxmdncq980qhe3digitaloceanvk972bt9xhr3wpxv3nkdxmdncq980qhe3emailvk972bt9xhr3wpxv3nkdxmdncq980qhe3gcpvk972bt9xhr3wpxv3nkdxmdncq980qhe3gmailvk972bt9xhr3wpxv3nkdxmdncq980qhe3latestvk972bt9xhr3wpxv3nkdxmdncq980qhe3linodevk972bt9xhr3wpxv3nkdxmdncq980qhe3smtpvk972bt9xhr3wpxv3nkdxmdncq980qhe3smtp-blockvk972bt9xhr3wpxv3nkdxmdncq980qhe3

Runtime requirements

✉️ Clawdis
Binspython3