What problem does it solve? Managing Bear notes from the terminal or an AI assistant normally requires manually crafting x-callback-url schemes and handling Bear's API tokens. 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 & 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 the terminal, quickly capture a thought by piping text into a new Bear note tagged 'inbox', then later retrieve all notes under the 'work' tag as JSON for review. ## Quick Start Create a new Bear note titled "Meeting Notes" tagged with work containing the text I provide.