Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

Gws Docs

  • 1 installs
  • 404 repo stars
  • Updated August 5, 2026
  • aiskillstore/marketplace

This is a copy of gws-docs by googleworkspace - installs and ranking accrue to the original listing.

gws-docs is a Claude Code skill that reads and writes Google Docs through the gws command-line wrapper over the Docs v1 API.

About

gws-docs is a Claude Code skill that reads and writes Google Docs through the gws command-line tool. A developer uses it to create blank documents, get the latest version, and apply batchUpdate edits against the Docs v1 API. It documents the documents resource methods and points to gws schema for building params.

  • Wraps the Google Docs v1 API via the gws CLI
  • Create documents and apply batchUpdate edits
  • Includes a +write helper to append text

Gws Docs by the numbers

  • 1 all-time installs (skills.sh)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

gws-docs capabilities & compatibility

Capabilities
document creation · document editing · batch update
Works with
google drive
Use cases
documentation
Runs
Runs locally
Pricing
Free
From the docs

What gws-docs says it does

Read and write Google Docs.
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill gws-docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/marketplace

What it does

Read and write Google Docs via the gws CLI wrapping the Docs v1 API.

Who is it for?

Creating and editing Google Docs programmatically from the gws CLI.

Skip if: Non-Google document formats or GUI-only editing.

When should I use this skill?

When creating, reading, or batch-editing Google Docs via gws.

Files

SKILL.mdMarkdownGitHub ↗

docs (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
gws docs <resource> <method> [flags]

Helper Commands

CommandDescription
`+write`Append text to a document

API Resources

documents

  • batchUpdate — Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests.
  • create — Creates a blank document using the title given in the request. Other fields in the request, including any provided content, are ignored. Returns the created document.
  • get — Gets the latest version of the specified document.

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws docs --help

# Inspect a method's required params, types, and defaults
gws schema docs.<resource>.<method>

Use gws schema output to build your --params and --json flags.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.