Gws Licensing
This skill automates Google Workspace license management, streamlining procurement and ensuring compliance for efficient deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-licensing npx -- -y @trustedskills/gws-licensing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-licensing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-licensing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-licensing skill enables AI agents to manage Google Workspace license assignments and seat management directly through command-line interfaces. It streamlines administrative tasks by allowing automated provisioning, de-provisioning, and status checks for user accounts within the organization.
When to use it
- Automatically assign or remove licenses when new employees join or leave the company.
- Audit current license usage to identify unused seats or over-allocated resources.
- Bulk update license types for specific groups of users based on role changes.
- Integrate license management into CI/CD pipelines for automated environment setup.
Key capabilities
- Assign and remove licenses for Google Workspace services.
- Check the current license status and seat availability for users.
- Execute bulk operations across multiple user accounts efficiently.
- Validate license assignments against organizational policies.
Example prompts
- "Assign a Business Standard license to the new marketing team member using their email address."
- "Remove all unused licenses from inactive accounts that haven't logged in for 90 days."
- "Check the current license status for [email protected] and report any discrepancies."
Tips & gotchas
Ensure your AI agent has the necessary administrative credentials with super_admin or equivalent permissions before executing license changes. Always test bulk operations on a small subset of users first to prevent accidental mass de-provisioning.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.