š¦ ClawHub
Bucket List
by @yanguangzhe-collab
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...
TERMINAL
clawhub install bucket-listš About This Skill
name: bucket-list version: 1.4.0 description: 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 "ę·»å ęæęļ¼...", "ę„ēęæęęø å", "å®ęäŗ...", and "ę们å®ęäŗä»ä¹", plus a localhost GUI that shares the same JSON data file.
ęæęęø å (Bucket List)
č®°å½äø»äŗŗäøé¾č¾äøčµ·å®ęēäŗŗēęæęęø åćå®äøęÆå¾ å软件ļ¼ä¹äøęÆäŗŗē导åøļ¼å®ęÆäøäøŖę¬å°ä¼å ēęæęč®°å½åęå°±åé”¾å·„å ·ć
When To Use
Use this skill when the user asks to:
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:
/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 cancelledcreatedAtendedAtendedBycompletionNotecancelReasontimelineSafety
127.0.0.1 only.Boundaries
ā” When to Use
š” Examples
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 "ę们å®ęäŗä»ä¹"