bear-notes

Manage Bear notes via the grizzly CLI on macOS.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill bear-notes-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/bear-notes
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill bear-notes-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets users manage Bear notes from the command line using the grizzly CLI, removing the need to navigate the Bear UI for common tasks and enabling automation of note creation, search, and updates.

Core Features & Use Cases

  • Create and append notes: Create new notes or append text to existing notes programmatically.
  • Search and read: List tags, open notes by ID, and retrieve note contents when using callback responses.
  • Use Case: Automate capturing quick notes, tag-based retrieval, and batch updates on macOS when Bear is running and accessible via grizzly.

Quick Start

Save your Bear API token to ~/.config/grizzly/token and run grizzly create with a title and tag to create a new note.

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 by using the grizzly CLI to create, read, append, and search notes programmatically. This requires the Bear app to be running for automated access.

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

To automate Bear note creation with grizzly, you need the grizzly binary installed on macOS, the Bear app running, and a Bear API token stored at ~/.config/grizzly/token for authenticated operations.

Can I search Bear notes and list tags via CLI?

Yes, you can search Bear notes and list tags via CLI. The grizzly tool retrieves note contents, opens notes by ID, and lists tags to enable scripted tag-based retrieval without navigating the Bear UI.

How do I append text to an existing Bear note programmatically?

You append text to an existing Bear note programmatically by executing the grizzly CLI append command. This allows automated batch updates and quick content additions directly from your macOS terminal workflow.

Why use a CLI tool for Bear note management instead of the app interface?

Using a CLI tool for Bear note management removes the need to navigate the app UI for common tasks. It enables rapid note creation, automated scripted workflows, and efficient batch updates without manual input.