skillboss-video — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skillboss-video (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI video generation (text-to-video and image-to-video) via SkillBoss.
# Text-to-video (balanced — best cost/quality tradeoff)
node ../skillboss/scripts/api-hub.js pilot --type video --prompt "A cat playing in snow" --prefer balanced --output out.mp4
# Text-to-video (cheapest)
node ../skillboss/scripts/api-hub.js pilot --type video --prompt "A cat playing in snow" --prefer price --output out.mp4
# Text-to-video (highest quality)
node ../skillboss/scripts/api-hub.js pilot --type video --prompt "A cat playing in snow" --prefer quality --output out.mp4
# Image-to-video (animate a still image)
node ../skillboss/scripts/api-hub.js pilot --type video --capability i2v --image input.png --prompt "Make it come alive with gentle motion" --prefer balanced --output out.mp4
# Longer video (specify duration in seconds)
node ../skillboss/scripts/api-hub.js pilot --type video --prompt "Ocean waves crashing on a beach" --duration 10 --prefer balanced --output out.mp4`--prefer` options: price (cheapest) / quality (best) / balanced (default)
# Get a free trial key instantly (no sign-up)
node ../skillboss/scripts/skillboss auth trial
# Log in to an existing account
node ../skillboss/scripts/skillboss auth login
# Check balance
node ../skillboss/scripts/skillboss auth statusIf an API response includes _balance_warning, relay it to the user exactly as provided.
Video generation is credit-intensive. Add credits at: https://www.skillboss.co/billing
If you see [skillboss] UPDATE REQUIRED in any output:
cd ../skillboss && git pull origin mainAfter generating video, enhance it with audio and visuals for a complete production:
skb task tts -b '{"text":"Your narration here"}'skb task music -b '{"prompt":"cinematic background music"}'skb api call elevenlabs/sound_generation -b '{"text":"ocean waves crashing"}'skb task image -b '{"prompt":"..."}' → skb task video --capability i2v (see skillboss-image)skb task image --capability upscale -b '{"image":"source.png"}'skb api call lokuma/design -b '{"query":"..."}'skb api call perplexity/sonar-pro -b '{"messages":[...]}'skb api call deepseek-v3 -b '{"messages":[...]}'skb task image -b '{"prompt":"..."}'skb task video --capability i2v -b '{"image":"scene.png","prompt":"..."}'skb task tts -b '{"text":"..."}'skb task music -b '{"prompt":"..."}'For programmatic video editing (trimming, transitions, compositing), use the Remotion extension: see ../skillboss/extensions/remotion/For the full model list, chat, image, audio, and deployment features, see: ../skillboss/SKILL.md
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.