选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bear-notes或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bear-notes⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bear-notes/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bear-notes description: Create, search, and manage Bear notes via grizzly CLI. homepage: https://bear.app metadata: {"clawdbot":{"emoji":"🐻","os":["darwin"],"requires":{"bins":["grizzly"]},"install":[{"id":"go","kind":"go","module":"github.com/tylerwince/grizzly/cmd/grizzly@latest","bins":["grizzly"],"label":"Install grizzly (go)"}]}} ---
Use grizzly to create, read, and manage notes in Bear on macOS.
Requirements
~/.config/grizzly/token)For operations that require a token (add-text, tags, open-note --selected), you need an authentication token:
echo "YOUR_TOKEN" > ~/.config/grizzly/tokenCreate a note
echo "Note content here" | grizzly create --title "My Note" --tag work
grizzly create --title "Quick Note" --tag inbox < /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
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 fileGrizzly reads config from (in priority order):
GRIZZLY_TOKEN_FILE, GRIZZLY_CALLBACK_URL, GRIZZLY_TIMEOUT).grizzly.toml in current directory~/.config/grizzly/config.tomlExample ~/.config/grizzly/config.toml:
token_file = "~/.config/grizzly/token"
callback_url = "http://127.0.0.1:42123/success"
timeout = "5s"
--enable-callback when you need to read data back from Bear安装 小熊笔记 后,可以对 AI 说这些话来触发它
Help me get started with Bear Notes
Explains what Bear Notes does, walks through the setup, and runs a quick demo based on your current project
Use Bear Notes to create, search, and manage Bear notes via grizzly CLI
Invokes Bear Notes with the right parameters and returns the result directly in the conversation
What can I do with Bear Notes in my documents & notes workflow?
Lists the top use cases for Bear Notes, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bear-notes/ 目录(个人级,所有项目可用),或 .claude/skills/bear-notes/(项目级)。重启 AI 客户端后,用 /bear-notes 主动调用,或让 AI 根据上下文自动发现并使用。
小熊笔记 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
小熊笔记 可免费安装使用。请查阅仓库了解许可证信息。
通过 grizzly CLI 创建、搜索和管理 Bear 笔记。
小熊笔记 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Bear Notes
Identifies repetitive steps in your workflow and sets up Bear Notes to handle them automatically