Skip to main content

openclaw-email-bypass

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

설치로 이동

소스 정보

저장소
ShoumikSaha/agent-skill-security
최근 소스 활동
2026년 5월 12일 23:24
감지된 SKILL.md 언어
영어
스타
17
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
7 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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":"[Truncated]"},"install":["[Truncated]"]}}
# 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:** ```bash python3 scripts/send_email.py "recipient@email.com" "Subject" "Message" ``` ## Tools ### send_email Send plain text or HTML emails. ```bash 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 - [Setup Guide](references/setup.md) - Step-by-step deployment. - [Usage Examples](references/examples.md) - Pattern library. --- *Created by RISHIKREDDYL* 🐉 *We ride together.*
GitHub에서 보기