gws-docs
Manage Google Docs with the gws CLI
Google Docs automation can require precise API commands and request formats. This skill guides Claude, Codex, and Claude Code through gws document operations.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "gws-docs" from https://skillstore.io/skills/googleworkspace-gws-docs.md and its manifest at https://skillstore.io/api/skills/googleworkspace-gws-docs/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "gws-docs". Create a document titled Weekly Operations Review.
Expected outcome:
The assistant inspects the create schema, identifies required fields, and prepares the title-based operation for a blank document.
Using "gws-docs". Retrieve the latest version of my document.
Expected outcome:
The assistant asks for the document identifier, checks the get schema, and explains the required parameters before retrieval.
Using "gws-docs". Apply several formatting and text changes together.
Expected outcome:
The assistant reviews the batchUpdate schema, organizes the changes in order, and warns that one invalid request rejects the complete batch.
Security Audit
SafeAll 13 static findings are false positives caused by Markdown backticks, code fences, API prose, or fixed sibling-file references. The skill documents expected gws CLI usage and contains no dynamic command execution, network implementation, path traversal input, or prompt injection.
Risk Factors
โ๏ธ External commands (10)
๐ Network access (1)
๐ Filesystem access (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/googleworkspace-gws-docs/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/googleworkspace-gws-docs?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/googleworkspace-gws-docs?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/googleworkspace-gws-docs/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/googleworkspace-gws-docs.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
googleworkspace. (2026). gws-docs security audit report (audit version 7) [Author version 0.23.0]. Skillstore. https://skillstore.io/skills/googleworkspace-gws-docs/audits/7BibTeX citation
@techreport{googleworkspace-googleworkspace-gws-docs-2026,
author = {googleworkspace},
title = {gws-docs security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/googleworkspace-gws-docs/audits/7},
note = {Author version 0.23.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "gws-docs security audit report (audit version 7)"
version: "0.23.0"
type: report
authors:
- name: "googleworkspace"
date-released: "2026-08-05"
url: "https://skillstore.io/skills/googleworkspace-gws-docs/audits/7"
identifiers:
- type: other
value: "skillstore:googleworkspace-gws-docs:audit:7"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Retrieve documents for support
Inspect the get method and prepare a command that retrieves the latest version of a specified document.
Create workflow documents
Create blank Google Docs with approved titles as part of a repeatable operational workflow.
Build document updates
Inspect batchUpdate requirements before constructing validated document changes for an automation pipeline.
Try These Prompts
Show the available gws Docs resources and explain which listed document method fits my goal: [GOAL].
Inspect the schema for the get method, then prepare a command to retrieve document [DOCUMENT_ID]. Explain each required flag.
Inspect the create method schema and prepare a command that creates a blank document titled [TITLE].
Inspect the batchUpdate schema and outline a validated request for document [DOCUMENT_ID] that applies these changes: [CHANGES].
Best Practices
- Inspect each method schema before building parameters or request data.
- Confirm document identifiers, titles, and intended changes before executing write operations.
- Validate every batch request because one invalid item causes the complete update to fail.
Avoid
- Do not guess parameter names, types, or defaults.
- Do not expect the create operation to insert supplied document content.
- Do not execute document changes without confirming the target document and requested edits.
Frequently Asked Questions
Which Google Docs operations are covered?
Does this skill require authentication?
Can it create a document with initial content?
How are required parameters discovered?
What happens when one batch request is invalid?
Can it append text to a document?
Developer Details
Author
googleworkspaceLicense
MIT
Author version
v0.23.0
Skillstore revision
r2
Ref
286d37c9c189ddd1aafd3548415fb031d1df79d5
Maintenance freshness
8/6/2026
Usage
8 downloads ยท 89 views
File structure
๐ SKILL.md