bear-notes

by Unknown v1.0.0

Create, search, and manage Bear notes via grizzly CLI.

What It Does

Enables interaction with the Bear note-taking app on macOS via the grizzly CLI. It allows users to create, search, append to, and manage Bear notes from the command line.

When To Use

Use this skill to automate note-taking workflows, integrate Bear notes with other command-line tools, or manage notes programmatically. Ideal for developers or power users who prefer command-line interfaces.

Inputs

Text content for new notes, note IDs for existing notes, tags, search terms, and Bear API token.

Outputs

Creates new Bear notes, modifies existing notes, returns search results, lists tags, and opens notes in the Bear application. Can output data in JSON format when using callbacks.

Limitations

Requires the Bear app to be installed and running on macOS. Some operations require a Bear API token. Relies on the grizzly CLI tool, which may have its own limitations.

Installation

1. Ensure you have Go installed.
2. Install grizzly: `go install github.com/tylerwince/grizzly/cmd/grizzly@latest`
3. Verify installation: `grizzly --version`
4. Obtain a Bear API token from Bear → Help → API Token → Copy Token.
5. Save the token: `echo "YOUR_TOKEN" > ~/.config/grizzly/token`

View Cline documentation

1. Ensure you have Go installed.
2. Install grizzly: `go install github.com/tylerwince/grizzly/cmd/grizzly@latest`
3. Verify installation: `grizzly --version`
4. Obtain a Bear API token from Bear → Help → API Token → Copy Token.
5. Save the token: `echo "YOUR_TOKEN" > ~/.config/grizzly/token`

View Aider documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.