gws-groupssettings
Manage Google Groups settings.
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
--- name: gws-groupssettings description: Manage Google Groups settings. license: Apache-2.0 --- # groupssettings (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws groupssettings <resource> <method> [flags] ``` ## API Resources ### groups - `get` — Gets one resource by id. - `patch` — Updates an existing resource. This method supports patch semantics. - `update` — Updates an existing resource. ## Discovering Commands Before calling any API method, inspect it: ```bash # 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.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
1.5M
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
972.7k
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
828.8k

