← Back to Skills Marketplace
zvirb

Google Docs Create Document

by zvirb · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install google-docs-create-document
Description
Atomic node skill to create a Google Doc 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 the creation fails.

Google Docs Create Document

This skill allows the agent to create a new Google Document using the native CLI.

Cognitive Directives

WHEN [A new Google Doc needs to be created] THEN [Execute the native terminal command gog docs create \x3Ctitle> --json]

Schema Example

{
  "command": "gog docs create \"My New Document\" --json"
}

Expected Output

A JSON object with the new document ID and details.

Usage Guidance
This skill is narrowly scoped and appears coherent, but before installing: 1) Verify the 'gog' binary on your system is the legitimate CLI you expect (check its provenance/version and source). 2) Understand that gog will need Google credentials (OAuth tokens or saved config) stored on the machine — confirm where those are stored and whether you are comfortable allowing an agent to invoke the CLI using them. 3) If you run agents in shared or automated environments, consider whether creating documents via the gog CLI could expose tokens or create documents unintentionally. 4) If you need stronger assurance, run the `gog` command manually first to confirm behavior and error handling, or request the skill author to document authentication and error cases.
Capability Analysis
Type: OpenClaw Skill Name: google-docs-create-document Version: 1.0.2 The skill is a straightforward wrapper for the 'gog' CLI to create Google Documents. It contains no suspicious logic, data exfiltration attempts, or malicious instructions, and its behavior is strictly aligned with the stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
The skill is an atomic wrapper around the gog CLI to create a Google Doc. Requiring the 'gog' binary matches the stated purpose and there are no unrelated binaries or env vars declared.
Instruction Scope
SKILL.md directs a single, narrowly-scoped action: run `gog docs create <title> --json`. The instructions do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints beyond the CLI call.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill itself. This is the lowest-risk installation model.
Credentials
The skill declares no required environment variables or credentials. This is not inconsistent because the gog CLI commonly uses its own local OAuth/config files. However, the skill implicitly depends on whatever credentials/config the gog CLI needs (OAuth tokens, config files) — the SKILL.md does not document that or where those credentials live.
Persistence & Privilege
The skill is not always-enabled and uses default model invocation behavior. It does not request persistent system presence or modify other skills/configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-docs-create-document
  3. After installation, invoke the skill by name or use /google-docs-create-document
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Switched backend from the GoogleWorkspace plugin to the gog CLI for document creation. - Updated dependencies to require the gog binary instead of the plugin. - Revised usage and example schema to match the CLI-based workflow. - Clarified expected output and streamlined documentation for simplicity.
v1.0.1
- Expanded OS compatibility from Windows-only to all operating systems. - No other user-facing changes.
v1.0.0
- Initial release of the skill for creating new Google Docs using the GoogleWorkspace plugin. - Atomic node design ensures simplicity and efficient task execution. - Incorporates Lean principles (Kaizen, Standardized Work, Jidoka) for reliability and error detection. - Usage: Execute when a new Google Doc needs to be created; returns confirmation with document ID.
Metadata
Slug google-docs-create-document
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Google Docs Create Document?

Atomic node skill to create a Google Doc using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Google Docs Create Document?

Run "/install google-docs-create-document" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Docs Create Document free?

Yes, Google Docs Create Document is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Docs Create Document support?

Google Docs Create Document is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Docs Create Document?

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

💬 Comments