gws-keep by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-keep前提条件: 请先阅读
../gws-shared/SKILL.md以了解身份验证、全局标志和安全规则。如果该文件缺失,请运行gws generate-skills命令来创建它。
gws keep <resource> <method> [flags]
download — 获取附件。通过 REST 下载附件媒体需要 alt=media 查询参数。如果请求的 MIME 类型中附件媒体不可用,则返回 400 错误请求。create — 创建新笔记。delete — 删除笔记。调用者必须对笔记拥有 角色才能删除。删除笔记会立即移除资源且无法撤销。任何协作者都将失去对该笔记的访问权限。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
OWNERget — 获取笔记。list — 列出笔记。每次列表调用都会返回一页结果,page_size 是返回项的上限。page_size 为零则允许服务器选择上限。ListNotesResponse 最多包含 page_size 个条目。如果还有更多内容需要列出,它会提供一个 next_page_token 值。(页面令牌是不透明的值。)要获取下一页结果,请将结果中的 next_page_token 复制到下一个请求的 page_token 中。permissions — 对 'permissions' 资源进行操作在调用任何 API 方法之前,请先检查它:
# 浏览资源和方法
gws keep --help
# 检查方法的必需参数、类型和默认值
gws schema keep.<resource>.<method>
使用 gws schema 的输出内容来构建你的 --params 和 --json 标志。
每周安装量
6.7K
代码仓库
GitHub 星标数
22.6K
首次出现
2026年3月4日
安全审计
安装于
codex6.1K
opencode6.1K
gemini-cli6.1K
cursor6.0K
github-copilot6.0K
kimi-cli6.0K
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws keep <resource> <method> [flags]
download — Gets an attachment. To download attachment media via REST requires the alt=media query parameter. Returns a 400 bad request error if attachment media is not available in the requested MIME type.create — Creates a new note.delete — Deletes a note. Caller must have the OWNER role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note.get — Gets a note.list — Lists notes. Every list call returns a page of results with page_size as the upper bound of returned items. A page_size of zero allows the server to choose the upper bound. The ListNotesResponse contains at most page_size entries. If there are more things left to list, it provides a next_page_token value. (Page tokens are opaque values.) To get the next page of results, copy the result's next_page_token into the next request's page_token.permissions — Operations on the 'permissions' resourceBefore calling any API method, inspect it:
# Browse resources and methods
gws keep --help
# Inspect a method's required params, types, and defaults
gws schema keep.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Weekly Installs
6.7K
Repository
GitHub Stars
22.6K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex6.1K
opencode6.1K
gemini-cli6.1K
cursor6.0K
github-copilot6.0K
kimi-cli6.0K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装