bear-notes

Create, search, and organize Bear notes via the Grizzly CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill bear-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/bear-notes
Command: npx skills add https://github.com/letta-ai/lettabot --skill bear-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to create, search, and organize notes in Bear using the Grizzly CLI, centralizing note-taking workflows on macOS.

Core Features & Use Cases

  • Note creation: quickly create Bear notes from the command line.
  • Search and organize: locate notes by content, tags, or title, and organize with Bear's features.
  • Workflow automation: integrate Bear note actions into scripts and automated tasks.

Quick Start

Install Grizzly CLI and Bear app setup, then run the provided examples: echo "Note content here" | grizzly create --title "My Note" --tag work grizzly create --title "Quick Note" --tag inbox < /dev/null

Frequently Asked Questions about bear-notes

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

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

You can create Bear notes from the command line by using the Grizzly CLI to pipe content and specify a title and tags, adding notes directly to the Bear app. This enables scriptable note creation without opening the app interface.

Can I search and organize Bear notes by tags and content using automation?

Yes, you can search and organize Bear notes by tags and content using Grizzly CLI automation commands. This allows you to locate specific notes via scriptable queries and manage your Bear note database automatically.

Do I need the Bear app installed to use Grizzly CLI for note-taking?

Yes, you need the Bear app installed on macOS and a local Grizzly token to use the Grizzly CLI for note-taking. The CLI relies on Bear app availability to map command-line operations directly to your local note database.

What is the best way to integrate Bear note management into automated workflows?

The best way to integrate Bear note management into automated workflows is using the Grizzly CLI to execute create, open-note, and tags operations within your scripts. This enables automated note generation and organization during task execution.

Does Grizzly CLI support opening specific Bear notes from a script?

Yes, Grizzly CLI supports opening specific Bear notes from a script via its open-note operation. This allows you to map a scriptable command directly to the Bear app interface for quick access to located notes.