gws-licensing
Google Workspace Enterprise License Manager: Manage product licenses.
Works with
--- name: gws-licensing description: Google Workspace Enterprise License Manager: Manage product licenses. license: Apache-2.0 --- # licensing (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 licensing <resource> <method> [flags] ``` ## API Resources ### licenseAssignments - `delete` — Revoke a license. - `get` — Get a specific user's license by product SKU. - `insert` — Assign a license. - `listForProduct` — List all users assigned licenses for a specific product SKU. - `listForProductAndSku` — List all users assigned licenses for a specific product SKU. - `patch` — Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics. - `update` — Reassign a user's product SKU with a different SKU in the same product. ## Discovering Commands Before calling any API method, inspect it: ```bash # Browse resources and methods gws licensing --help # Inspect a method's required params, types, and defaults gws schema licensing.<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.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
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.

