Setup & Installation
npx skills add https://github.com/googleworkspace/cli --skill gws-keep
https://github.com/googleworkspace/cli/tree/main/skills/gws-keep
View on GitHubWhat This Skill Does
Manages Google Keep notes via the command line using the gws CLI. Supports creating, reading, listing, and deleting notes, plus downloading note attachments.
Instead of opening the Keep UI or writing OAuth flows from scratch, you can query and modify notes directly from scripts using a single CLI command.
When to use it
- Creating a new Keep note from a terminal script
- Listing all notes and piping the output to grep for a specific keyword
- Deleting a batch of old notes by ID in a shell loop
- Downloading an attachment from a Keep note to local disk
- Fetching a single note's content to reference in another script