What problem does it solve? Managing Bear notes from the command line or an AI assistant normally requires manually crafting x-callback-url schemes and handling Bear's API token flow. This Skill wraps the grizzly CLI so you can create, read, append to, and search Bear notes with simple commands. ## Core Features & Use Cases - Note Creation: Create new Bear notes with titles and tags by piping content into grizzly. - Read and Append: Open notes by ID with callbacks to read content, and append text to existing notes using a Bear API token. - Tag Search: List all tags and search notes by tag using Bear's x-callback-url interface with JSON output. - Use Case: While working in a terminal, quickly capture a thought by running echo "idea" | grizzly create --title "Ideas" --tag inbox, then later retrieve all notes under a tag as JSON for review. ## Quick Start Create a new Bear note titled "Meeting Notes" tagged with work containing the text I provide.