A specialized skill for programmatically managing Bear notes on macOS using the grizzly CLI and x-callback-url integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mh-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 mh-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.
The Bear Notes skill provides a robust interface for interacting with the popular Bear note-taking application on macOS. By utilizing the grizzly CLI tool, this skill allows users and AI agents to create, read, and search through notes without leaving the terminal environment. As part of the broader collection of Openclaw Skills, it enables seamless automation of personal knowledge management workflows.
Whether you need to capture quick thoughts, organize project documentation with tags, or retrieve specific content via internal IDs, this skill handles the heavy lifting. It leverages Bear's native x-callback-url protocol to ensure data integrity and provides structured JSON output for advanced processing in automated pipelines.
To get started, ensure you have Go installed on your macOS system, then install the grizzly CLI:
go install github.com/tylerwince/grizzly/cmd/grizzly@latest
Next, you must provide an API token from Bear to enable advanced operations:
echo "YOUR_TOKEN" > ~/.config/grizzly/token
Ensure Bear is running on your machine to allow Openclaw Skills to communicate with the application via system URLs.
The skill manages information using Bear's internal data structures and local configuration files. Data is often returned as JSON when callbacks are enabled.
| Component | Type | Description |
|---|---|---|
| Note ID | String | The unique internal identifier for a Bear note. |
| Tag | String | Metadata labels used for organizing and filtering notes. |
| Token File | File | Local file at ~/.config/grizzly/token used for authentication. |
| config.toml | File | Configuration for timeouts, environment variables, and callback URLs. |
Loading
A robust CLI skill that enables AI agents to manage Apple Reminders lists and tasks directly from the terminal via remindctl.

A specialized extension for Openclaw Skills that enables full terminal-based management of Apple Notes using the memo CLI utility.

A skill to automate 1Password CLI interactions for secure secret management within agentic workflows.

An intelligent discovery and recommendation engine designed to navigate the massive ecosystem of over 5,400 community-built OpenClaw skills.

A lightweight CLI utility for tracking and managing updates from blogs and RSS/Atom feeds.

A dedicated security auditing and host hardening skill for Openclaw Skills deployments that balances risk tolerance with system usability.








































