Gkeepapi
An unofficial client for the Google Keep API.
Install / Use
/learn @kiwiz/GkeepapiREADME
gkeepapi
NOTICE: Google offers an official API which might be an option if you have an Enterprise account. 🎉
An unofficial client for the Google Keep API.
import gkeepapi
# Obtain a master token for your account (see docs)
master_token = '...'
keep = gkeepapi.Keep()
success = keep.authenticate('user@gmail.com', master_token)
note = keep.createNote('Todo', 'Eat breakfast')
note.pinned = True
note.color = gkeepapi.node.ColorValue.Red
keep.sync()
gkeepapi is not supported nor endorsed by Google.
The code is pretty stable at this point, but you should always make backups. The project is under development, so feel free to open an issue if you have questions, see any bugs or have a feature request. PRs are welcome too!
Installation
pip install gkeepapi
Documentation
The docs are available on Read the Docs.
Todo (Open an issue if you'd like to help!)
- Reminders
reminders
- Figure out all possible values for
TaskAssist._suggest(Same as CategoryValue?) - Figure out all possible values for
NodeImage._extraction_status(integer) - Blobs (Drawings/Images/Recordings)
Related Skills
node-connect
332.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
81.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
81.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
332.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

