跳至主要内容
小龙虾小龙虾AI
🤖

Openclaw Email Bypass

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

下载1.1k
星标2
版本0.1.2
开发工具
安全通过
⚙️脚本

技能说明


name: openclaw-email-bypass description: Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted. homepage: https://github.com/RISHIKREDDYL/openclaw-email-bypass metadata: {"clawdbot":{"emoji":"✉️","requires":{"bins":["python3"]},"install":[{"id":"pip","kind":"exec","command":"pip3 install requests","label":"Install python requests"}]}}

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.

如何使用「Openclaw Email Bypass」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Openclaw Email Bypass」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能