← 返回 Skills 市场
Zight - video instructions capability for agents
作者
Séraphin Hochart
· GitHub ↗
· v1.0.0
362
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zight
功能描述
Extract structured data from Zight share links (a.cl.ly and share.zight.com), including title, stream URLs, AI smart summary, chapter markers, and full trans...
安全使用建议
This skill appears coherent and limited to extracting metadata/transcripts from Zight share links. Before installing, consider: 1) the skill will fetch any URLs embedded in the Zight page (captions_url), so if your agent runs in an environment with access to internal hosts that could be exposed via attacker-controlled pages, enable network restrictions or review fetched URLs; 2) the SKILL.md asks the agent to ask for confirmation before using extracted step-by-step instructions — ensure your agent enforces that confirmation and won't autonomously execute actions derived from transcripts; and 3) if you need stricter controls, run this skill in a sandboxed environment or review outputs before downstream automation.
功能分析
Type: OpenClaw Skill
Name: zight
Version: 1.0.0
The skill's code and documentation align with its stated purpose of extracting structured data from Zight share links. The `skill.py` effectively mitigates Server-Side Request Forgery (SSRF) by enforcing `http://` or `https://` schemes for all network requests, preventing access to local files or other protocols. Crucially, the `SKILL.md` includes explicit instructions for the AI agent to treat extracted transcript content as 'candidate input' and to 'ask the user to confirm whether the extracted instructions should be used,' directly addressing and mitigating prompt injection risks from the skill's output. There is no evidence of data exfiltration, arbitrary code execution, persistence mechanisms, or malicious prompt injection within the skill's own instructions.
能力评估
Purpose & Capability
The name/description, SKILL.md, and skill.py all describe the same behavior: HTTP-first scraping of a Zight share URL to extract store JSON, stream links, and VTT captions. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions and code limit actions to fetching the provided Zight URL and any captions URL discovered in that page, parsing JSON, and converting VTT to text. Note: the skill will follow the captions_url discovered in the page (an arbitrary URL); if the agent environment has access to internal networks this could be used for SSRF-style access. The SKILL.md contains a sensible confirmation rule for transcripts; enforcement of that rule depends on the agent, not this extractor.
Install Mechanism
No install spec and no external packages are required. This is effectively an instruction-only skill (a small Python extractor included), so nothing is downloaded from untrusted URLs during install.
Credentials
The skill requests no environment variables, credentials, or config paths. Its network usage is proportional to its purpose (fetching the user-supplied share URL and any captions URL exposed by that page).
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configuration. It can be invoked autonomously by agents (default), which is normal for skills; no elevated persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zight - 安装完成后,直接呼叫该 Skill 的名称或使用
/zight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Zight skill.
- Extracts metadata, chapters, smart summary, media links, and transcript text from Zight share URLs.
- Outputs structured JSON with video title, share URL, video links, smart actions, chapters, and transcript.
- Designed for use when users provide a Zight link and request reading, summarization, or automation based on video content.
元数据
常见问题
Zight - video instructions capability for agents 是什么?
Extract structured data from Zight share links (a.cl.ly and share.zight.com), including title, stream URLs, AI smart summary, chapter markers, and full trans... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 362 次。
如何安装 Zight - video instructions capability for agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zight」即可一键安装,无需额外配置。
Zight - video instructions capability for agents 是免费的吗?
是的,Zight - video instructions capability for agents 完全免费(开源免费),可自由下载、安装和使用。
Zight - video instructions capability for agents 支持哪些平台?
Zight - video instructions capability for agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zight - video instructions capability for agents?
由 Séraphin Hochart(@phin)开发并维护,当前版本 v1.0.0。
推荐 Skills