← Back to Skills Marketplace
zvirb

Gmail Draft Send

by zvirb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
47
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gmail-draft-send
Description
Atomic node skill to send an existing Gmail draft.
README (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, strictly limited to sending an existing draft.
  • 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.

Gmail Draft Send

This skill allows the agent to send an existing Gmail draft using the native CLI.

Cognitive Directives

WHEN [An existing email draft needs to be sent] THEN [Execute the native terminal command gog gmail drafts send \x3CdraftId> --json]

Schema Example

{
  "command": "gog gmail drafts send draft_id_123 --json"
}

Jidoka Validation Loop

  1. Try: Execute the command.
  2. Evaluate: Check the JSON response to confirm the email was sent successfully.
  3. Correct/Fail: If it failed or hallucinated parameters, retry up to 3 times (max_retries=3).
  4. Proceed: Return the confirmation.

Expected Output

A JSON object confirming the email was sent successfully.

Usage Guidance
This skill is narrowly focused and appears coherent, but it requires a local 'gog' CLI. Before installing or enabling it: 1) verify what 'gog' is and where it came from (package manager, vendor, path), 2) confirm how 'gog' authenticates to Gmail and where those credentials live (local OAuth tokens, config files), and 3) ensure you trust the 'gog' binary because the skill will run it with whatever permissions and credentials it already has. If you don't want an agent executing local binaries with your Gmail access, avoid enabling this skill or restrict it to manual/user-invoked use only.
Capability Analysis
Type: OpenClaw Skill Name: gmail-draft-send Version: 1.0.0 The skill is a straightforward implementation for sending Gmail drafts using a CLI tool named 'gog'. The SKILL.md file contains clear, task-oriented instructions and cognitive directives that align with the stated purpose. There are no indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe the single task: run a native CLI command to send a Gmail draft. Requiring a CLI binary (gog) is coherent with that purpose.
Instruction Scope
SKILL.md is narrowly scoped: it instructs the agent to run a single command 'gog gmail drafts send <draftId> --json', parse the JSON response, and retry up to 3 times on failure. It does not instruct reading unrelated files or exfiltrating data. However it grants the agent permission to execute an arbitrary local binary, so the trust boundary is the 'gog' executable and its local credentials/config.
Install Mechanism
Instruction-only skill with no install spec; nothing is written to disk by the skill itself. This is the lowest-risk install pattern.
Credentials
The skill declares no environment variables and no credentials, which is consistent for a CLI-driven action. But it implicitly relies on the 'gog' binary's own authentication (e.g., local OAuth tokens or configs). The skill does not document how 'gog' obtains Gmail credentials—verify where 'gog' stores/obtains auth tokens.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills. Autonomous invocation is allowed by platform default but not flagged here on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gmail-draft-send
  3. After installation, invoke the skill by name or use /gmail-draft-send
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Gmail Draft Send skill. - Provides a CLI-based atomic node to send existing Gmail drafts. - Ensures autonomous defect detection and retries failed attempts up to three times. - Returns a JSON confirmation upon successful sending. - Requires the gog binary on all operating systems.
Metadata
Slug gmail-draft-send
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Gmail Draft Send?

Atomic node skill to send an existing Gmail draft. It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install Gmail Draft Send?

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

Is Gmail Draft Send free?

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

Which platforms does Gmail Draft Send support?

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

Who created Gmail Draft Send?

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

💬 Comments