π¦ ClawHub
Gmail Draft Update Subject
by @zvirb
Atomic node skill to update the subject of an existing Gmail draft.
TERMINAL
clawhub install gmail-draft-update-subjectπ About This Skill
name: Gmail Draft Update Subject description: Atomic node skill to update the subject of an existing Gmail draft. os: all requires: bins: - gog
Lean Philosophy (Principles)
Gmail Draft Update Subject
This skill allows the agent to update the subject of an existing Gmail draft using the native CLI.
Cognitive Directives
WHEN [The subject of a Gmail draft needs to be set or updated] THEN [Execute the native terminal commandgog gmail drafts update --subject "..." --json ]Schema Example
{
"command": "gog gmail drafts update draft_id_123 --subject \"Invoice\" --json"
}