LaunchKit · 2026
Back to Skills

ulanzi-tc001

Control the Ulanzi TC001 (Pixel Clock) over local HTTP.

0
439 downloads
by @felipeouropreto

Setup & Installation

openclaw skills install @felipeouropreto/ulanzi-tc001

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ulanzi-tc001

Version History

v1.0.3Feb 19, 2026 - Version note by skill developer:

Update description to remove personal references; now fully generic.

What This Skill Does

Controls the Ulanzi TC001 Pixel Clock over its local HTTP API using a Python helper script. Supports reading device status, toggling gadgets like time, weather, and YouTube stats, and adjusting display settings such as brightness, timezone, and scroll speed.

Eliminates the need to open a browser or mobile app to control the clock, making it scriptable and automatable from the terminal.

When to use it

  • Turn off the YouTube gadget before a meeting
  • Set night mode to dim the clock at 11pm
  • Check which gadgets are currently active on the display
  • Adjust brightness to 40% for a dark room
  • Switch timezone when traveling

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: tc001 turn on night mode starting at 22:00

AGENT
  1. 1Reads config.json to get the device IP
  2. 2Calls the nightmode on command via the helper script
  3. 3Sets nightstart to 22:00 using the sys field command
  4. 4Confirms by running status to verify nightmode settings
OUTPUT

Night mode enabled, starting at 22:00 as reported in the device status JSON

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Ulanzi TC001 device on the local networkDevice IP address set in config.json or TC001_HOST environment variableYouTube Data API key (only if using the YouTube gadget)