What problem does it solve? Managing Bear notes from the terminal or an AI agent 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, with JSON output for programmatic use. - Use Case: During a research session, ask the agent to save a summary as a new Bear note tagged 'research', then later append follow-up findings to the same note by ID. ## Quick Start Create a new Bear note titled 'Meeting Notes' tagged 'work' containing the text I provide.