← Back to Skills Marketplace
zvirb

Gmail Send Email

by zvirb · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
40
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install gmail-send-email
Description
Atomic node skill to send an email via Gmail using the gog CLI.
README (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if sending fails.

Gmail Send Email

This skill allows the agent to send an email using the native CLI.

Cognitive Directives

WHEN [An email needs to be sent to one or more recipients] THEN [Execute the native terminal command gog gmail send --to "..." --subject "..." --body "..."]

Schema Example

{
  "command": "gog gmail send --to \"[email protected]\" --subject \"Invoice\" --body \"Please find the invoice attached.\" --json"
}

Expected Output

Confirmation that the email was sent successfully.

Usage Guidance
Before installing or enabling this skill: (1) Confirm you have the official/expected 'gog' binary installed from a trusted source and that it is properly authenticated to a Gmail account you control. (2) Understand that the agent will run a shell command to send mail — require explicit confirmation or tight prompts to avoid accidental or malicious sends. (3) Ensure inputs (to/subject/body) are safely escaped or passed in a way that avoids shell/argument injection; if the platform lets you, prefer structured API invocation rather than composing a single shell command string. (4) Review where the 'gog' CLI stores its auth tokens (local config files) and ensure those credentials are protected. (5) Test the workflow in a safe environment (test account) before allowing production use.
Capability Analysis
Type: OpenClaw Skill Name: gmail-send-email Version: 1.0.2 The skill is a straightforward wrapper for the 'gog' CLI tool, designed to send emails via Gmail. The instructions in SKILL.md are clearly aligned with the stated purpose, and there is no evidence of malicious intent, data exfiltration, or unauthorized command execution. It relies on a pre-installed binary and follows a standard command-line interface pattern.
Capability Assessment
Purpose & Capability
The skill is an instruction-only node that calls the 'gog' CLI to send mail. Requiring the 'gog' binary is appropriate and proportional to the described purpose; there are no unrelated binaries, env vars, or install steps requested.
Instruction Scope
The SKILL.md tells the agent to run a shell command with interpolated recipient/subject/body values (gog gmail send --to ... --subject ... --body ...). It doesn’t describe safe escaping/quoting or require use of a structured API call, so there is a risk of shell/argument injection or accidental sending of unintended content. It also doesn’t state that the CLI must be pre-authenticated or how to handle failures.
Install Mechanism
There is no install spec (instruction-only). That is low-risk because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no env vars or credentials, which is consistent for an instruction-only wrapper. However, in practice the 'gog' CLI will need Gmail credentials/configuration stored elsewhere (user config files or local auth tokens). Those credentials are not declared or explained here.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent platform presence or attempt to modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gmail-send-email
  3. After installation, invoke the skill by name or use /gmail-send-email
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated skill to use the gog CLI for sending emails via Gmail, instead of the GoogleWorkspace plugin. - Changed dependency from a plugin to the 'gog' binary. - Updated examples, usage, and expected output to reflect CLI-based email sending. - Revised description and schema to document the new approach.
v1.0.1
- Updated OS compatibility from "windows" to "all" in the skill metadata. - No changes made to functionality or usage.
v1.0.0
- Initial release of the Gmail Send Email skill. - Enables sending emails via the GoogleWorkspace plugin as an atomic, standardized node. - Incorporates Lean principles for efficiency and error detection. - Provides clear schema and example usage for sending an email. - Returns confirmation in JSON format with message ID upon successful send.
Metadata
Slug gmail-send-email
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Gmail Send Email?

Atomic node skill to send an email via Gmail using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install Gmail Send Email?

Run "/install gmail-send-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gmail Send Email free?

Yes, Gmail Send Email is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gmail Send Email support?

Gmail Send Email is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gmail Send Email?

It is built and maintained by zvirb (@zvirb); the current version is v1.0.2.

💬 Comments