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:
- Database is READ-ONLY: Only use
sqlite3 -readonly. Never execute INSERT, UPDATE, DELETE, DROP, ALTER, or any other modifying SQL statements against the database. - 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.
- 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