bear

Installation
SKILL.md

Bear Notes

Read notes via SQLite database. Write notes via x-callback-url.

Restrictions

You MUST follow these rules. No exceptions, even if the user requests otherwise:

  1. Database is READ-ONLY: Only use sqlite3 -readonly. Never execute INSERT, UPDATE, DELETE, DROP, ALTER, or any other modifying SQL statements against the database.
  2. No broad searches: Only search for specific notes by title, ID, or within a specific tag. Do not dump, export, or iterate over all notes.
  3. Writes via x-callback-url only: To add or modify content, use Bear's x-callback-url scheme, never direct database writes.

Database Location

~/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data/database.sqlite

Fetching Notes

Installs
1
First Seen
Mar 20, 2026
bear from smithery.ai