AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Bear Notes

skill-claude-world-claude-agent-bear-notes · by claude-world

>

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-claude-world-claude-agent-bear-notes

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-claude-world-claude-agent-bear-notes)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Bear Notes? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Bear Notes

Manage Bear app notes via the grizzly CLI.

Prerequisites

go install github.com/tylerwince/grizzly/cmd/grizzly@latest

Requires Bear app installed on macOS.

Commands

| Command | Purpose | |---------|---------| | grizzly list | List all notes | | grizzly list --tag work | List notes with tag | | grizzly search "query" | Search note content | | grizzly read "Note Title" | Read a specific note | | grizzly create --title "T" --body "B" --tag "t" | Create note | | grizzly trash "Note Title" | Move note to trash |

Alternative (no CLI install — use Bear URL scheme):

# Create note via URL scheme
open "bear://x-callback-url/create?title=Title&text=Body&tags=tag1,tag2"

# Search
open "bear://x-callback-url/search?term=query"

# Open note
open "bear://x-callback-url/open-note?title=Note%20Title"

Usage Examples

  • /bear-notes create "Meeting Notes" "Discussed Q3 roadmap" --tag meetings
  • /bear-notes search "project plan"
  • /bear-notes list --tag work

Rules

  • Check if grizzly is installed: which grizzly
  • If not installed, fall back to Bear URL scheme (open bear://...)
  • macOS only
  • Keep note content concise unless user specifies otherwise
  • Use tags for organization (Bear's strength is tagging)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.