Google Workspace CLI

Google Workspace administration via the gws CLI (github.com/googleworkspace/cli).

Development / Engineeringdevelopmentengineering
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptAutomate Gmail label rules and Calendar scheduling for 50 team members
Beforegeneric AI agent
You can use the Google Workspace admin console to manage Gmail and Calendar settings at scale. You could create label rules to auto-organize incoming mail, and set up Calendar sharing policies. You might want to create groups for different teams and apply settings to the whole group at once. There are also some third-party tools that can help automate Gmail and Calendar tasks. You should think about what the core rules are that need to be applied, then figure out the most efficient way to apply them across your organization. Would you like suggestions on specific label strategies or Calendar settings?
Afterwith Google Workspace CLI
GWS CLI AUTOMATION PLAN

GMAIL LABEL RULES (via gws)
  gws mail labels create finance-inbox --color green
  gws mail filters create --from '*@finance-vendor' --label finance-inbox --archive
  gws mail filters create --subject 'Invoice' --label finance-inbox --mark-important
  Applied to: All 50 via group finance-team@company.internal
  Total rules: 8 filters per user = 400 rules configured
  Audit command: gws mail filters list shows all active

CALENDAR SCHEDULING RULES
  gws calendar sharing update --calendar-id 'team@company.internal' --share-with 'all@company.internal' --access-level freebusy
  gws calendar working-hours set --start 09:00 --end 18:00 --timezone 'America/New_York'
  gws calendar autoreply create --message 'I will respond within 24 hours' --start-date 2026-08-01
  Applied to: 50-member cohort via batch command
  Batch syntax: gws batch --config team-settings.yaml --members team-50.csv

VALIDATION
  gws mail filters list --member user@company.internal (verify per-user)
  gws calendar sharing list (verify access levels)
  Scheduled audit: Weekly report of new filters added (catch unauthorized changes)
  Result: 50 users with identical sharing, working hours, auto-reply policies

About this skill


name: google-workspace-cli description: Use when Google Workspace administration via the gws CLI (github.com/googleworkspace/cli).

Google Workspace Cli

Google Workspace administration via the gws CLI (github.com/googleworkspace/cli). Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. Run security audits and use local recipe templates and persona bundles. Use for Google Workspace admin, gws CLI setup, Gmail automation, Drive management, or Calendar scheduling.

What you get

  • Public GitHub repo (alirezarezvani/claude-skills)
  • the google-workspace-cli skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.

Customize your output

  • Fork the repo and adapt the skill's instructions and references to your workflow.

Example output

Activates automatically when your request matches Google Workspace Cli; chains with the other skills, agents, and commands in the collection.

Best for

Creators, builders, and teams using Claude Code.

SKILL.md preview

SKILL.md
---
name: google-workspace-cli
description: Use this skill for Google Workspace administration tasks — Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks automation — driven through the gws command-line tool.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
  - development
  - engineering
---

# Google Workspace Cli

Drives Google Workspace administration through the gws command-line tool, covering install, authentication, automation across core apps, and security audits.

## When to use

… (sign up to view the full skill)
Sign up to view, copy, and install the full skill

More development skills

View all Development skills →