运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install notesctl-skill-for-openclaw
镜像加速npx clawhub@latest install notesctl-skill-for-openclaw --registry https://cn.longxiaskill.com 镜像可用
技能文档
notesctl (应用le Notes, low-令牌) Goal
Minimize 令牌 usage and avoid fragile quoting by routing 应用le Notes operations through bundled scripts.
Quick 启动 创建 a new note (deterministic title/body) JSON stdin (recommended): echo '{"title":"Title","body":"Line 1\nLine 2","folder":"Notes"}' | {baseDir}/scripts/notes_post.sh
Direct args: {baseDir}/scripts/notes_new.sh "Title" $'Body line 1\nBody line 2' "Notes"
列出/搜索/导出 {baseDir}/scripts/notes_列出.sh "Notes" {baseDir}/scripts/notes_搜索.sh "查询" "Notes" {baseDir}/scripts/notes_导出.sh "查询" "Notes" "/tmp" # interactive select then 导出
输出 conventions Keep receipts short: Wrote to Notes: