Install
openclaw skills install @jkbwfi/zshijie-liverResolve Z视介频道直播请求到正确 cid 并打开对应直播页。Use when users ask to watch Z视介直播 or specific channels (例如 浙江卫视、钱江都市、经济生活、教科影视、民生休闲、新闻、少儿频道、浙江国际、好易购、之江纪录), or when users mention common program aliases that should fall back to a supported live channel (例如 跑男、奔跑吧、看跑男 -> 浙江卫视直播), or when Codex needs to generate/open URL with pattern https://zmtv.cztv.com/cmsh5-share/prod/cztv-tvLive/index.html?pageId=cid.
openclaw skills install @jkbwfi/zshijie-liverUse this skill to open the correct Z视介频道直播页 for a requested channel. Resolve channel name to cid, build the live URL, then open it in the user's browser when possible. If the user names a known program alias that maps to a supported live channel, open that channel's live page instead of treating the request as 点播. Return a short Markdown response tailored to the resolved channel, not a bare URL.
channel, cid, or a known program alias.跑男 / 奔跑吧 / 看跑男 -> 浙江卫视.channel -> cid with references/channel_map.md.https://zmtv.cztv.com/cmsh5-share/prod/cztv-tvLive/index.html?pageId={cid}点击这里进入浙江卫视直播Return a short Markdown card. Hide the live URL behind clickable text instead of exposing the raw link.
Preferred template:
## <频道名>直播
<一句话说明这个频道的核心>
- 核心定位:<这个频道主要看什么>
- 看点:<这个频道为什么值得点开>
- 常见节目/内容:<节目名或内容类型>
[点击这里进入<频道名>直播](https://zmtv.cztv.com/cmsh5-share/prod/cztv-tvLive/index.html?pageId=<cid>)
Rules:
点击这里进入浙江卫视直播.Use the script for deterministic matching and channel-aware Markdown output:
python3 scripts/zshijie_live.py --channel 浙江卫视
python3 scripts/zshijie_live.py --cid 101
python3 scripts/zshijie_live.py --channel "打开浙江卫视直播"
python3 scripts/zshijie_live.py --channel "看跑男"
python3 scripts/zshijie_live.py --channel "奔跑吧"
python3 scripts/zshijie_live.py --list
python3 scripts/zshijie_live.py --channel 浙江卫视 --json
python3 scripts/zshijie_live.py --channel 浙江卫视 --no-open
python3 scripts/zshijie_live.py --channel 浙江卫视 --url-only
The script:
--channel or --cid--list for channel table--json for machine-readable output跑男 / 奔跑吧 to 浙江卫视--url-only when a raw URL is explicitly needed--no-open to disable跑男, 奔跑吧, 看跑男, 看奔跑吧 must resolve to 浙江卫视 live.跑男 or 奔跑吧 needs 点播; open 浙江卫视 live instead.--url-only。