← All skills
Tencent SkillHub · Communication & Collaboration

Ulanzi TC001

Control the Ulanzi TC001 (Pixel Clock) over local HTTP. Use to list tc1/tc001 commands, read status, enable/disable gadgets (time/date/youtube/matrix/etc.),...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Control the Ulanzi TC001 (Pixel Clock) over local HTTP. Use to list tc1/tc001 commands, read status, enable/disable gadgets (time/date/youtube/matrix/etc.),...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, config.json, references/tc001-api.md, scripts/tc001.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Ulanzi TC001

Control the Ulanzi TC001 Pixel Clock using its local HTTP endpoints (no browser needed).

Quick start

Set the device IP in config.json (preferred): { "host": "192.168.1.32" } (Env fallback is supported: TC001_HOST) Use the helper script: 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

Supported commands (script)

status → JSON summary (sys settings + gadgets on/off) gadgets list|on|off gadget on|off <name> brightness auto | manual <0-100> nightmode on|off | start HH:MM | end HH:MM timezone GMT-3 | AUTO (see mapping in script) switch <10|15|20|25|30|35|40|45|50|55|60|noswitch> scroll <0-10>

Full config (sys)

sys <field> <value> fields: language: english|chinese autobrightness: auto|manual brightness: 0-100 nightbrightness: 0-100 switchspeed: noswitch|10|15|20|25|30|35|40|45|50|55|60 scrollspeed: 0-10 timezone: GMT-3 (or AUTO) timeformat: HH:mm|HH:mm:ss dateformat: DD/MM|MM/DD showweek: show|hide firstday: sunday|monday nightmode: on|off nightstart: HH:MM nightend: HH:MM

Full config (app)

app <field> <value> fields: citycode bilibili_uid / bilibili_animation / bilibili_color / bilibili_format weibo_uid / weibo_animation / weibo_color / weibo_format youtube_uid / youtube_apikey / youtube_animation / youtube_color / youtube_format douyin_uid / douyin_animation / douyin_color / douyin_format awtrix_server / awtrix_port showlocalip: on|off Animations: swipe|scroll · Colors: default|red|orange|yellow|green|cyan|blue|purple · Format: none|format

Gadgets (names)

time, date, weather, bilibili, weibo, youtube, douyin, scoreboard, chronograph, tomato, battery, matrix, awtrix, localip

Notes

Uses POST / and POST /app_switch with form data. See references/tc001-api.md. Keep YouTube API key private (if used).

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • references/tc001-api.md Docs
  • scripts/tc001.py Scripts
  • config.json Config