← 返回 Skills 市场
190
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install zshijie-liver
功能描述
Resolve Z视介频道直播请求到正确 cid 并打开对应直播页。Use when users ask to watch Z视介直播 or specific channels (例如 浙江卫视、钱江都市、经济生活、教科影视、民生休闲、新闻、少儿频道、浙江国际、好易购、之江纪录), or when users m...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zshijie-liver - 安装完成后,直接呼叫该 Skill 的名称或使用
/zshijie-liver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Zshijie Liver 是什么?
Resolve Z视介频道直播请求到正确 cid 并打开对应直播页。Use when users ask to watch Z视介直播 or specific channels (例如 浙江卫视、钱江都市、经济生活、教科影视、民生休闲、新闻、少儿频道、浙江国际、好易购、之江纪录), or when users m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 Zshijie Liver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zshijie-liver」即可一键安装,无需额外配置。
Zshijie Liver 是免费的吗?
是的,Zshijie Liver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zshijie Liver 支持哪些平台?
Zshijie Liver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zshijie Liver?
由 jkbwfi(@jkbwfi)开发并维护,当前版本 v1.0.9。
推荐 Skills