A lightweight CLI utility for sending automated emails via Gmail SMTP using Google App Passwords.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gmail-sender
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gmail-sender using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gmail Sender Skill is a streamlined automation tool designed for developers and power users who need a reliable way to dispatch emails directly from their Openclaw Skills environment. By leveraging the Python standard library and Google secure App Passwords, it provides a dependency-free method to integrate email notifications into scripts, workflows, and cron jobs.
This skill serves as a foundational component for building complex Openclaw Skills that require outbound communication capabilities. It ensures that status updates, system alerts, and automated reports reach their destination without the overhead of external third-party API integrations, keeping your automation stack lean and efficient.
clawhub install gmail-sender
export GMAIL_USER="[email protected]"
export GMAIL_APP_PASSWORD="xxxxxxxxxxxxxxxx"
chmod +x gmail-send
The Gmail Sender Skill operates as a stateless utility, processing input parameters to generate standard MIME emails. It does not store persistent data locally, relying instead on environment variables for configuration.
| Parameter | Source | Description |
|---|---|---|
| Recipient | CLI Argument | The destination email address |
| Subject | CLI Argument | The subject line for the outgoing email |
| Body | CLI Argument | The plain text content of the message |
| GMAIL_USER | Environment | Your authenticated Gmail address |
| GMAIL_APP_PASSWORD | Environment | The 16-character secure token |
Loading
A high-velocity AI skill designed to help developers build, launch, and scale SAAS products to $1000+ MRR with a focus on revenue over perfection.

A specialized analytics skill for tracking Monthly Recurring Revenue (MRR), churn rates, and overall SaaS profitability benchmarks.

A command center for building and managing a portfolio of profitable SAAS products using automated AI subagents.

Automate the transformation of smart glasses photos into engaging social media posts using vision-capable AI agents.

A lightweight CLI utility for sending and reading Gmail messages using secure App Passwords.

A high-performance command-line interface for managing Cloudflare R2 storage buckets and object lifecycles using rclone.








































