skills/clawhub.ai/notehelper

notehelper

Installation
SKILL.md

NoteHelper

统一入口,管理 Obsidian Omnivore Server 笔记库。当前支持子命令:savelinksearchconfig

安全说明

  • 网络访问:仅通过 HTTPS 请求 claw.notebooksyncer.com(笔记同步助手官方服务),不访问其他域名
  • 本地文件:仅在用户主动执行 config 时,将 API 密钥写入 ~/.openclaw/notehelper.json,不修改 shell 配置文件(~/.bashrc 等)
  • 授权方式:无自动 OAuth 流程;密钥由用户手动获取后配置,即使密钥泄露,影响也有限,可以交由agent 协助用户配置写入
  • 传输内容:save 时发送用户主动提供的文章标题/URL/正文;search 时发送搜索关键词;密钥仅作为请求头传输,不出现在请求体中

Auth

执行 save/search 前,先检查 $NOTEHELPER_API_KEY 是否已设置。未设置时停止并提示:

未检测到密钥,请先运行 /notehelper config 完成配置。
Installs
2
First Seen
Aug 8, 2026
notehelper from clawhub.ai