← Back to Skills Marketplace
googleworkspace-bot

Gws Docs Write

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
539
Downloads
0
Stars
15
Active Installs
13
Versions
Install in OpenClaw
/install gws-docs-write
Description
Google Docs: Append text to a document.
README (SKILL.md)

docs +write

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Append text to a document

Usage

gws docs +write --document \x3CID> --text \x3CTEXT>

Flags

Flag Required Default Description
--document Document ID
--text Text to append (plain text)

Examples

gws docs +write --document DOC_ID --text 'Hello, world!'

Tips

  • Text is inserted at the end of the document body.
  • For rich formatting, use the raw batchUpdate API instead.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-docs — All read and write google docs commands
Usage Guidance
This skill itself is a tiny wrapper around the 'gws' CLI write command and otherwise appears harmless — but it explicitly defers authentication and global flags to '../gws-shared/SKILL.md', which is not bundled here. Before installing or enabling the skill: (1) inspect the gws-shared SKILL.md referenced to see what credentials or environment variables the gws CLI requires (OAuth tokens, service-account keys, or env vars); (2) verify the 'gws' binary on your system is the legitimate tool you expect and understand where it stores tokens/config (~/.config, keychains, etc.); (3) ensure the agent prompts you before executing write operations (the skill warns to confirm, but confirm the agent enforces that); and (4) if you cannot review gws-shared or the gws CLI's auth behavior, treat this skill as higher-risk because it may cause the agent to access or transmit credentials not declared in the registry.
Capability Analysis
Type: OpenClaw Skill Name: gws-docs-write Version: 1.0.12 The skill bundle contains documentation and metadata for a Google Docs integration ('gws-docs-write'). The instructions in SKILL.md are consistent with the stated purpose of appending text to a document, include a safety caution for write operations, and do not contain any malicious code, suspicious network calls, or prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name/description (append text to Google Docs) align with the SKILL.md content: it runs a single gws CLI command to append text to a document. The only declared runtime requirement is the 'gws' binary, which is coherent with the described functionality.
Instruction Scope
SKILL.md's instructions are narrowly scoped to running 'gws docs +write --document <ID> --text <TEXT>' and explicitly caution to confirm with the user before executing. However the file instructs the reader to consult '../gws-shared/SKILL.md' for auth and global flags — that external file is not included in this skill bundle, so the full runtime behavior (what auth is used, what global flags are applied) is unknown.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing will be written to disk by an install step. This is low-risk in terms of install mechanism.
Credentials
This SKILL.md declares no required environment variables or credentials, yet it defers auth and global flags to an external 'gws-shared' SKILL.md. That external dependency likely contains credential requirements (CLI tokens, OAuth, or environment vars). Because those requirements are not declared here, the skill's requested permissions are unclear and may be disproportionate to what this single command needs.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does allow normal autonomous invocation (platform default) but there is no evidence this skill attempts to modify other skills or agent configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-docs-write
  3. After installation, invoke the skill by name or use /gws-docs-write
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated SKILL.md metadata version number from 0.22.4 to 0.22.5. - No functional changes; documentation version bump only.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated version in metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version to 0.22.2 in metadata. - No other functionality or documentation changes.
v1.0.8
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated skill version from 0.21.2 to 0.22.0 in documentation. - No usage, flag, or functionality changes; version increment only.
v1.0.6
- Bumped skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill version to 0.21.1 in SKILL.md (was 0.20.1). - No changes to usage, features, or functionality.
v1.0.4
- Updated version in documentation metadata from 0.20.0 to 0.20.1. - No changes to usage, functionality, or documentation content.
v1.0.3
- Updated version to 0.20.0 in SKILL.md. - No functional or documentation changes beyond the version bump.
v1.0.2
- Updated SKILL.md to align metadata versioning with project conventions. - Moved version field into metadata and set to 0.19.0. - Removed redundant top-level version entry.
v1.0.1
- Updated SKILL.md formatting for the bins list in metadata (now uses YAML array style). - No functional or usage changes. Documentation layout is slightly improved for clarity.
v1.0.0
- Initial release of gws-docs-write. - Adds the ability to append plain text to a Google Doc using the CLI. - Requires specifying both document ID and text to append. - Text is always added at the end of the document body. - Includes usage examples, flag reference, and important usage precautions.
Metadata
Slug gws-docs-write
Version 1.0.12
License MIT-0
All-time Installs 15
Active Installs 15
Total Versions 13
Frequently Asked Questions

What is Gws Docs Write?

Google Docs: Append text to a document. It is an AI Agent Skill for Claude Code / OpenClaw, with 539 downloads so far.

How do I install Gws Docs Write?

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

Is Gws Docs Write free?

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

Which platforms does Gws Docs Write support?

Gws Docs Write is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Docs Write?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments