bear-notes

Create, read, and organize Bear notes from the command line.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/czue/clawdbot --skill bear-notes-czue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/czue/clawdbot/tree/main/skills/bear-notes
Command: npx skills add https://github.com/czue/clawdbot --skill bear-notes-czue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bear Notes provides a programmable way to create, search, and organize notes in Bear from the command line, reducing context-switching and manual entry.

Core Features & Use Cases

  • Create, read, update, and delete Bear notes from the CLI using grizzly
  • Search notes, apply tags, and open notes directly from the terminal
  • Token-based authentication using a Bear API token stored at ~/.config/grizzly/token

Quick Start

Create a new Bear note titled "My Note" with content "Hello" using grizzly on macOS.

Frequently Asked Questions about bear-notes

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

FAQPage Schema
How do I manage Bear notes from the command line on macOS?

You can manage Bear notes from the command line on macOS using the grizzly CLI, which allows you to create, read, search, and organize notes directly from the terminal.

What do I need to automate Bear note creation with grizzly?

To automate Bear note creation with grizzly, you need the Bear app installed on macOS, the grizzly CLI tool, and a valid Bear API token stored at the ~/.config/grizzly/token file path.

Can I search and apply tags to Bear notes using a CLI?

Yes, you can search notes and apply tags to Bear notes using the grizzly CLI, enabling fast organization and retrieval of notes without opening the graphical Bear app.

How does token-based authentication work for Bear notes automation?

Token-based authentication for Bear notes automation requires a valid Bear API token saved at ~/.config/grizzly/token, which the grizzly CLI reads to perform authenticated operations securely.

What are the limitations of using a CLI for Bear notes management?

Bear notes management via CLI is limited to macOS environments with the Bear app installed and requires a valid Bear API token, making it unsuitable for Windows or Linux users.

Is there a way to open Bear notes directly from the terminal?

Yes, the grizzly CLI provides functionality to open existing Bear notes directly from the terminal, reducing context-switching between your command line workspace and the notes app.