openclaw-email-bypass

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-email-bypass" with this command: npx skills add rishikreddyl/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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gmail IMAP

Read, search, send, trash, move, and label Gmail via IMAP. Requires GMAIL_IMAP_USER (Gmail address) and GMAIL_IMAP_PASSWORD (Google App Password) environment...

Registry SourceRecently Updated
762Profile unavailable
General

emailbox

职业邮箱收发与数据处理一体化工具。IMAP/SMTP protocol for 12+ providers (Gmail/Outlook/QQ/163/Yahoo/iCloud etc). Send/receive/search/schedule emails, HTML templates, attachmen...

Registry SourceRecently Updated
920Profile unavailable
Security

Cloud Cost Audit

Analyze multi-cloud spend data to identify waste, rightsizing, reserved instance savings, and generate a prioritized 90-day cost optimization roadmap.

Registry SourceRecently Updated
5190Profile unavailable
General

Email Manager with DB

Email account manager with IMAP/SMTP support and local database. Manage multiple email accounts, sync inbox, send emails, search, set filters, and generate d...

Registry SourceRecently Updated
740Profile unavailable