Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Generate Ai Videos

ASecurity

AI video generator with premier models: Wan 2.6, Kling O1/2.6, Google Veo 3.1, Sora 2 Pro, Pixverse V5.5, Hailuo 2.0/2.3, SeeDance 1.5 Pro, Vidu Q2. Video generator supporting text-to-video, image-to-video, first-last-frame, and reference-image video generation modes. Use as sho…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongoapisecurity

Works with

terminalcliapi

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill generate-ai-videos --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Generate Ai Videos?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Generate Ai Videos
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-generate-ai-videos/badge)](https://www.skillsdirectory.com/skills/rondoflow-generate-ai-videos)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: generate-ai-videos
description: "AI video generator with premier models: Wan 2.6, Kling O1/2.6, Google Veo 3.1, Sora 2 Pro, Pixverse V5.5, Hailuo 2.0/2.3, SeeDance 1.5 Pro, Vidu Q2. Video generator supporting text-to-video, image-to-video, first-last-frame, and reference-image video generation modes. Use as sho…"
category: "Media"
author: community
version: "1.2.0"
icon: image
---

# IMA Video AI
## When To Use
Use this repository for `text-to-video`, `image-to-video`, `reference-image video generation`, and `first/last-frame interpolation`. This repo is video-only; do not route image editing, audio, or non-video tasks here.

## Quick Start
1. Get your API key at `https://www.imaclaw.ai/imaclaw/apikey`, then export it: `export IMA_API_KEY="your-api-key"`
2. Run a low-cost health probe before spending credits: `python3 scripts/ima_runtime_doctor.py --task-type text_to_video`
3. First-time setup: `python3 scripts/ima_runtime_setup.py`
4. Manual first-run alternative if you skip setup: in an interactive terminal, `python3 scripts/ima_runtime_cli.py --task-type text_to_video --prompt "..."` now prompts for a suggested model; non-interactive callers should still use `--model-id` or `--list-models`
5. Natural-language wrapper: `python3 scripts/route_and_execute.py --request "做一个 10 秒的产品视频"` for parse + validate + execute
## First-Run Rules
- Runtime model resolution is fixed: `--model-id` -> saved preference -> interactive TTY prompt -> fail; there is no hidden default model.
- First use can run `python3 scripts/ima_runtime_setup.py`, accept the first-run CLI prompt in a terminal, or choose `--model-id` after `--list-models`; setup writes only `~/.openclaw/memory/ima_prefs.json`, never `IMA_API_KEY`.
- Install Python dependencies with `pip install -r requirements.txt`; `Pillow` is used for image-dimension probing.
- Ensure `ffprobe` is on `PATH` for video/audio metadata probing and `ffmpeg` is on `PATH` for derived video cover extraction.
## Picks And Errors
- Start with `ima-pro-fast` for `text_to_video` / `image_to_video`; start with `kling-video-o1` for `reference_image_to_video` / `first_last_frame_to_video`. Full matrix: [references/shared/model-selection-policy.md](references/shared/model-selection-policy.md)
- `401` or invalid key -> regenerate at `https://www.imaclaw.ai/imaclaw/apikey` and rerun `ima_runtime_doctor.py`; `403` / `4014` -> subscribe or switch to `ima-pro-fast`; `6009` / `6010` -> remove custom params and confirm the live catalog with `--list-models`
## Video Modes
- `first_last_frame` means explicit start/end frames with generated motion between them; `reference` means style or character guidance, not literal frame 1.
## Gateway Contract
Treat this file as the public gateway, not the full rulebook.
- The generation entrypoint is `python3 scripts/ima_runtime_cli.py ...`.
- `python3 scripts/route_and_execute.py` is the natural-language wrapper over the structured runtime.
- `python3 scripts/ima_runtime_setup.py` and `python3 scripts/ima_runtime_doctor.py` are onboarding helpers, not alternate generation runtimes.
- No other generation CLI path is part of the active runtime contract.
- Remote HTTPS reference media must be direct public URLs. The runtime may temporarily download them locally for metadata probing, Seedance preflight checks, and video-cover extraction; private/internal hosts, credentialed URLs, redirects, and oversized downloads are rejected.
- Local media files and derived video cover frames use IMA's upload-token flow and then upload to the pre-signed HTTPS storage URL returned by that service.
- Build a `GatewayRequest` for a video target.
- Resolve task type before execution, and clarify when image roles are ambiguous.
- Query the product list before task creation so `attribute_id`, `model_version`, and defaults come from the live catalog.
- Return video results as remote HTTPS URLs; do not convert them into local file attachments.
## Read Order
[references/README.md](references/README.md), [references/gateway/entry-and-routing.md](references/gateway/entry-and-routing.md), [references/gateway/workflow-confirmation.md](references/gateway/workflow-confirmation.md), [references/shared/model-selection-policy.md](references/shared/model-selection-policy.md), [references/shared/error-policy.md](references/shared/error-policy.md), [references/shared/security-and-network.md](references/shared/security-and-network.md), [capabilities/video/CAPABILITY.md](capabilities/video/CAPABILITY.md)
## Boundary
`references/gateway/*` covers entry/routing, `references/shared/*` covers shared runtime policy, `capabilities/video/*` owns video behavior, and `_meta.json` plus `clawhub.json` remain metadata inputs.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →