Skills gws-docs-write
๐Ÿ“ฆ

gws-docs-write

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

Append Plain Text to Google Docs

Adding a short update to an existing document can interrupt a larger workflow. This skill prepares and runs a confirmed Google Workspace CLI append operation.

Supports: Claude Codex Code(CC)
๐Ÿฅˆ 80 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-write" from https://skillstore.io/skills/googleworkspace-gws-docs-write.md and its manifest at https://skillstore.io/api/skills/googleworkspace-gws-docs-write/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.

Test it

Using "gws-docs-write". Append "Budget approved for phase two." to document 1AbC, but ask before writing.

Expected outcome:

  • Planned update: append "Budget approved for phase two." to document 1AbC.
  • Confirmation required: proceed with this document write?

Using "gws-docs-write". Add the approved meeting summary to the shared notes document.

Expected outcome:

  • Target: the supplied shared notes document.
  • Content: the approved plain-text meeting summary.
  • Confirmation required before appending the text.

Security Audit

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

Six findings mistake Markdown code delimiters for shell execution, and three mistake fixed sibling documentation links for uncontrolled traversal. SKILL.md shows expected gws usage, requires confirmation before writing, and contains no semantic evidence of malicious intent.

1
Files scanned
51
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-write/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/googleworkspace-gws-docs-write/security.svg)](https://skillstore.io/skills/googleworkspace-gws-docs-write?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/googleworkspace-gws-docs-write?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/googleworkspace-gws-docs-write/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/googleworkspace-gws-docs-write.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-write security audit report (audit version 5) [Author version 0.23.0]. Skillstore. https://skillstore.io/skills/googleworkspace-gws-docs-write/audits/5

BibTeX citation

@techreport{googleworkspace-googleworkspace-gws-docs-write-2026, author = {googleworkspace}, title = {gws-docs-write security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/googleworkspace-gws-docs-write/audits/5}, 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-write security audit report (audit version 5)" version: "0.23.0" type: report authors: - name: "googleworkspace" date-released: "2026-08-05" url: "https://skillstore.io/skills/googleworkspace-gws-docs-write/audits/5" identifiers: - type: other value: "skillstore:googleworkspace-gws-docs-write:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
100
Maintainability
87
Content
68
Community
91
Spec Compliance

What You Can Build

Record project updates

Append a confirmed plain-text status update to a shared project document.

Add support notes

Place an approved case summary at the end of a team reference document.

Publish operational logs

Append concise deployment or maintenance notes to an existing operations document.

Try These Prompts

Append a short note
Append the exact text "{text}" to Google Docs document {document_id}. Show the planned action and request confirmation before execution.
Add a meeting summary
Append this plain-text meeting summary to document {document_id}: {summary}. Preserve the supplied wording and request confirmation before writing.
Prepare an audited update
Prepare an append operation for document {document_id} using {text}. Verify the document ID is present, then request confirmation before execution.
Append generated release notes
Convert {release_details} into concise plain-text release notes. Present the final text, then request confirmation before appending it to document {document_id}.

Best Practices

  • Confirm the exact document ID and final text before every write.
  • Use plain text here, and use the raw batchUpdate API when formatting is required.
  • Authenticate with the least privilege needed and verify access to the target document.

Avoid

  • Do not execute a document write without explicit user confirmation.
  • Do not append secrets or sensitive content without clear authorization.
  • Do not use this skill for text replacement, positioned insertion, or rich formatting.

Frequently Asked Questions

Where does the new text appear?
The skill inserts the text at the end of the document body.
Can this skill create a new document?
No. It appends text to an existing document identified by its document ID.
Does it support rich formatting?
No. Use the raw Google Docs batchUpdate API for formatting.
What setup is required?
Install the gws CLI, configure authentication, and ensure the account can edit the target document.
Does the skill ask before writing?
Yes. Its instructions require user confirmation before executing the write command.
Which inputs are required?
Provide the target document ID and the plain text that should be appended.

Developer Details

License

MIT

Author version

v0.23.0

Skillstore revision

r2

Ref

286d37c9c189ddd1aafd3548415fb031d1df79d5

Maintenance freshness

8/6/2026

Usage

7 downloads ยท 66 views

File structure

๐Ÿ“„ SKILL.md