bear-notes

Manage Bear notes via the grizzly CLI for creation, retrieval, updates, and tag-based search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of manually creating, appending to, and searching Bear notes by letting you manage notes through the grizzly CLI instead.

Core Features & Use Cases

  • Create notes from the command line: Generate a new Bear note with a title and tags using simple input piping.
  • Read and open notes reliably: Open notes by ID and use Bear callbacks (JSON) when you need to fetch data back from Bear.
  • Append content and manage tags: Add text to an existing note and list tags to quickly organize or discover note categories.
  • Search via tags: Use open-tag workflows to surface notes associated with specific tags.

Quick Start

Create a Bear note by piping your content into grizzly create with a title and 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 Bear notes from the command line?

To create Bear notes from the command line, pipe your content into the grizzly CLI with a specified title and tags. This generates a new note directly without manual app interaction.

Can I search Bear notes by tag using the CLI?

Yes, you can search Bear notes by tag using the CLI. The grizzly tool uses open-tag workflows to surface notes associated with specific tags for quick browsing and organization.

Does managing Bear notes via the CLI require the app to be running?

Yes, managing Bear notes via the CLI requires the Bear app to be running. Token-protected operations also require a Bear API token file plus optional callback and JSON settings.

How do I append text to an existing Bear note?

You append text to an existing Bear note by using the grizzly CLI. This adds new text content to your specified note, removing the friction of manual editing within the app.

What is the best way to retrieve Bear note data back after opening it?

The best way to retrieve Bear note data back is by using Bear callbacks with JSON. This allows you to open notes by ID and fetch the returned data reliably from the Bear app.