← 返回 Skills 市场
253
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tl-video
功能描述
Generate videos using TensorsLab's AI video generation models. Supports text-to-video and image-to-video generation with automatic prompt enhancement, progre...
安全使用建议
This bundle appears to be a legitimate client for TensorsLab's video API, but do the following before installing or using it: 1) Note the registry metadata omits the required TENSORSLAB_API_KEY — the script will fail without that key; verify the developer/source and correct metadata before trusting the skill. 2) Understand that any local image files you pass will be uploaded to api.tensorslab.com; do not upload sensitive or private images. 3) The script disables proxies for its requests session (it sets session.proxies to empty strings), which can bypass local proxy monitoring — verify you are comfortable with that network behavior or inspect/modify the code to remove that line. 4) Keep your TENSORSLAB_API_KEY secret and monitor billing/quotas on your TensorsLab account (the API may charge or consume credits). 5) Check the API host strings in the included docs (there are minor domain inconsistencies/typos such as tensorai.tensorslab.com vs tensorslab.tensorslab.com) and confirm the correct official endpoints before sending production data. If you need higher assurance, ask the publisher for a canonical source/homepage and a clear declaration of required env vars and network endpoints.
功能分析
Type: OpenClaw Skill
Name: tl-video
Version: 0.1.0
The skill bundle is a legitimate tool for generating AI videos using the TensorsLab API. The Python script (scripts/tensorslab_video.py) implements standard API client logic, including multipart form-data uploads for images, task status polling, and secure file downloading to a dedicated local directory (./tensorslab_output/). The instructions in SKILL.md are well-structured, include safety checks for environment variables, and lack any malicious prompt-injection attempts or unauthorized commands.
能力评估
Purpose & Capability
Name, description, SKILL.md, API reference, and bundled Python client all align: this is a client for TensorsLab video-generation and reasonably needs a TENSORSLAB_API_KEY and network access to api.tensorslab.com. However, the registry metadata lists no required environment variables while both SKILL.md and the script explicitly require TENSORSLAB_API_KEY — this metadata mismatch is inconsistent and should be corrected/clarified.
Instruction Scope
The runtime instructions and bundled script stick to the stated task: they call the TensorsLab API, upload optional local source images (if provided), poll status, and download resulting videos to ./tensorslab_output. This behavior is expected for image-to-video/text-to-video. Important privacy-related behavior: any local images you pass will be uploaded to the remote service, and the script disables session proxies (see code) which may bypass local proxy/network inspection — users should be aware of these facts.
Install Mechanism
There is no install spec that downloads remote code; the package is instruction + included Python script. The only dependency is the common 'requests' library which the SKILL.md instructs to pip install. No unusual external download URLs or archive extracts are present in the bundled files.
Credentials
The script and SKILL.md require a TENSORSLAB_API_KEY environment variable (used as a bearer token). That is proportionate to the declared purpose, but the registry metadata incorrectly states 'Required env vars: none' and 'Primary credential: none' — this is a material inconsistency. Also the script sets requests.Session().proxies to empty strings (disables proxies for the session), which is an unusual network-related choice that could affect routing/monitoring.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is user-invocable. It runs as an on-demand client; no elevated/persistent privileges are requested by the bundle.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tl-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/tl-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of TensorsLab video generation skill.
- Supports text-to-video and image-to-video generation using TensorsLab's API.
- Automatic prompt enhancement for cinematic and realistic results.
- Progress tracking with regular status updates during multi-minute generation.
- Output management: downloads results to configurable local directory.
- Supports multiple models, aspect ratios, durations, and resolutions.
- User-friendly messages for authentication setup and common errors.
元数据
常见问题
Tensorslab Video 是什么?
Generate videos using TensorsLab's AI video generation models. Supports text-to-video and image-to-video generation with automatic prompt enhancement, progre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。
如何安装 Tensorslab Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tl-video」即可一键安装,无需额外配置。
Tensorslab Video 是免费的吗?
是的,Tensorslab Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tensorslab Video 支持哪些平台?
Tensorslab Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tensorslab Video?
由 bob(@bob5-tensorslab)开发并维护,当前版本 v0.1.0。
推荐 Skills