# Bear Notes

> >

- **Type:** Skill
- **Install:** `agentstack add skill-claude-world-claude-agent-bear-notes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [claude-world](https://agentstack.voostack.com/s/claude-world)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [claude-world](https://github.com/claude-world)
- **Source:** https://github.com/claude-world/claude-agent/tree/main/.claude/skills/bear-notes

## Install

```sh
agentstack add skill-claude-world-claude-agent-bear-notes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Bear Notes

Manage Bear app notes via the `grizzly` CLI.

## Prerequisites

```bash
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):
```bash
# 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.

- **Author:** [claude-world](https://github.com/claude-world)
- **Source:** [claude-world/claude-agent](https://github.com/claude-world/claude-agent)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-claude-world-claude-agent-bear-notes
- Seller: https://agentstack.voostack.com/s/claude-world
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
