Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

gws-keep

officialworkflows

Manages Google Keep notes via the command line using the gws CLI.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-keep
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-keep
View on GitHub

What 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