From google-workspace-cli
Manages Google Groups settings via gws CLI. Supports get (by ID), patch, update on groups; inspect methods and params with gws schema.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:gws-groupssettingsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws groupssettings <resource> <method> [flags]
get — Gets one resource by id.patch — Updates an existing resource. This method supports patch semantics.update — Updates an existing resource.Before calling any API method, inspect it:
# Browse resources and methods
gws groupssettings --help
# Inspect a method's required params, types, and defaults
gws schema groupssettings.<resource>.<method>
Use gws schema output to build your --params and --json flags.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceAutomate Google Workspace Admin tasks via Rube MCP (Composio): manage users, groups, memberships, suspend accounts, create users, add aliases.
Manages Google People contacts/profiles via gws CLI: create/update/delete/list contact groups; list/search other contacts; batch create contacts.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.