Skills gws-sheets
๐Ÿ“ฆ

gws-sheets

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

Manage Google Sheets with the gws CLI

Google Sheets API commands can be difficult to discover and structure correctly. This skill guides Claude and Codex through supported gws resources, methods, and flags.

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-sheets" from https://skillstore.io/skills/googleworkspace-gws-sheets.md and its manifest at https://skillstore.io/api/skills/googleworkspace-gws-sheets/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-sheets". Find how to inspect the parameters for creating a spreadsheet.

Expected outcome:

Inspect the create method schema first. Review its required parameters, accepted types, and defaults before preparing the create request.

Using "gws-sheets". Explain what happens when one request in a batch update is invalid.

Expected outcome:

The entire batch update fails, and no requested changes are applied. Validate every request before submission.

Using "gws-sheets". How can I retrieve only selected spreadsheet data?

Expected outcome:

Use a field mask, disable unnecessary grid data, or select subsets with data filters. Inspect the relevant method schema before execution.

Security Audit

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

All 23 static alerts are false positives caused by Markdown formatting, fixed documentation links, and legitimate gws CLI examples. No prompt injection, malicious command construction, unauthorized network code, or exploitable path traversal is present in SKILL.md.

1
Files scanned
55
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-sheets/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-sheets/security.svg)](https://skillstore.io/skills/googleworkspace-gws-sheets?utm_source=security_passport_badge)

HTML badge

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

Embed card

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

BibTeX citation

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

Skillstore Score

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

What You Can Build

Inspect spreadsheet data

Find the correct read command and parameters for a known spreadsheet.

Create operational spreadsheets

Build a new spreadsheet and verify the returned spreadsheet details.

Automate structured updates

Inspect batchUpdate requirements before applying multiple validated changes.

Try These Prompts

List available Sheets commands
Show the gws command that lists Google Sheets resources and methods. Explain what I should inspect next.
Read a spreadsheet range
Help me read {range} from spreadsheet {spreadsheet_id}. Inspect the method schema before preparing the command.
Create a spreadsheet
Prepare a gws command to create a spreadsheet named {title}. Verify required parameters and explain the expected result.
Plan a batch update
Inspect the batchUpdate schema for spreadsheet {spreadsheet_id}. Prepare validated changes for {update_goal} and identify any atomic failure risks.

Best Practices

  • Inspect each method schema before building params or request bodies.
  • Use the narrowest spreadsheet range, field mask, or data filter needed.
  • Confirm the spreadsheet identifier and update intent before write operations.

Avoid

  • Do not guess parameter names or request shapes without schema inspection.
  • Do not request complete grid data when selected fields are sufficient.
  • Do not submit batch updates before validating every included request.

Frequently Asked Questions

What must be installed before using this skill?
Install the gws CLI and generate the shared skill that provides authentication, global flags, and security rules.
Can this skill read spreadsheet values?
Yes. It directs value retrieval to the dedicated read helper and documents relevant Sheets resources.
Can this skill append rows?
Yes. It directs row appends to the dedicated append helper skill.
Does this skill manage authentication?
No. Authentication guidance comes from the generated shared gws skill and your Google Workspace credentials.
Are batch updates applied partially?
No. If any request is invalid, the entire batch fails and no changes are applied.
How do I discover required method parameters?
Inspect the method with gws schema, then use its output to build params and request data.

Developer Details

License

MIT

Author version

v0.23.0

Skillstore revision

r2

Ref

286d37c9c189ddd1aafd3548415fb031d1df79d5

Maintenance freshness

8/6/2026

Usage

9 downloads ยท 115 views

File structure

๐Ÿ“„ SKILL.md