← 返回 Skills 市场
googleworkspace-bot

Gws Licensing

作者 googleworkspace-bot · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
329
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install gws-licensing
功能描述
Google Workspace Enterprise License Manager: Manage product licenses.
使用说明 (SKILL.md)

licensing (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws licensing \x3Cresource> \x3Cmethod> [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:

# Browse resources and methods
gws licensing --help

# Inspect a method's required params, types, and defaults
gws schema licensing.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

安全使用建议
This skill plausibly wraps a 'gws' CLI for Google Workspace license management but is inconsistent about authentication. Before installing: verify the source and owner (unknown here); confirm what the 'gws' binary is and where it comes from (do not run unknown installers); ask the author to document required auth (OAuth client, service account, or specific env vars) rather than pointing to an external ../gws-shared/SKILL.md; inspect any gws-shared SKILL.md file yourself to see whether it holds credentials; avoid granting the agent broad file-system access or running 'gws generate-skills' until you know what it will create; prefer skills that declare required environment variables and a clear auth flow. If you cannot confirm those details, treat this skill as untrusted or test it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: gws-licensing Version: 1.0.0 The gws-licensing skill is a standard administrative tool for managing Google Workspace license assignments via a 'gws' CLI binary. The SKILL.md file provides legitimate documentation for CRUD operations on license assignments and includes instructions for command discovery using 'gws schema', with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name and description match the CLI commands in SKILL.md (gws licensing ...). Requiring a 'gws' binary is reasonable for a CLI-based Google Workspace tool. However, the skill does not declare any auth environment variables or a primary credential even though the instructions explicitly point to an external ../gws-shared/SKILL.md for auth and security rules — a mismatch between claimed requirements and implied needs.
Instruction Scope
The SKILL.md tells the agent to 'Read ../gws-shared/SKILL.md for auth, global flags, and security rules' and suggests running 'gws generate-skills' if missing. That directs the agent to access a relative filesystem path outside the skill, and potentially to create files. It grants no provenance for what is in that shared file (it may contain credentials or sensitive configuration), and the skill does not document which specific auth values are required.
Install Mechanism
This is an instruction-only skill with no install spec and no code to download or extract — lowest install risk. The only runtime dependency is an existing 'gws' binary on PATH; the skill does not provide or fetch that binary.
Credentials
requires.env is empty and no primary credential is declared, yet the SKILL.md implicitly depends on external authentication in ../gws-shared/SKILL.md. This lack of declared credentials is disproportionate to the expected need for Google Workspace API credentials and leaves unclear how auth is supplied, stored, or protected.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes in its instructions. The only persistence-risky instruction is the suggestion to run 'gws generate-skills' which could create files — but that is a consequence of using the gws tool, not the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-licensing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-licensing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gws-licensing - Introduces Google Workspace Enterprise License Manager functionality. - Enables management of product licenses via CLI (`gws licensing <resource> <method> [flags]`). - Supports operations for license assignments: assign, revoke, get, list, patch, and update. - Includes in-tool help and API schema inspection to guide usage. - Requires `gws` CLI tool and shared skill prerequisites.
元数据
Slug gws-licensing
版本 1.0.0
许可证
累计安装 4
当前安装数 3
历史版本数 1
常见问题

Gws Licensing 是什么?

Google Workspace Enterprise License Manager: Manage product licenses. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。

如何安装 Gws Licensing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-licensing」即可一键安装,无需额外配置。

Gws Licensing 是免费的吗?

是的,Gws Licensing 完全免费(开源免费),可自由下载、安装和使用。

Gws Licensing 支持哪些平台?

Gws Licensing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Licensing?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论