# Send Ulanzi TC001 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ulanzi-tc001",
    "name": "Ulanzi TC001",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/felipeouropreto/ulanzi-tc001",
    "canonicalUrl": "https://clawhub.ai/felipeouropreto/ulanzi-tc001",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ulanzi-tc001",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ulanzi-tc001",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "config.json",
      "references/tc001-api.md",
      "scripts/tc001.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ulanzi-tc001"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ulanzi-tc001",
    "downloadUrl": "https://openagent3.xyz/downloads/ulanzi-tc001",
    "agentUrl": "https://openagent3.xyz/skills/ulanzi-tc001/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ulanzi-tc001/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ulanzi-tc001/agent.md"
  }
}
```
## Documentation

### 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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: felipeouropreto
- Version: 1.0.3
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ulanzi-tc001)
- [Send to Agent page](https://openagent3.xyz/skills/ulanzi-tc001/agent)
- [JSON manifest](https://openagent3.xyz/skills/ulanzi-tc001/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ulanzi-tc001/agent.md)
- [Download page](https://openagent3.xyz/downloads/ulanzi-tc001)