@openclaw/bear-notes
Create, search, and manage Bear notes via grizzly CLI.
Install
Add @openclaw/bear-notes to Claude Code with the PolySkill CLI: polyskill add @openclaw/bear-notes
Instructions
# Bear Notes Use `grizzly` to create, read, and manage notes in Bear on macOS. Requirements - Bear app installed and running - For some operations (add-text, tags, open-note --selected), a Bear app token (stored in `~/.config/grizzly/token`) ## Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: 1. Open Bear → Help → API Token → Copy Token 2. Save it: `echo "YOUR_TOKEN" > ~/.config/grizzly/token` ## Common Commands Create a note ```bash echo "Note content here" | grizzly create --title "My Note" --tag work grizzly…
Keywords: notes, bear, macos, markdown