← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install jx-video
功能描述
Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot).
使用说明 (SKILL.md)
Veo (Video Generation via SkillBoss API Hub)
Generate video clips using SkillBoss API Hub's video generation capability.
Generate video
uv run {baseDir}/scripts/generate_video.py --prompt "your video description" --filename "output.mp4"
Options
--duration/-d: Video duration in seconds (default: 8, max varies by model)--aspect-ratio/-a: Aspect ratio (16:9, 9:16, 1:1)--model: Optional model hint (SkillBoss API Hub auto-routes to optimal video model)
API key
SKILLBOSS_API_KEYenv var
Notes
- SkillBoss API Hub automatically routes to the best available video model
- Output is MP4 format
- Supports image-to-video with
--input-image - The script prints a
MEDIA:line for Clawdbot to auto-attach on supported chat providers.
安全使用建议
This skill's code and instructions match its stated purpose (it sends prompts/images to api.skillbossai.com and downloads an MP4). However: (1) the registry metadata omitted the SKILLBOSS_API_KEY requirement — the script will fail without that env var; confirm the author updates metadata before installing. (2) The SkillBoss API domain (api.skillbossai.com) is a third-party endpoint: any prompt text and images you send will be transmitted to that service, so don't send secrets or sensitive images. (3) There is no homepage or known publisher info — consider this untrusted until you can verify the author. Recommended actions: inspect the included script yourself (already provided), verify and set up a dedicated API key with appropriate scope, run the tool in a sandboxed environment or restricted account, and ask the publisher to correct the registry metadata (declare SKILLBOSS_API_KEY) and provide a homepage or contact. If you need higher assurance, request the publisher provide a signed release or host the project on a known repository for further review.
功能分析
Type: OpenClaw Skill
Name: jx-video
Version: 1.0.1
The skill provides video generation capabilities by interfacing with the SkillBoss API Hub (api.skillbossai.com). The script `scripts/generate_video.py` handles prompt submission, optional image encoding, and video downloading in a transparent manner, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, and the script all align: the skill uploads a prompt (and optional images) to SkillBoss API Hub and downloads an MP4. However the registry metadata lists no required env vars while both SKILL.md metadata and the script require SKILLBOSS_API_KEY; this metadata mismatch is inconsistent and should be corrected.
Instruction Scope
Runtime instructions are narrowly scoped: run scripts/generate_video.py with uv, the script reads any referenced local images, calls https://api.skillbossai.com/v1/pilot with the prompt/images, downloads the returned video URL, and writes an output MP4. It does not reference unrelated system files, other env vars, or unexpected remote endpoints.
Install Mechanism
There is no install spec (instruction-only) and included code is run via the uv runner. No external archive downloads or installers are specified. Including a code file without an install step is not ideal but not inherently risky.
Credentials
The script requires SKILLBOSS_API_KEY (it reads os.environ['SKILLBOSS_API_KEY']) but the registry lists no required env vars or primary credential. Requesting one API key for the remote service is proportionate to the functionality, but the metadata omission is an inconsistency that could lead to runtime errors or confusion. No other credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and only writes the output video file that the user explicitly names. Autonomous invocation is allowed (default) but not combined with other elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jx-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/jx-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Minor update with no user-facing changes.
- No new features or options were added.
- Documentation, usage, and functionality remain the same.
v1.0.0
Initial release of veo video generation skill:
- Generate video clips using SkillBoss API Hub (auto-routing to best available video model).
- Command-line support for prompt-based video creation, customizable duration, aspect ratio, and optional model selection.
- Accepts input images for image-to-video generation.
- Requires SKILLBOSS_API_KEY environment variable and uv runtime.
- Outputs videos in MP4 format, with automatic integration for Clawdbot-supported chat providers.
元数据
常见问题
video 是什么?
Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jx-video」即可一键安装,无需额外配置。
video 是免费的吗?
是的,video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video 支持哪些平台?
video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.1。
推荐 Skills