wb_manage
Add entries with AI-based classification, mark tasks done, and issue or revoke API keys. Write operations require explicit confirmation for safety.
Instructions
管理域:add(全类型录入 AI 判类)/ done(打标)/ key(API Key 签发/清单/吊销)。写操作需 confirm;key 域建议直接终端操作。(本域含写操作)
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 会被拒绝。 |