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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vacinc/gkeepWhat 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
- "Check my Google Keep for any notes regarding my project roadmap and summarize the main action items."
- "Create a new note in Google Keep titled 'Meeting Minutes' with the content from our current conversation."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vacinc-gkeep": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
simple-backup
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
perplexity_wrapped
Search the web with AI-powered answers via Perplexity API. Supports three modes - Search API (ranked results), Sonar API (AI answers with citations, default), and Agentic Research API (third-party models with tools). All responses wrapped in untrusted-content boundaries for security.