gws-keep

Manage Google Keep notes and checklists from a CLI.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-keep-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-keep
Source: https://github.com/JetBrains/skills/tree/main/gws-keep
Command: npx skills add https://github.com/JetBrains/skills --skill gws-keep-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Google Keep notes from the CLI, reducing context switching and enabling quick captures, edits, and retrieval without leaving the terminal.

Core Features & Use Cases

  • Create, update, and fetch notes and checklists in Google Keep from scripts or interactive sessions.
  • List notes, search by keywords, and manage labels or metadata to organize information efficiently.
  • Use case: quickly capture task ideas during a meeting and organize them in Keep without switching apps.

Quick Start

Create a new Google Keep note with a title and content using gws keep.

Frequently Asked Questions about gws-keep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Keep notes from the command line?

Google Keep notes can be managed from the CLI through automated scripts that create, retrieve, update, and delete notes and checklists. This requires setting up authentication to interact with your Google account securely.

Can I create and update Google Keep checklists using terminal scripts?

Yes, you can create and update Google Keep checklists using terminal scripts or interactive sessions. The CLI supports full CRUD operations for both standard notes and checklists, enabling quick captures during workflows.

What is the best way to capture task ideas in Google Keep without leaving the terminal?

The best way to capture task ideas in Google Keep without leaving the terminal is using a dedicated CLI automation tool. It enables quick creation of notes and checklists, reducing context switching during meetings or coding.

Does Google Keep CLI support searching notes by keywords and managing labels?

Yes, the Google Keep CLI supports searching notes by keywords and managing labels. You can list existing notes, search content, and organize metadata efficiently to maintain structured personal productivity workflows.

Are there limitations to automating Google Keep notes from a CLI?

Automating Google Keep notes from a CLI requires handling authentication safely and managing potential API errors during CRUD operations. The tool implements safe error handling with clear feedback to mitigate these edge cases.