Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

gws-shared

Shared authentication, CLI syntax, and output formatting patterns for gws Google Workspace commands.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
16

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill gws-shared
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, gws-shared has 16 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/gws-shared.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Shared authentication, CLI syntax, and output formatting patterns for gws Google Workspace commands. The gws binary must be on $PATH . See the project README for install options. - Supports browser-based OAuth login and service account authentication via GOOGLE_APPLICATION_CREDENTIALS - Global flags enable output format selection (JSON, table, YAML, CSV), dry-run validation, and PII screening via Model Armor - Method flags cover parameterized queries, request bodies, file uploads, multipart operations, and automatic pagination with configurable delays - Built-in security guardrails prevent secret leakage and require user confirmation before write/delete operations - Shell-specific guidance for zsh history expansion and JSON quoting to avoid common command-line parsing errors - Never output secrets (API keys, tokens) directly - Always confirm with user before executing write/delete commands - Prefer --dry-run for destructive operations - Use --sanitize for PII/content safety screening - zsh ! expansion: Sheet ranges like Sheet1!A1 contain ! which zsh interprets as history expansion. Use double quotes with escaped inner quotes instead of single quotes: # WRONG (zsh will mangle the !) gws sheets +read --spreadsheet ID --range 'Sheet1!A1:D10' # CORRECT gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10" - JSON with double quotes: Wrap --params and --json values in single...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gws-shared do?

Shared authentication, CLI syntax, and output formatting patterns for gws Google Workspace commands.

Is gws-shared good?

gws-shared does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support gws-shared?

gws-shared currently lists compatibility with Skills CLI.

Is gws-shared safe to install?

gws-shared has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to gws-shared?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install gws-shared?

Run the following command to install gws-shared: npx skills add https://github.com/googleworkspace/cli --skill gws-shared

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering