An automated terminal integration to seamlessly manage Bear notes and tags using the grizzly CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bear-notes-old
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-old using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bear Notes integration empowers developers to programmatically organize, read, and write within their favorite macOS personal knowledge management tool. By wrapping the robust grizzly command-line utility, this module bridges local AI workflows with physical note-taking apps. Operating as part of the broader ecosystem of Openclaw Skills, it allows AI-driven scripts to seamlessly store documentation, log development sessions, and capture research items without manual overhead.
Using this skill simplifies content capture by bypassing the UI. Developers can automate repetitive organization tasks, enabling clean-text inputs, structured tags, and Markdown parsing. With local execution and low latency, it provides a highly secure approach to developer-oriented personal knowledge management.
grizzly CLI executable.Ensure the Bear application is installed and running on macOS. Then, install the grizzly CLI tool using Go:
go install github.com/tylerwince/grizzly/cmd/grizzly@latest
For operations that require a token (such as adding text, listing tags, or opening selected notes), retrieve an API token from Bear:
mkdir -p ~/.config/grizzly
echo "YOUR_TOKEN" > ~/.config/grizzly/token
You can optionally configure grizzly using a global configuration file at ~/.config/grizzly/config.toml:
token_file = "~/.config/grizzly/token"
callback_url = "http://127.0.0.1:42123/success"
timeout = "5s"
The grizzly CLI wraps Bear's native parameters. Retrievable data maps to standard JSON output schemas during callback operations:
| Command Flag | Type | Description |
|---|---|---|
--dry-run |
Flag | Previews constructed x-callback-url query strings without execution |
--print-url |
Flag | Prints the active x-callback-url configuration |
--enable-callback |
Flag | Required to fetch information or data back from Bear notes |
--json |
Flag | Formats retrieved callback responses as valid JSON structures |
--token-file |
Path | Points grizzly to your local API authentication token file |
GRIZZLY_TOKEN_FILE), local .grizzly.toml directories, or global home path variables.Loading
An expert AI assistant specialized in developing embedded script code, block schemas, and dynamic simulation systems for the Russian modeling environment SimInTech.

A command-line tool designed to monitor and track updates from blogs and RSS/Atom feeds seamlessly.

An advanced voice production pipeline for ElevenLabs, featuring batch generation, instant voice cloning, multilingual TTS, and Telegram voice message integration.

An automated assistant developed with Openclaw Skills that handles studio bookings, qualifications, and secure payments directly inside Telegram.

Manage Apple Notes directly from the terminal or through AI workflows on macOS using the memo CLI.

A Letta-inspired, three-layer persistent memory architecture that allows AI agents to retain context, preferences, and decisions across multiple sessions.








































