bear-notes

Create, read, update, and search Bear notes via grizzly x-callback-url operations.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill bear-notes-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/freire19/Mythos/tree/main/skills/bear-notes
Command: npx skills add https://github.com/freire19/Mythos --skill bear-notes-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of manually creating, tagging, and locating Bear notes by letting you manage them through the grizzly CLI workflow on macOS.

Core Features & Use Cases

  • Note creation from stdin: Create new notes with a title and tags directly from piped content.
  • Read and open notes by ID: Open notes for viewing and enable callbacks to fetch data back as JSON.
  • Append content and manage tags: Append text to existing notes and list/search tags using Bear’s API token.

Quick Start

Use the bear-notes skill to create a new note by telling the AI: “Create a Bear note titled Quick Note with the tag inbox containing: Remember to rotate logs weekly.”

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 using piped text?

To create Bear notes from the command line, pipe text into the grizzly CLI workflow to draft notes with a specific title and tags directly on macOS without manual entry.

Can I search and open Bear notes by ID or tag on macOS?

Yes, you can search and open Bear notes by ID or tag on macOS by utilizing grizzly x-callback-url operations to locate and view specific notes directly from the terminal.

How do I append content to an existing Bear note via the terminal?

You can append content to an existing Bear note via the terminal by running grizzly commands that target the note by ID and append text directly to the note body.

Do I need a Bear API token to list and search tags from the CLI?

Yes, listing and searching tags via the CLI requires a Bear API token stored in ~/.config/grizzly/token to authorize token-restricted operations and retrieve tag data as JSON.

Does the Bear CLI workflow support JSON output for automated note retrieval?

Yes, the Bear CLI workflow supports JSON output for automated note retrieval by enabling callback flags during grizzly x-callback-url operations to fetch note data back as JSON.

What are the limitations of managing Bear notes with grizzly x-callback-url operations?

Managing Bear notes with grizzly x-callback-url operations is limited to macOS environments and requires the Bear app to be actively running to execute CLI commands successfully.