bear-notes

Create, append, and tag-search Bear notes via grizzly CLI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill bear-notes-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/bear-notes
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill bear-notes-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grizzly.

What problem does it solve?

This skill bridges the gap between your terminal and the Bear app, allowing you to create, search, and manage your notes without leaving the command line.

Core Features & Use Cases

  • Note Management: Create new notes, append text to existing ones, and search through your library using tags.
  • Integration: Leverages x-callback-url to interact with Bear's internal data structures.
  • Use Case: Quickly capture meeting notes or code snippets directly from your terminal into your organized Bear workspace.

Quick Start

Use the bear-notes skill to create a new note titled Project Ideas with the content Hello World and assign it the work tag.

Frequently Asked Questions about bear-notes

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

FAQPage Schema
How do I create and manage Bear notes from the macOS terminal?

To create and manage Bear notes from the macOS terminal, you can use a CLI tool that interfaces with Bear via x-callback-url. This allows you to programmatically create notes, append text, and search by tags without leaving your command line.

Can I search my Bear notes library by tag using the command line?

Yes, you can search your Bear notes library by tag using the command line. The skill supports tag-based searching through x-callback-url integration, enabling you to quickly retrieve specific notes directly from your terminal environment.

Do I need a Bear API token to append text to existing notes via CLI?

Yes, a valid Bear API token is required to append text to existing notes via CLI. The authenticated operations depend on this token alongside the grizzly binary to facilitate secure programmatic interaction with your Bear application.

What is the best way to capture code snippets into Bear without leaving the command line?

The best way to capture code snippets into Bear from the command line is using a CLI integration that leverages x-callback-url. This approach bridges your terminal directly to the Bear app, allowing you to quickly create notes and append text programmatically.

Does grizzly CLI support Bear note management on macOS?

Yes, grizzly CLI supports Bear note management on macOS. It acts as the underlying binary dependency that facilitates the x-callback-url integration, allowing you to create, append, and search through your Bear notes programmatically.

What are the limitations of using x-callback-url for Bear note management?

The primary limitation of using x-callback-url for Bear note management is that it requires the Bear application to be installed and running on macOS. Additionally, operations require the grizzly binary and a valid Bear API token for authenticated access.