bear-notes

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

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill bear-notes-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/bear-notes
Command: npx skills add https://github.com/wangqianCAI/OBI --skill bear-notes-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between your terminal and the Bear app, allowing you to create, search, and manage your notes without leaving your command-line workflow.

Core Features & Use Cases

  • Note Creation: Quickly generate new notes with specific titles and tags directly from shell output.
  • Content Management: Append text to existing notes or retrieve note content programmatically.
  • Search and Retrieval: Efficiently list tags or search for notes using Bear's internal identifiers.
  • Use Case: Automate your daily logging by piping your terminal session output directly into a new Bear note tagged with today's date.

Quick Start

Use the bear-notes skill to create a new note titled Meeting Notes with the tag work and the content provided from your clipboard.

Frequently Asked Questions about bear-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and manage Bear notes from the macOS command line?

To create Bear notes from the command line, this skill uses the grizzly CLI to generate new notes, append content, and organize tags without leaving the terminal.

Can I pipe terminal output directly into a new Bear note?

Yes, you can pipe terminal output directly into a new Bear note, enabling automated workflows like daily logging by capturing session output into notes tagged with today's date.

Do I need an API token to manage Bear notes via CLI?

Yes, managing Bear notes via CLI requires an active API token for authenticated operations, and the Bear application must be installed on macOS to handle x-callback-url integration.

How does the command line search and retrieve Bear note contents?

The command line retrieves Bear note contents by searching using Bear's internal identifiers and listing tags programmatically, enabling efficient content retrieval directly through the shell.

What is the best way to append text to existing Bear notes programmatically?

The best way to append text to existing Bear notes programmatically is using the grizzly CLI, which leverages x-callback-url integration to add content directly from shell scripts.