Install
openclaw skills install ulanzi-tc001Control the Ulanzi TC001 (Pixel Clock) over local HTTP. Use to list tc1/tc001 commands, read status, enable/disable gadgets (time/date/youtube/matrix/etc.),...
openclaw skills install ulanzi-tc001Control the Ulanzi TC001 Pixel Clock using its local HTTP endpoints (no browser needed).
config.json (preferred):{ "host": "192.168.1.32" }
(Env fallback is supported: TC001_HOST)
python3 scripts/tc001.py status
python3 scripts/tc001.py gadgets list
python3 scripts/tc001.py gadget on youtube
python3 scripts/tc001.py brightness manual 80
python3 scripts/tc001.py nightmode on
python3 scripts/tc001.py timezone GMT-3
status → JSON summary (sys settings + gadgets on/off)gadgets list|on|offgadget on|off <name>brightness auto | manual <0-100>nightmode on|off | start HH:MM | end HH:MMtimezone GMT-3 | AUTO (see mapping in script)switch <10|15|20|25|30|35|40|45|50|55|60|noswitch>scroll <0-10>sys <field> <value> fields:
english|chineseauto|manual0-1000-100noswitch|10|15|20|25|30|35|40|45|50|55|600-10GMT-3 (or AUTO)HH:mm|HH:mm:ssDD/MM|MM/DDshow|hidesunday|mondayon|offHH:MMHH:MMapp <field> <value> fields:
on|offAnimations: swipe|scroll · Colors: default|red|orange|yellow|green|cyan|blue|purple · Format: none|format
time, date, weather, bilibili, weibo, youtube, douyin, scoreboard, chronograph, tomato, battery, matrix, awtrix, localip
POST / and POST /app_switch with form data. See references/tc001-api.md.