← Back to Skills Marketplace
kirkraman

video

by KirkRaman · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
128
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install jx-video
Description
Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot).
README (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_KEY env 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jx-video
  3. After installation, invoke the skill by name or use /jx-video
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug jx-video
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is video?

Generate video using SkillBoss API Hub (video generation, auto-routed via /v1/pilot). It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install video?

Run "/install jx-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is video free?

Yes, video is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does video support?

video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created video?

It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.1.

💬 Comments