Install
openclaw skills install @yanguangzhe-collab/bucket-listUse this skill when the user wants to record, view, update, complete, cancel, or review a personal bucket list / wish list. Supports Chinese commands such as "添加愿望:...", "查看愿望清单", "完成了...", and "我们完成了什么", plus a localhost GUI that shares the same JSON data file.
openclaw skills install @yanguangzhe-collab/bucket-list记录主人与龙虾一起完成的人生愿望清单。它不是待办软件,也不是人生导师;它是一个本地优先的愿望记录和成就回顾工具。
Use this skill when the user asks to:
Start the GUI:
cd skills/bucket-list
node server.js
# open http://localhost:9999/
Use the CLI:
./bucket-list.sh add "去南极看企鹅" "旅行"
./bucket-list.sh view
./bucket-list.sh complete "南极" "看到了企鹅"
./bucket-list.sh cancel "学吉他" "改学钢琴"
./bucket-list.sh achievements
Natural-language entry:
./bucket-list.sh intent "添加愿望:去南极看企鹅"
./bucket-list.sh intent "查看愿望清单"
./bucket-list.sh intent "完成了 发布技能"
./bucket-list.sh intent "我们完成了什么"
The runtime data file is stored outside the skill folder:
<workspace>/data/bucket-list.json
The published data/bucket-list.json inside this skill is only an empty template. Do not publish personal wishes in the package.
Canonical wish fields:
idcontentcategorystatus: pending, completed, or cancelledcreatedAtendedAtendedBycompletionNotecancelReasontimeline127.0.0.1 only.