Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

gws-cloudidentityGWS 云身份

Agent Skill

gws-cloudidentity 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,520

周安装

355

GitHub Stars

公开资料未说明

下载量

2,840
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gws-cloudidentity(GWS 云身份)
来源仓库:https://github.com/googleworkspace-bot/gws-cloudidentity
安装命令:
openclaw skills install gws-cloudidentity
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gws-cloudidentity

简介

gws-cloudidentity 管理 Google Cloud Identity 的身份组与成员关系。

  • 适合在 OpenClaw 中维护企业身份体系或权限模型时使用。
  • 支持批量添加/移除成员及设置组策略。
  • 安装命令:openclaw skills install gws-cloudidentity。
  • 需具备 Cloud Identity API 访问权限及组织层级控制权。

SKILL.md

name
gws-cloudidentity
version
1.0.0
description
Google Cloud Identity: Manage identity groups and memberships.
metadata
openclaw
category
productivity
requires
bins
["gws"]
cliHelp
gws cloudidentity --help

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 <resource> <method> [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.<resource>.<method>

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.76%
按下载量换算2,237

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills