bear-notes

Create, search, and append notes in Bear via the grizzly CLI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/NJUxlj/openclaw --skill bear-notes-njuxlj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/NJUxlj/openclaw/tree/main/skills/bear-notes
Command: npx skills add https://github.com/NJUxlj/openclaw --skill bear-notes-njuxlj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, searching, and management of notes within the Bear app, eliminating the need for manual interaction with the application for these tasks.

Core Features & Use Cases

  • Note Creation: Quickly create new notes with titles and tags.
  • Note Management: Search, open, and append content to existing notes using their IDs.
  • Use Case: You can ask the AI to create a new note for a meeting, tag it with "work", and then later append action items to that same note using its ID.

Quick Start

Create a new note with the title "My Daily Journal" and tag it "journal".

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 via the command line?

You can manage Bear notes via the command line using the grizzly CLI tool to programmatically create notes, search by ID, append content, and manage tags without manual app interaction.

Do I need the Bear app running to use grizzly CLI for note management?

Yes, Bear notes management via grizzly CLI requires the Bear app to be actively running on macOS, and optionally requires an API token for executing authenticated operations.

Can I append content to an existing Bear note programmatically?

Yes, you can programmatically append content to existing Bear notes by searching for the specific note using its ID and applying the append functionality provided by the grizzly CLI.

What is the best way to automate Bear note creation and tagging on macOS?

Automating Bear note creation and tagging on macOS is achieved through the grizzly CLI, which enables programmatic interaction to quickly create new notes with specific titles and tags.

Does managing Bear notes with grizzly CLI require an API token?

An API token is optionally required for managing Bear notes with grizzly CLI when performing authenticated operations, while basic note creation and searching can proceed without it.