Bucket List
/install bucket-list
愿望清单 (Bucket List)
记录主人与龙虾一起完成的人生愿望清单。它不是待办软件,也不是人生导师;它是一个本地优先的愿望记录和成就回顾工具。
When To Use
Use this skill when the user asks to:
- add a wish, bucket-list item, life goal, or "愿望"
- view pending, completed, or cancelled wishes
- mark a wish completed or cancelled
- review completed wishes or shared achievements
- open or maintain the bucket-list GUI
- import, export, or repair bucket-list data
Quick Start
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 "我们完成了什么"
Data
The runtime data file is stored outside the skill folder:
\x3Cworkspace>/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, orcancelledcreatedAtendedAtendedBycompletionNotecancelReasontimeline
Safety
- The server binds to
127.0.0.1only. - The server only accepts same-origin browser writes by default.
- Writes are validated, size-limited, and saved atomically with a backup.
- The CLI uses Node JSON parsing/writing instead of shell text edits.
Boundaries
- Do not treat ordinary tasks as wishes unless the user frames them as a wish, life goal, or bucket-list item.
- Ask before recording sensitive or emotionally loaded content if the user's intent is unclear.
- Strong negative emotion should receive care first; record or update wishes only after the user confirms.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bucket-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/bucket-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bucket List 是什么?
Use 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 186 次。
如何安装 Bucket List?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bucket-list」即可一键安装,无需额外配置。
Bucket List 是免费的吗?
是的,Bucket List 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bucket List 支持哪些平台?
Bucket List 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bucket List?
由 hujiudao-collab(@yanguangzhe-collab)开发并维护,当前版本 v1.4.0。