← 返回 Skills 市场
googleworkspace-bot

Gws Cloudidentity

作者 googleworkspace-bot · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
283
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install gws-cloudidentity
功能描述
Google Cloud Identity: Manage identity groups and memberships.
使用说明 (SKILL.md)

cloudidentity (v1)

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

gws cloudidentity \x3Cresource> \x3Cmethod> [flags]

API Resources

customers

  • userinvitations — Operations on the 'userinvitations' resource

devices

  • cancelWipe — Cancels an unfinished device wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped. This operation is possible when the device is in a "pending wipe" state. The device enters the "pending wipe" state when a wipe device command is issued, but has not yet been sent to the device. The cancel wipe will fail if the wipe command has already been issued to the device.
  • create — Creates a device. Only company-owned device may be created. Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium
  • delete — Deletes the specified device.
  • get — Retrieves the specified device.
  • list — Lists/Searches devices.
  • wipe — Wipes all data on the specified device.
  • deviceUsers — Operations on the 'deviceUsers' resource

groups

  • create — Creates a Group.
  • delete — Deletes a Group.
  • get — Retrieves a Group.
  • getSecuritySettings — Get Security Settings
  • list — Lists the Group resources under a customer or namespace.
  • lookup — Looks up the resource name of a Group by its EntityKey.
  • patch — Updates a Group.
  • search — Searches for Group resources matching a specified query.
  • updateSecuritySettings — Update Security Settings
  • memberships — Operations on the 'memberships' resource

inboundOidcSsoProfiles

  • create — Creates an InboundOidcSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
  • delete — Deletes an InboundOidcSsoProfile.
  • get — Gets an InboundOidcSsoProfile.
  • list — Lists InboundOidcSsoProfile objects for a Google enterprise customer.
  • patch — Updates an InboundOidcSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".

inboundSamlSsoProfiles

  • create — Creates an InboundSamlSsoProfile for a customer. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
  • delete — Deletes an InboundSamlSsoProfile.
  • get — Gets an InboundSamlSsoProfile.
  • list — Lists InboundSamlSsoProfiles for a customer.
  • patch — Updates an InboundSamlSsoProfile. When the target customer has enabled Multi-party approval for sensitive actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
  • idpCredentials — Operations on the 'idpCredentials' resource

inboundSsoAssignments

  • create — Creates an InboundSsoAssignment for users and devices in a Customer under a given Group or OrgUnit.
  • delete — Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has sso_mode == SSO_OFF.
  • get — Gets an InboundSsoAssignment.
  • list — Lists the InboundSsoAssignments for a Customer.
  • patch — Updates an InboundSsoAssignment. The body of this request is the inbound_sso_assignment field and the update_mask is relative to that. For example: a PATCH to /v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rank with a body of { "rank": 1 } moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.

policies

  • get — Get a policy.
  • list — List policies.

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws cloudidentity --help

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

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

安全使用建议
This skill delegates authentication to a sibling file ('../gws-shared/SKILL.md') or to running 'gws generate-skills' but does not declare any credential requirements. Before installing or invoking it, verify the source and trustworthiness of the 'gws' CLI and the 'gws-shared' artifacts: inspect the contents of ../gws-shared/SKILL.md (or the files generated by 'gws generate-skills') to see what credentials or tokens would be created or used. Only grant least-privilege Google IAM roles required for the specific operations you need (avoid owner/editor). If you cannot inspect the shared SKILL or the 'gws' binary comes from an unknown origin, run in a sandbox or decline installation. Be especially cautious because the CLI can perform destructive, high-privilege actions (deleting groups, wiping devices, modifying memberships).
功能分析
Type: OpenClaw Skill Name: gws-cloudidentity Version: 1.0.0 The skill bundle is a standard documentation-based wrapper for the 'gws' CLI tool, specifically targeting Google Cloud Identity management. It provides instructions for an AI agent to manage groups, devices, and SSO profiles using structured commands (SKILL.md). There is no evidence of malicious intent, data exfiltration, or prompt injection attacks; the high-privilege operations described (e.g., device wiping, SSO configuration) are consistent with the stated administrative purpose of the tool.
能力评估
Purpose & Capability
The skill is an instruction-only wrapper around the 'gws' CLI for Cloud Identity operations. Requiring the 'gws' binary is coherent with the description. However, the SKILL.md points to ../gws-shared/SKILL.md for auth/global flags/security rules — the skill does not declare any credentials itself, which is an unexpected delegation and creates an information gap about how auth is performed.
Instruction Scope
Instructions explicitly tell the agent to read a sibling file ('../gws-shared/SKILL.md') for auth and security rules and, if missing, to run 'gws generate-skills' to create it. That directs the agent to access and potentially create files outside the skill's folder (possible creation of auth/config artifacts). The rest of the SKILL.md guides the agent to run arbitrary 'gws cloudidentity <resource> <method> [flags]' commands which can perform highly privileged actions (delete groups, wipe devices, change memberships). The combination of file access instructions plus powerful CLI actions is broader than the skill's declared requirements alone imply.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low risk in terms of on-disk installation by the skill itself. The only binary requirement is 'gws' which must already exist on PATH.
Credentials
The skill declares no required environment variables or primary credential, yet its prerequisite references an external shared SKILL.md for authentication. This is inconsistent: managing Cloud Identity requires authenticated Google credentials (OAuth, service account, or gcloud ADC). The skill gives no visibility into what credentials will be used, how they are created, or where they are stored.
Persistence & Privilege
always is false and there is no install that embeds the skill persistently. However, the instructions may cause the agent to generate or read a shared configuration file ('gws generate-skills' / '../gws-shared/SKILL.md'), which could create persistent auth/config artifacts on disk. Autonomous invocation is allowed (default) — combine that with unclear auth handling and powerful API actions to get elevated impact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-cloudidentity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-cloudidentity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gws-cloudidentity skill - Provides CLI commands to manage Google Cloud Identity resources including groups, memberships, devices, and SSO profiles. - Supports actions such as create, get, list, delete, patch, and additional resource-specific operations. - Includes prerequisite instructions for authentication and security. - Offers command discovery via help and schema inspection tools. - Requires the `gws` CLI binary.
元数据
Slug gws-cloudidentity
版本 1.0.0
许可证
累计安装 3
当前安装数 2
历史版本数 1
常见问题

Gws Cloudidentity 是什么?

Google Cloud Identity: Manage identity groups and memberships. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Gws Cloudidentity?

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

Gws Cloudidentity 是免费的吗?

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

Gws Cloudidentity 支持哪些平台?

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

谁开发了 Gws Cloudidentity?

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

💬 留言讨论