wb_vault
Search and read archived Obsidian markdown notes stored in cloud. Access years of historical thinking via list, search, and read commands.
Instructions
vault 云档只读域(P1 · dt_iy2eek):vault list/search/read 命令族,检索与读取 Obsidian 主库上云 md(COS vault-store 桶 obsidian/ 前缀 + vault_files 索引,刘总 5 年历史思考)。示例:vault search 精力 → vault read 。只读安全,readonly profile 可见。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 命令参数数组(推荐,长文安全):如 ["note","add","这里是500字正文,含空格换行都不会被切碎","#工作笔记"]。数组元素原样作为 argv 传给 wb-cli,不按空白切分。command 仍需传(可传命令串本身),实际执行以 args 为准。 | |
| command | Yes | wb-cli 命令串(不含 wb-cli 前缀),如 "t todo"、"todo list --open"、"dev-task show dt_xxx"。与 args 二选一:传了 args 时 args 优先。各域允许的首词见 tool description。 | |
| confirm | No | 写操作必传 true(安全门)。判定为写操作的命令(add/done/edit/del/stage/item 等)缺 confirm 会被拒绝。 |