What problem does it solve? Managing Bear notes from the command line or an AI agent requires dealing with Bear's x-callback-url scheme and API tokens manually. This Skill wraps the grizzly CLI so you can create, read, append to, and search Bear notes without leaving your terminal or agent workflow. ## 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 and Search: List all tags and search notes by tag using Bear's callback URLs with JSON output. - Use Case: While working in a terminal session, 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 'work' containing the text from my clipboard using the bear-notes skill.