notes

Create, list, and search notes in Google Keep via Bash.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mrcsXndr/unnamed-bot --skill notes-mrcsxndr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/mrcsXndr/unnamed-bot/tree/main/.claude/skills/notes
Command: npx skills add https://github.com/mrcsXndr/unnamed-bot --skill notes-mrcsxndr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick note capture to Google Keep solves the friction of capturing ideas and reminders, keeping everything in a single, accessible place.

Core Features & Use Cases

  • Quick capture: Create notes from chat or CLI with a single command.
  • Search and access: Retrieve and search notes across Google Keep on any device.
  • Automation-friendly: Integrates with existing Bash tooling and scripts to fit into your workflow.

Quick Start

Create a new Keep note by running the command /notes <text> to capture your idea instantly.

Frequently Asked Questions about notes

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

FAQPage Schema
How do I capture quick notes to Google Keep from a CLI or chat interface?

The notes Skill works with Google Keep by using a Bash-based keep.sh tool to interact with your account, allowing you to create new notes, list recent entries, and search across multiple devices.

Do I need to configure Google Keep credentials before using this note-capture automation?

Yes, configured credentials are required. The Bash-based keep.sh tool relies on pre-authenticated Google Keep credentials to execute note creation, listing, and searching commands successfully.

Can I search and retrieve existing Google Keep notes across multiple devices?

Yes, you can search and retrieve existing Google Keep notes across multiple devices. The tool queries your account to list recent notes and find specific entries regardless of where they were originally captured.

What is the best way to integrate Google Keep note-capture into existing Bash scripts?

The best way to integrate Google Keep note-capture into Bash scripts is using the keep.sh tool, which is automation-friendly and designed to fit note creation and searching directly into existing command-line workflows.

Are there limitations when using a Bash tool to interact with Google Keep?

A limitation of using a Bash tool for Google Keep is that it depends on configured credentials and a compatible Bash environment, meaning it may not suit workflows outside of standard CLI or chat-based automation.