← 返回 Skills 市场
Bear Notes.Old
作者
huangfeng1995
· GitHub ↗
· v1.0.0
· MIT-0
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bear-notes-old
功能描述
Create, search, and manage Bear notes via grizzly CLI.
使用说明 (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:
- Open Bear → Help → API Token → Copy Token
- 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):
- CLI flags
- Environment variables (
GRIZZLY_TOKEN_FILE,GRIZZLY_CALLBACK_URL,GRIZZLY_TIMEOUT) .grizzly.tomlin current directory~/.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-callbackwhen you need to read data back from Bear - Some operations require a valid token (add-text, tags, open-note --selected)
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bear-notes-old - 安装完成后,直接呼叫该 Skill 的名称或使用
/bear-notes-old触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Bear Notes.Old 是什么?
Create, search, and manage Bear notes via grizzly CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 Bear Notes.Old?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bear-notes-old」即可一键安装,无需额外配置。
Bear Notes.Old 是免费的吗?
是的,Bear Notes.Old 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bear Notes.Old 支持哪些平台?
Bear Notes.Old 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Bear Notes.Old?
由 huangfeng1995(@huangfeng1995)开发并维护,当前版本 v1.0.0。
推荐 Skills