← Back to Skills Marketplace
jkbwfi

Zshijie Liver

by jkbwfi · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
190
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install zshijie-liver
Description
Resolve Z视介频道直播请求到正确 cid 并打开对应直播页。Use when users ask to watch Z视介直播 or specific channels (例如 浙江卫视、钱江都市、经济生活、教科影视、民生休闲、新闻、少儿频道、浙江国际、好易购、之江纪录), or when users m...
Usage Guidance
This skill is coherent and lightweight: it only maps channel names/aliases to cids, constructs the official Z视介 live URL, optionally tries to open it in your browser, and returns a Markdown link. It asks for no credentials and does not call any hidden endpoints. Things to keep in mind before installing: (1) by default it will attempt to open your browser when invoked — in headless/sandbox environments that will silently no-op; (2) the skill enforces exact output phrasing (e.g., the literal string “Z视介”) and hides raw URLs unless explicitly asked for --url-only; (3) if you prefer not to have the browser launched, the script/skill supports a no-open option. Overall this appears safe and proportionate to its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: zshijie-liver Version: 1.0.9 The skill is designed to resolve Chinese television channel names or program aliases (e.g., 'Running Man') to specific live stream URLs on the 'Z视介' (cztv.com) platform. The Python script `scripts/zshijie_live.py` safely maps inputs to hardcoded IDs and uses standard system commands (like `xdg-open` or `open`) to launch the browser. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description align with implementation: CHANNEL ↔ cid mapping, URL construction using the documented template, alias normalization for program names (e.g., 跑男 -> 浙江卫视). The included script implements only these features and nothing unrelated.
Instruction Scope
SKILL.md instructs the agent to parse user input, resolve a channel/cid, build the zmtv.cztv.com live URL, try to open it in the default browser, and return a Markdown link. The runtime instructions do not read files, env vars, or send data to external endpoints other than the official live URL. Note: the SKILL.md enforces strict output wording (e.g., always use “Z视介” and hide raw URLs), which is a functional constraint but not a security risk.
Install Mechanism
Instruction-only skill with a small Python script included; there is no install spec, no remote downloads, and no package installs. Nothing is written to disk by an installer beyond the normal presence of the skill files.
Credentials
The skill requests no environment variables, credentials, or config paths. It only uses local utilities (xdg-open/open/start) to open a URL when possible. No secrets are requested or used.
Persistence & Privilege
Skill does not request permanent/always-enabled status (always: false). It can be invoked autonomously by the agent (default platform behavior), which is expected for a user-invocable tool of this type. The skill does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zshijie-liver
  3. After installation, invoke the skill by name or use /zshijie-liver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
Switch clickable output from HTML tags to plain Markdown links for better client rendering.
v1.0.8
Return channel-aware Markdown cards with clickable links instead of raw URLs.
v1.0.7
Map 跑男/奔跑吧 to 浙江卫视直播 and clarify live-only alias handling.
v1.0.6
Add aliases: 6频道/六频道 -> 民生休闲, 跑男/奔跑吧 -> 浙江卫视.
v1.0.5
- Clarified critical terminology: the platform must always be referred to as 「Z视介」,strictly disallowing incorrect variations (e.g.,「Z视界」). - Added a new section outlining the exact terminology requirements. - Updated the critical output rule section for improved clarity and formatting. - No changes to workflow or scripting usage.
v1.0.3
Update skill content.
v1.0.2
Return URL only in plain text; remove channel display from non-JSON output.
v1.0.1
Return plain text channel+url only, hide cid, and open URL best-effort by default.
v1.0.0
Initial release of zshijie-liver skill: - Resolves Z视介频道直播请求 to the correct cid and opens the corresponding live page. - Supports channel name and cid input, mapping via references/channel_map.md. - Constructs and opens the Z视介直播 URL, with platform-aware browser launching. - Provides CLI script with options for channel/cid input, channel listing, JSON output, and URL opening. - Handles errors for unknown/unsupported channels and browser failures, always returns resolved URL.
Metadata
Slug zshijie-liver
Version 1.0.9
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is Zshijie Liver?

Resolve Z视介频道直播请求到正确 cid 并打开对应直播页。Use when users ask to watch Z视介直播 or specific channels (例如 浙江卫视、钱江都市、经济生活、教科影视、民生休闲、新闻、少儿频道、浙江国际、好易购、之江纪录), or when users m... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.

How do I install Zshijie Liver?

Run "/install zshijie-liver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zshijie Liver free?

Yes, Zshijie Liver is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Zshijie Liver support?

Zshijie Liver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zshijie Liver?

It is built and maintained by jkbwfi (@jkbwfi); the current version is v1.0.9.

💬 Comments