gws-keep
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
适合脚本化同步与自动化笔记管理场景。
▸ 风险提示
需要 Google OAuth 权限并可访问用户笔记数据。
这个 Skill 做什么
通过命令行管理 Google Keep 笔记,包括创建与附件下载等操作。
在命令行里完整管理 Google Keep 笔记,能新建、查看、修改并下载附件,方便把笔记操作写进脚本或管道里批量处理。常用在需要导出备份、自动化整理或把附件拉到本地的场景。需要先配置好 gws 的认证信息;附件下载走 media 流程,会用到类似 alt=media 的下载方式。
▸ 展开 SKILL.md 英文原文
Manage Google Keep notes.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-keep/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-keep/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# keep (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws keep <resource> <method> [flags] ``` ## API Resources ### media - `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. ### notes - `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 n
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有