@googleworkspace/gws-keep

by googleworkspace · v1.0.0 · prompt

Manage Google Keep notes.

Install

Add @googleworkspace/gws-keep to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-keep

Instructions

# 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 th…

Keywords: gws, google, keep, workspace