← 返回 Skills 市场
video
作者
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-video
功能描述
Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot).
安全使用建议
This skill appears to do what it claims (call SkillBoss API Hub and download an MP4), but the package metadata is inconsistent: the script requires SKILLBOSS_API_KEY and Python + requests, yet the registry entry does not list the API key or Python dependency. Before installing/using: 1) Verify the publisher and that you trust api.skillbossai.com. 2) Ensure you set SKILLBOSS_API_KEY in a safe scope (this key can be abused to consume the account's quota). 3) Confirm your environment has the 'uv' runner, Python >=3.10, and the 'requests' package. 4) Be aware the script will upload prompt text and any reference images you provide to SkillBoss and will print a MEDIA: local path (which chat providers may expose). If you cannot verify the publisher or do not want to share prompts/images with SkillBoss, do not install it. To improve safety, ask the publisher to correct registry metadata to declare SKILLBOSS_API_KEY as the primary credential and to list Python/requests as runtime requirements.
功能分析
Type: OpenClaw Skill
Name: toby-video
Version: 1.0.0
The skill bundle provides a straightforward utility for generating videos using the SkillBoss API Hub. The script `scripts/generate_video.py` functions as described, taking a text prompt and optional local images (encoded as base64) to request a video from `https://api.skillbossai.com/v1/pilot`. It then downloads the resulting file to a user-specified path. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and script all align: it calls SkillBoss API Hub (/v1/pilot) to generate video and downloads the result. However, the registry metadata omitted the required SKILLBOSS_API_KEY (the script reads os.environ['SKILLBOSS_API_KEY']), and the script requires Python >=3.10 and the requests package which are not declared in the registry's required binaries/env/dependencies. This metadata mismatch is unexpected.
Instruction Scope
SKILL.md instructs running the included script via the uv binary and documents the SKILLBOSS_API_KEY. The runtime actions are scoped to: POST to /v1/pilot, download the returned video URL, read optional local image files (up to 3), base64-encode them, and write an MP4 file. It does not read unrelated system files, other env vars, or other skill configs. It prints a MEDIA: line to allow automatic attachment; be aware that that will expose the local path to chat providers.
Install Mechanism
This is instruction-only (no install spec). That's lower risk, but the script declares runtime Python and a requests dependency in comments; the SKILL.md only requires the 'uv' binary. The skill will fail or behave unexpectedly if Python/requests are not present — the absence of an install step or explicit dependency declaration is a packaging concern.
Credentials
The script requires a single API credential (SKILLBOSS_API_KEY) which is proportionate to the stated purpose. However, the registry metadata lists no required env vars while SKILL.md explicitly documents SKILLBOSS_API_KEY and the script reads it directly. The skill's primary credential field is blank in the registry; that mismatch is a security/packaging inconsistency that should be corrected before use.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and does not modify other skills or global agent settings. Autonomous invocation is allowed by default but is not combined here with broad privileged access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toby-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/toby-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of veo: generate video clips using the SkillBoss API Hub, auto-routed to the best available model.
- Supports specifying video duration, aspect ratio, and optional model hints.
- Provides image-to-video capability with input image option.
- Requires SKILLBOSS_API_KEY environment variable.
- Output videos are in MP4 format; script prints MEDIA: line for easy attachment.
元数据
常见问题
video 是什么?
Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toby-video」即可一键安装,无需额外配置。
video 是免费的吗?
是的,video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video 支持哪些平台?
video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video?
由 TobeyRebecca(@tobeyrebecca)开发并维护,当前版本 v1.0.0。
推荐 Skills