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. - Note Reading & Editing: Open notes by ID, append text, and list tags using Bear's x-callback-url API with JSON output. - Token & Config Management: Handles Bear API token storage and layered configuration via flags, environment variables, or TOML config files. - Use Case: After a meeting, ask the agent to save your summary as a tagged Bear note and later append follow-up action items to the same note by ID. ## Quick Start Create a new Bear note titled "Meeting Notes" tagged with work containing the text I provide.