gws-vault by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-vault前提条件: 阅读
../gws-shared/SKILL.md以了解身份验证、全局标志和安全规则。如果该文件缺失,请运行gws generate-skills来创建它。
gws vault <resource> <method> [flags]
addPermissions — 将账户添加为事项协作者。close — 关闭指定的事项。返回状态已更新的事项。count — 统计由指定查询处理的账户数量。create — 使用给定的名称和描述创建一个事项。初始状态为打开,所有者是方法调用者。返回创建的事项及其默认视图。delete — 删除指定的事项。返回状态已更新的事项。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
get — 获取指定的事项。list — 列出请求者有权访问的事项。removePermissions — 移除作为事项协作者的账户。reopen — 重新打开指定的事项。返回状态已更新的事项。undelete — 恢复已删除的指定事项。返回状态已更新的事项。update — 更新指定的事项。此操作仅更新由事项 ID 标识的事项的名称和描述。对其他字段的任何更改都将被忽略。返回事项的默认视图。exports — 对 'exports' 资源的操作holds — 对 'holds' 资源的操作savedQueries — 对 'savedQueries' 资源的操作cancel — 开始对长时间运行的操作进行异步取消。服务器会尽最大努力取消操作,但不能保证成功。如果服务器不支持此方法,则返回 google.rpc.Code.UNIMPLEMENTED。客户端可以使用 Operations.GetOperation 或其他方法来检查取消是否成功,或者操作是否在取消后仍然完成。delete — 删除一个长时间运行的操作。此方法表示客户端不再对操作结果感兴趣。它不会取消操作。如果服务器不支持此方法,则返回 google.rpc.Code.UNIMPLEMENTED。get — 获取长时间运行的操作的最新状态。客户端可以使用此方法按照 API 服务建议的时间间隔轮询操作结果。list — 列出与请求中指定过滤器匹配的操作。如果服务器不支持此方法,则返回 UNIMPLEMENTED。在调用任何 API 方法之前,请先检查它:
# 浏览资源和方法
gws vault --help
# 检查方法的必需参数、类型和默认值
gws schema vault.<resource>.<method>
使用 gws schema 的输出内容来构建你的 --params 和 --json 标志。
每周安装量
563
代码仓库
GitHub 星标数
22.2K
首次出现
2026年3月4日
安全审计
安装于
codex549
opencode548
gemini-cli547
github-copilot547
cursor547
kimi-cli546
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws vault <resource> <method> [flags]
addPermissions — Adds an account as a matter collaborator.close — Closes the specified matter. Returns the matter with updated state.count — Counts the accounts processed by the specified query.create — Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.delete — Deletes the specified matter. Returns the matter with updated state.get — Gets the specified matter.list — Lists matters the requestor has access to.removePermissions — Removes an account as a matter collaborator.reopen — Reopens the specified matter. Returns the matter with updated state.undelete — Undeletes the specified matter. Returns the matter with updated state.update — Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.exports — Operations on the 'exports' resourceholds — Operations on the 'holds' resourcesavedQueries — Operations on the 'savedQueries' resourcecancel — Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation.delete — Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.get — Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.list — Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.Before calling any API method, inspect it:
# Browse resources and methods
gws vault --help
# Inspect a method's required params, types, and defaults
gws schema vault.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Weekly Installs
563
Repository
GitHub Stars
22.2K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex549
opencode548
gemini-cli547
github-copilot547
cursor547
kimi-cli546
Supabase Postgres 最佳实践指南 - 8大类别性能优化规则与SQL示例
54,100 周安装