skills/bear-notes/SKILL.md
Create, search, and manage Bear notes via the grizzly CLI. Supports tags, x-callback-url, and JSON output.
npx skillsauth add emanueleielo/ciana-parrot bear-notesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the bear-notes bridge to manage Bear notes via grizzly on the host.
All commands run via host_execute(bridge="bear-notes", command="...").
echo "Note content" | grizzly create --title "My Note" --tag work
grizzly create --title "Quick Note" --tag inbox < /dev/null
grizzly open-note --id "NOTE_ID" --enable-callback --json
echo "Additional content" | grizzly add-text --id "NOTE_ID" --mode append
grizzly tags --enable-callback --json
grizzly open-tag --name "work" --enable-callback --json
--enable-callback - Wait for Bear's response (needed for reading data)--json - Output as JSON--dry-run - Preview without executinggo install github.com/tylerwince/grizzly/cmd/grizzly@latestecho "TOKEN" > ~/.config/grizzly/tokenbear-notes bridge in config.yaml, restart gatewaytools
Send and read WhatsApp messages via the wacli CLI. Search chats, view history, send text and files to contacts or groups.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Extract frames, thumbnails, or clips from video files using ffmpeg. Use when analyzing video content or creating previews.
tools
Diagnose and resolve errors with Ciana's host bridges, CLI tools, Claude Code mode, macOS permissions, and gateway connectivity.