gws-keep

Automate Google Keep note creation, retrieval, listing, and deletion via gws CLI.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-keep-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-keep
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/gws-keep
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-keep-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the routine task of managing Google Keep notes, reducing manual effort and human error.

Core Features & Use Cases

  • Create, get, list, and delete notes via the gws CLI.
  • Manage note permissions and media associations within Google Keep from automated workflows.
  • Use case: seed a project notebook with task notes and retrieve notes for status updates.

Quick Start

Create a note titled "Intro" with a brief description using the gws keep command.

Frequently Asked Questions about gws-keep

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

FAQPage Schema
How do I automate Google Keep note creation and retrieval from the command line?

You can automate Google Keep note management by using the gws CLI to create, retrieve, list, and delete notes. This allows automated workflows to seed notebooks with task notes and pull data for status updates.

Can I manage Google Keep note permissions and media using a CLI workflow?

Yes, managing Google Keep note permissions and media associations is supported. The gws keep command automates these actions, allowing you to handle media attachments and access control within your automated workflows.

What do I need to automate Google Keep notes with the gws CLI?

Automating Google Keep notes requires the gws binary and proper authentication. You must configure the necessary flags and credentials described in the gws-shared module before running the gws keep command.

Is there a way to delete Google Keep notes in bulk through an automation workflow?

Yes, the gws keep command supports deleting notes. You can integrate this method into your automation workflows to programmatically remove unwanted notes and reduce manual effort.

What is the best way to integrate Google Keep notes into an automated project status update?

Integrate Google Keep by using the gws CLI to retrieve notes programmatically. The gws keep command lists and gets notes, allowing your workflow to extract task information and generate automated status updates.

Why does my gws keep command fail to access Google Keep notes?

Accessing Google Keep notes fails if the gws binary is missing or authentication is incomplete. Ensure you have configured all required flags and credentials described in gws-shared for the workflow to function.