ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

gkeep

Google Keep notes via gkeepapi. List, search, create, and manage notes.

Why use this skill?

Integrate Google Keep into your AI workflow with the gkeep skill. List, search, create, and manage your notes automatically using OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vacinc/gkeep
Or

What This Skill Does

The gkeep skill for OpenClaw provides a command-line interface and automation layer for Google Keep using the unofficial gkeepapi. It allows your AI agent to act as a personal assistant by creating, retrieving, updating, and organizing your notes directly from the command line or within an autonomous workflow. Because it interfaces with your private Google Keep data, it turns a simple note-taking app into a programmable database for your tasks, reminders, and knowledge base.

Installation

To integrate this skill into your OpenClaw environment, execute the following command: clawhub install openclaw/skills/skills/vacinc/gkeep. Upon the first execution, the system will automatically bootstrap a dedicated virtual environment at skills/gkeep/.venv to manage dependencies. To enable synchronization, authenticate your account using gkeep login [email protected]. Ensure you use a Google App Password rather than your primary login credentials, and note that two-factor authentication (2FA) must be active on your Google account for successful connectivity.

Use Cases

This skill is ideal for users who want to bridge the gap between their AI agent and their personal knowledge management system. Use cases include: automatically capturing AI-generated insights into dedicated Keep notes, syncing project to-do lists from an agent-managed workflow into Keep, quickly searching through past notes using natural language intent, and archiving or pinning items as part of an agentic cleanup task.

Example Prompts

  1. "Check my Google Keep for any notes regarding my project roadmap and summarize the main action items."
  2. "Create a new note in Google Keep titled 'Meeting Minutes' with the content from our current conversation."
  3. "Find the note with ID 12345 and pin it to the top of my Google Keep dashboard."

Tips & Limitations

Because this skill relies on an unofficial, reverse-engineered API, it is subject to stability risks if Google modifies its backend protocols. Always keep your local ~/.config/gkeep/token.json secure as it holds your authentication session. For optimal performance, use the search function to narrow down IDs before performing batch operations like archiving or deleting. Finally, remember that while powerful, this should be treated as a productivity enhancement rather than a critical enterprise integration.

Metadata

Author@vacinc
Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-vacinc-gkeep": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#notes#google-keep#automation#task-management
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api