원클릭으로
bear-notes
// Create, search, and manage Bear notes via the grizzly CLI. Use when user says "add a bear note", "search bear notes", "list my notes in bear", "open bear note about X".
// Create, search, and manage Bear notes via the grizzly CLI. Use when user says "add a bear note", "search bear notes", "list my notes in bear", "open bear note about X".
Create algorithm-optimized social media content (Threads, Instagram, etc.) from a topic or trend. Uses Meta's patent-based scoring (5 dimensions) to maximize reach. Optionally generates NotebookLM image cards. Use when user says "create a post about", "write content for", "make a post", "turn this into a post".
Manage macOS Apple Notes via the memo CLI — create, view, edit, delete, search, move, and export notes across folders. Use when user says "add note", "find note", "show my notes", "create note about...", or "export note".
Manage macOS Apple Reminders via the remindctl CLI — list, add, edit, complete, and delete reminders across all reminder lists. Use when user says "remind me", "add to reminders", "show my reminders", "mark reminder done", or "delete reminder".
Structured brainstorming with multiple perspectives. Use when user says "brainstorm about", "ideas for", "help me think about", "suggestions for".
Capture frames or short clips from RTSP/ONVIF network cameras or local webcams using ffmpeg or camsnap. Use when user says "take a snapshot from camera", "capture front door", "grab a frame from the security cam", or any camera capture request involving IP cameras or webcams.
Monitor and report on context window health, memory status, and overall assistant state. Use when context feels degraded, after long sessions, or when user asks "how's the context".
| name | bear-notes |
| description | Create, search, and manage Bear notes via the grizzly CLI. Use when user says "add a bear note", "search bear notes", "list my notes in bear", "open bear note about X". |
| allowed-tools | ["Bash","Read","Write"] |
| model | haiku |
| user-invocable | true |
| when_to_use | When user wants to create, search, read, or manage notes in the Bear app (macOS/iOS). Requires Bear app installed. |
| argument-hint | <action: create|search|list|read> <content or query> |
Manage Bear app notes via the grizzly CLI.
go install github.com/tylerwince/grizzly/cmd/grizzly@latest
Requires Bear app installed on macOS.
| Command | Purpose |
|---|---|
grizzly list | List all notes |
grizzly list --tag work | List notes with tag |
grizzly search "query" | Search note content |
grizzly read "Note Title" | Read a specific note |
grizzly create --title "T" --body "B" --tag "t" | Create note |
grizzly trash "Note Title" | Move note to trash |
Alternative (no CLI install — use Bear URL scheme):
# Create note via URL scheme
open "bear://x-callback-url/create?title=Title&text=Body&tags=tag1,tag2"
# Search
open "bear://x-callback-url/search?term=query"
# Open note
open "bear://x-callback-url/open-note?title=Note%20Title"
/bear-notes create "Meeting Notes" "Discussed Q3 roadmap" --tag meetings/bear-notes search "project plan"/bear-notes list --tag workgrizzly is installed: which grizzlyopen bear://...)