Skills gws-docs
๐Ÿ“ฆ

gws-docs

v0.23.0 Content revision r2 Safe โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

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.

Supports: Claude Codex Code(CC)
๐Ÿฅˆ 82 Silver

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
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

Safe
v7 โ€ข 8/5/2026 Open versioned report

All 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.

1
Files scanned
50
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/googleworkspace-gws-docs/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/googleworkspace-gws-docs/security.svg)](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/7

BibTeX 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: High
55
Architecture
100
Maintainability
87
Content
68
Community
100
Spec Compliance

What 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

Explore Docs commands
Show the available gws Docs resources and explain which listed document method fits my goal: [GOAL].
Retrieve a document
Inspect the schema for the get method, then prepare a command to retrieve document [DOCUMENT_ID]. Explain each required flag.
Create a blank document
Inspect the create method schema and prepare a command that creates a blank document titled [TITLE].
Plan a batch update
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?
The skill documents create, get, and batchUpdate operations for the documents resource.
Does this skill require authentication?
Yes. The gws CLI must be installed and configured using the shared authentication guidance.
Can it create a document with initial content?
The documented create method makes a blank document. Use a separate update or writing operation to add content.
How are required parameters discovered?
Inspect the method with gws schema before preparing parameter and request flags.
What happens when one batch request is invalid?
The complete batch fails, and none of its requested changes are applied.
Can it append text to a document?
The skill links to the companion writing helper, which is intended for appending text.

Developer Details

License

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

More from googleworkspace

View all
View all