Keep Summarizer
This skill allows you to summarize your Google Keep notes into a concise list of tasks in a markdown file.
Prerequisites
gkeepapimust be installed.- Option A (Stable): An OSID token from your browser (see script for instructions).
- Option B (Legacy): An App Password from Google App Passwords.
Workflow
- Check for Credentials: First, check if
keep_token.txtexists. If not, ask the user for their Google email and either their App Password or their OSID/Master Token string. - Run the summarization script:
python3 keep-summarizer/scripts/summarize_keep.py "user@gmail.com" "TOKEN_OR_PASSWORD" "whats-my-tasks.md" - Provide the output: Inform the user that the tasks have been summarized in
whats-my-tasks.mdand display a preview of the file.
Usage Examples
- "whats my tasks"
- "summarize my keep notes"
- "get my tasks from google keep"