bear-notes

Create, search, and manage Bear notes via the grizzly command-line interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MettaMazza/ErnOS --skill bear-notes-mettamazza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/MettaMazza/ErnOS/tree/main/skills/bear-notes
Command: npx skills add https://github.com/MettaMazza/ErnOS --skill bear-notes-mettamazza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, searching, and managing notes within the Bear application, eliminating the need for manual interaction with the app for common tasks.

Core Features & Use Cases

  • Note Creation: Quickly create new notes with specified titles and tags.
  • Note Retrieval: Search and open existing notes by ID or tag.
  • Content Management: Append text to existing notes.
  • Use Case: You need to quickly jot down meeting notes and tag them with "project-x". This Skill allows you to do so directly from your command line without opening the Bear app.

Quick Start

Create a new note with the title "Meeting Minutes" and tag it "work".

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?

Create Bear notes from the command line by specifying a title and tags. This functionality uses the grizzly CLI to generate new notes directly without opening the Bear application interface.

Can I search and open existing notes in Bear by ID?

Search and open existing notes in Bear by ID using the grizzly CLI. This feature retrieves specific notes directly from the command line, requiring the Bear application to be installed and running.

Do I need an API token to manage notes with grizzly CLI?

An optional API token is required to manage notes with grizzly CLI for certain authenticated operations. Basic note creation, searching, and appending content can be performed without this token.

How do I append content to existing notes in Bear?

Append content to existing notes in Bear using the grizzly CLI. This content management feature allows you to add text to a note directly from your terminal without manual app interaction.

What is the best way to list all tags in Bear notes?

List all tags in Bear notes by executing a grizzly CLI command. This operation retrieves all existing tags within the Bear application environment, streamlining task management and productivity.

Why does grizzly CLI require Bear to be running?

Grizzly CLI requires Bear to be running because it interfaces directly with the live Bear application environment to create, search, and manage notes. The application must be active to process these commands.