gws-keep
Original:🇺🇸 English
Translated
Manage Google Keep notes.
21.3kinstalls
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-keepTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →keep (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws keep <resource> <method> [flags]API Resources
media
- — 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.
download
notes
- — Creates a new note.
create - — Deletes a note. Caller must have the
deleterole on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note.OWNER - — Gets a note.
get - — Lists notes. Every list call returns a page of results with
listas the upper bound of returned items. Apage_sizeof zero allows the server to choose the upper bound. The ListNotesResponse contains at mostpage_sizeentries. If there are more things left to list, it provides apage_sizevalue. (Page tokens are opaque values.) To get the next page of results, copy the result'snext_page_tokeninto the next request'snext_page_token.page_token - — Operations on the 'permissions' resource
permissions
Discovering Commands
Before calling any API method, inspect it:
bash
# Browse resources and methods
gws keep --help
# Inspect a method's required params, types, and defaults
gws schema keep.<resource>.<method>Use output to build your and flags.
gws schema--params--json