/install google-docs-read-document
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 reading fails.
Google Docs Read Document
This skill allows the agent to read the plain text contents of a Google Document using the native CLI.
Cognitive Directives
WHEN [The contents of a Google Doc need to be read]
THEN [Execute the native terminal command gog docs cat \x3CdocId>]
Schema Example
{
"command": "gog docs cat doc_id_123"
}
Expected Output
The plain text content of the Google Doc.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-docs-read-document - After installation, invoke the skill by name or use
/google-docs-read-document - Provide required inputs per the skill's parameter spec and get structured output
What is Google Docs Read Document?
Atomic node skill to read a Google Doc using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Google Docs Read Document?
Run "/install google-docs-read-document" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Docs Read Document free?
Yes, Google Docs Read Document is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Docs Read Document support?
Google Docs Read Document is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Docs Read Document?
It is built and maintained by zvirb (@zvirb); the current version is v1.0.2.