A specialized tool for managing Bear notes on macOS through the grizzly CLI and x-callback-url integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bear-notes
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bear-notes using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers developers and AI agents to interact directly with Bear, the premier Markdown note-taking application for macOS. By utilizing the grizzly CLI, Openclaw Skills can programmatically perform actions that usually require manual UI interaction, such as creating formatted notes, searching through tags, and appending content to existing entries. It serves as a bridge between the command line and your personal knowledge base.
The integration relies on Bear's x-callback-url scheme, allowing for secure and efficient data exchange. Whether you are building automated journaling workflows or technical documentation pipelines, this skill provides the necessary interface to keep your notes organized without leaving your development environment. By incorporating Openclaw Skills into your workflow, you unlock the ability to treat your notes as a programmable database.
--enable-callback flag to listen for a response from Bear.First, ensure you have the Bear app installed and running on your Mac. Then, install the grizzly CLI tool using Go:
go install github.com/tylerwince/grizzly/cmd/grizzly@latest
To perform advanced operations like reading notes or listing tags, you must provide an API token. Retrieve this from Bear by going to Help > API Token > Copy Token, then save it to your configuration:
mkdir -p ~/.config/grizzly
echo "YOUR_TOKEN" > ~/.config/grizzly/token
The skill manages data through Bear's internal schema, exposed via the grizzly interface. The following table highlights the primary data structures used within Openclaw Skills:
| Object | Key Fields | Description |
|---|---|---|
| Note | id, title, text | The core document containing Markdown content. |
| Tag | name | Organizational labels used for filtering and searching notes. |
| Config | token_file, timeout | Settings for authentication and CLI behavior. |
| Callback | json, success | The structure of the data returned by Bear after an operation. |
Loading
A robust command-line interface for managing Apple Reminders on macOS using the remindctl utility.

A command-line tool for managing Apple Notes on macOS, enabling AI agents to create, search, and export notes via the memo utility.

A specialized skill for AI agents to securely install, authenticate, and manage credentials using the 1Password CLI.

GoalGetter is a local-first task and habit tracking system that uses simple markdown files to manage your daily workflow and long-term goals.

A streamlined CLI for X/Twitter that allows users to read, search, and post content using browser cookies or the Sweetistics API.

A lightweight CLI tool for tracking blog updates and RSS/Atom feeds directly from your terminal.








































