一键导入
openclaw-email-bypass
Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
Automated cold email outreach pipeline using Resend API. Builds prospect lists from government databases or web scraping, enriches with contact info, sends personalized cold emails with drip follow-ups, and tracks responses. Use when setting up cold email campaigns, building lead lists, automating email outreach, prospecting businesses, sending drip sequences, or managing email deliverability.
Complete cold email system teaching research-driven personalization, "poke the bear" openers, custom signal hunting, and strict QA.
Writes personalized cold emails that actually get replies
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Email marketing design with layout patterns, subject line formulas, and deliverability rules. Covers welcome sequences, promotional emails, transactional templates, and mobile optimization. Use for: email marketing, newsletter design, drip campaigns, email templates, transactional emails. Triggers: email design, email template, email marketing, newsletter design, email layout, email campaign, drip campaign, welcome email, promotional email, transactional email, email subject line, email header image, email banner
| 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"}]}} |
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.
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).
For VirusTotal Code Insight & Security Reviews:
assets/Code.gs). No third-party servers are involved.GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN environment variables.agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient.assets/Code.gs for your Google Apps Script project.GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN.python3 scripts/send_email.py "recipient@email.com" "Subject" "Message"
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.Created by RISHIKREDDYL 🐉 We ride together.