gws-docs-write
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.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
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.
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-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
SafeSix 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.
Risk Factors
โ๏ธ External commands (6)
๐ Filesystem access (3)
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-write/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](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/5BibTeX 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: HighWhat 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 the exact text "{text}" to Google Docs document {document_id}. Show the planned action and request confirmation before execution.Append this plain-text meeting summary to document {document_id}: {summary}. Preserve the supplied wording and request confirmation before writing.Prepare an append operation for document {document_id} using {text}. Verify the document ID is present, then request confirmation before execution.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?
Can this skill create a new document?
Does it support rich formatting?
What setup is required?
Does the skill ask before writing?
Which inputs are required?
Developer Details
Author
googleworkspaceLicense
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