← Back to Skills Marketplace
huangfeng1995

Bear Notes.Old

by huangfeng1995 · GitHub ↗ · v1.0.0 · MIT-0
darwin ✓ Security Clean
55
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bear-notes-old
Description
Create, search, and manage Bear notes via grizzly CLI.
README (SKILL.md)

Bear Notes

Use grizzly to create, read, and manage notes in Bear on macOS.

Requirements

  • Bear app installed and running
  • For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token)

Getting a Bear Token

For operations that require a token (add-text, tags, open-note --selected), you need an authentication token:

  1. Open Bear → Help → API Token → Copy Token
  2. Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token

Common Commands

Create a note

echo "Note content here" | grizzly create --title "My Note" --tag work
grizzly create --title "Quick Note" --tag inbox \x3C /dev/null

Open/read a note by ID

grizzly open-note --id "NOTE_ID" --enable-callback --json

Append text to a note

echo "Additional content" | grizzly add-text --id "NOTE_ID" --mode append --token-file ~/.config/grizzly/token

List all tags

grizzly tags --enable-callback --json --token-file ~/.config/grizzly/token

Search notes (via open-tag)

grizzly open-tag --name "work" --enable-callback --json

Options

Common flags:

  • --dry-run — Preview the URL without executing
  • --print-url — Show the x-callback-url
  • --enable-callback — Wait for Bear's response (needed for reading data)
  • --json — Output as JSON (when using callbacks)
  • --token-file PATH — Path to Bear API token file

Configuration

Grizzly reads config from (in priority order):

  1. CLI flags
  2. Environment variables (GRIZZLY_TOKEN_FILE, GRIZZLY_CALLBACK_URL, GRIZZLY_TIMEOUT)
  3. .grizzly.toml in current directory
  4. ~/.config/grizzly/config.toml

Example ~/.config/grizzly/config.toml:

token_file = "~/.config/grizzly/token"
callback_url = "http://127.0.0.1:42123/success"
timeout = "5s"

Notes

  • Bear must be running for commands to work
  • Note IDs are Bear's internal identifiers (visible in note info or via callbacks)
  • Use --enable-callback when you need to read data back from Bear
  • Some operations require a valid token (add-text, tags, open-note --selected)
Usage Guidance
Before installing, treat the Bear API token like a password. Store it only on machines you trust, restrict file permissions on ~/.config/grizzly and ~/.config/grizzly/token, avoid pasting the token into commands that may be saved in shell history, and revoke or rotate the token if you no longer use the skill.
Capability Assessment
Purpose & Capability
The supplied evidence describes a Bear/Grizzly integration that uses a Bear API token for Bear API operations, which is coherent with the apparent purpose.
Instruction Scope
The main scope issue is documentation quality: token handling is described without enough safe-storage guidance, but there is no evidence of hidden instructions, deception, or unrelated behavior.
Install Mechanism
The skill appears to rely on a local plaintext token file at ~/.config/grizzly/token; this is a common pattern but should be paired with restrictive permissions.
Credentials
Use of a Bear API token is proportionate for a Bear API skill, but the token may permit access or changes through that API and should be treated as sensitive.
Persistence & Privilege
Persistence is limited to a local credential file according to the supplied scanner evidence; no unbounded background persistence, privilege escalation, or destructive behavior is indicated.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bear-notes-old
  3. After installation, invoke the skill by name or use /bear-notes-old
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Bear Notes skill using the grizzly CLI. - Create, read, update, and manage Bear notes on macOS via CLI. - Supports searching notes, appending text, listing tags, and opening notes by ID. - Requires Bear app and the grizzly CLI; some features require Bear API token. - Detailed instructions provided for token setup and configuration options. - Multiple configuration sources supported (flags, env vars, TOML files).
Metadata
Slug bear-notes-old
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bear Notes.Old?

Create, search, and manage Bear notes via grizzly CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install Bear Notes.Old?

Run "/install bear-notes-old" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bear Notes.Old free?

Yes, Bear Notes.Old is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bear Notes.Old support?

Bear Notes.Old is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).

Who created Bear Notes.Old?

It is built and maintained by huangfeng1995 (@huangfeng1995); the current version is v1.0.0.

💬 Comments