bear-notes

Create, retrieve, and modify Bear notes via x-callback-url and CLI commands.

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill bear-notes-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bear-notes
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/bear-notes
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill bear-notes-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grizzly.

What problem does it solve?

This skill bridges the gap between your terminal and the Bear app, allowing you to create, search, and append 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 data in JSON format for further processing.
  • Use Case: You can pipe the output of a research script directly into a new Bear note tagged with your current project name to keep your documentation synchronized with your code.

Quick Start

Use the bear-notes skill to create a new note titled Project Ideas with the tag research and the content 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 Bear notes from the command line on macOS?

To create Bear notes from the command line, this skill uses x-callback-url and CLI commands to programmatically generate notes with specific titles and tags directly from your shell output.

Can I append text to existing Bear notes using a CLI?

Yes, you can append text to existing Bear notes using the CLI. The skill bridges your terminal and the Bear app to manage content and append shell output without leaving your workflow.

Do I need a Bear API token to manage notes via the command line?

Yes, a valid Bear API token is required for authenticated operations. The skill depends on this token alongside the grizzly binary to execute automated note creation, retrieval, and modification.

How does piping shell output into a note work for knowledge management?

Piping shell output into a note works by capturing script output and passing it to the Bear app via CLI commands. This synchronizes your documentation with code by tagging notes automatically.

What are the limitations of retrieving Bear note data in JSON format?

Retrieving Bear note data in JSON format is limited to macOS environments with the Bear application installed. It requires the grizzly binary and a valid API token to process authenticated x-callback-url operations.

Is there a way to automate task logging in Bear without leaving the terminal?

Automating task logging in Bear is possible by using CLI commands to append text and create notes. This skill enables automated documentation workflows directly from your terminal environment.