gws-keep

Manage Google Keep notes and attachments via a command-line interface.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-keep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-keep
Source: https://github.com/m13v/fazm/tree/main/skills/gws-keep
Command: npx skills add https://github.com/m13v/fazm --skill gws-keep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface for managing Google Keep notes, allowing users to create, list, retrieve, and delete notes and their attachments programmatically.

Core Features & Use Cases

  • Note Management: Create new notes, list existing notes, retrieve specific notes, and delete notes.
  • Attachment Handling: Download attachments associated with notes.
  • Use Case: Quickly create a new shopping list note, add items to it, and later retrieve the list to check off items at the store.

Quick Start

Use the gws keep skill to list all of your Google Keep notes.

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?

You can manage Google Keep notes from the command line by using this Skill to perform CRUD operations, allowing you to create, list, retrieve, and delete notes programmatically.

Can I download Google Keep attachments using a CLI?

Yes, you can download Google Keep attachments using a CLI. This Skill supports attachment handling, enabling you to programmatically retrieve and download media files associated with your notes.

What is needed to authenticate Google Keep CLI operations?

To authenticate Google Keep CLI operations, you need to authenticate via the 'gws' binary. This process adheres to Google Workspace API security protocols to securely access your notes.

How do I create a Google Keep note programmatically?

You create a Google Keep note programmatically by executing the note management commands provided by this Skill, which supports creating new notes for use cases like generating a shopping list.

Does the gws binary support retrieving specific Google Keep notes?

Yes, the gws binary supports retrieving specific Google Keep notes. You can list all existing notes or retrieve a targeted note using the provided command-line interface operations.

Related Skills