π¦ ClawHub
Google Docs Update Document
by @zvirb
Atomic node skill to update a Google Doc using the gog CLI.
TERMINAL
clawhub install google-docs-update-documentπ About This Skill
name: Google Docs Update Document description: Atomic node skill to update a Google Doc using the gog CLI. os: all requires: bins: - gog
Lean Philosophy (Principles)
Google Docs Update Document
This skill allows the agent to write or insert text into an existing Google Document using the native CLI.
Cognitive Directives
WHEN [Text needs to be added, written, or updated in a Google Doc] THEN [Execute the native terminal commandgog docs write --text "..." or gog docs edit ]Schema Example
{
"command": "gog docs edit doc_id_123 \"old text\" \"new text\""
}