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

Create Ai Videos Prompts

ASecurity

Create AI videos with Sora 2, Veo 3, Seedance, Runway, and modern APIs using reliable prompt and rendering workflows.

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

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

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

Installs into .claude/skills of the current project.

Are you the author of Create Ai Videos Prompts?

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

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

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

Download with Pro
Files
SKILL.md
---
name: create-ai-videos-prompts
description: "Create AI videos with Sora 2, Veo 3, Seedance, Runway, and modern APIs using reliable prompt and rendering workflows."
category: "AI & Agents"
author: community
version: "1.0.1"
icon: bot
---

## Setup

On first use, read `setup.md`.

## When to Use

User needs to generate, edit, or scale AI videos with current models and APIs.
Use this skill to choose the right current model stack, write stronger motion prompts, and run reliable async video pipelines.

## Architecture

User preferences persist in `~/video-generation/`. See `memory-template.md` for setup.

```text
~/video-generation/
├── memory.md      # Preferred providers, model routing, reusable shot recipes
└── history.md     # Optional run log for jobs, costs, and outputs
```

## Quick Reference

| Topic | File |
|-------|------|
| Initial setup | `setup.md` |
| Memory template | `memory-template.md` |
| Migration guide | `migration.md` |
| Model snapshot | `benchmarks.md` |
| Async API patterns | `api-patterns.md` |
| OpenAI Sora 2 | `openai-sora.md` |
| Google Veo 3.x | `google-veo.md` |
| Runway Gen-4 | `runway.md` |
| Luma Ray | `luma.md` |
| ByteDance Seedance | `seedance.md` |
| Kling | `kling.md` |
| Vidu | `vidu.md` |
| Pika via Fal | `pika.md` |
| MiniMax Hailuo | `minimax-hailuo.md` |
| Replicate routing | `replicate.md` |
| Open-source local models | `open-source-video.md` |
| Distribution playbook | `promotion.md` |

## Core Rules

### 1. Resolve model aliases before API calls

Map community names to real API model IDs first.
Examples: `sora-2`, `sora-2-pro`, `veo-3.0-generate-001`, `gen4_turbo`, `gen4_aleph`.

### 2. Route by task, not brand preference

| Task | First choice | Backup |
|------|--------------|--------|
| Premium prompt-only generation | `sora-2-pro` | `veo-3.1-generate-001` |
| Fast drafts at lower cost | `veo-3.1-fast-generate-001` | `gen4_turbo` |
| Long-form cinematic shots | `gen4_aleph` | `ray-2` |
| Strong image-to-video control | `veo-3.0-generate-001` | `gen4_turbo` |
| Multi-shot narrative consistency | Seedance family | `hailuo-2.3` |
| Local privacy-first workflows | Wan2.2 / HunyuanVideo | CogVideoX |

### 3. Draft cheap, finish expensive

Start with low duration and lower tier, validate motion and composition, then rerender winners with premium models or longer durations.

### 4. Design prompts as shot instructions

Always include subject, action, camera motion, lens style, lighting, and scene timing.
For references and start/end frames, keep continuity constraints explicit.

### 5. Assume async and failure by default

Every provider pipeline must support queued jobs, polling/backoff, retries, cancellation, and signed-URL download before expiry.

### 6. Keep a fallback chain

If the preferred model is blocked or overloaded:
1) same provider lower tier, 2) equivalent cross-provider model, 3) open model/local run.

## Common Traps

- Using nickname-only model labels in code -> avoidable API failures
- Pushing 8-10 second generations before validating a 3-5 second draft -> wasted credits
- Cropping after generation instead of generating native ratio -> lower composition quality
- Ignoring prompt enhancement toggles -> tone drift across providers
- Reusing expired output URLs -> broken export workflows
- Treating all providers as synchronous -> stalled jobs and bad timeout handling

## External Endpoints

| Provider | Endpoint | Data Sent | Purpose |
|----------|----------|-----------|---------|
| OpenAI | `api.openai.com` | Prompt text, optional input images/video refs | Sora 2 video generation |
| Google Vertex AI | `aiplatform.googleapis.com` | Prompt text, optional image input, generation params | Veo 3.x generation |
| Runway | `api.dev.runwayml.com` | Prompt text, optional input media | Gen-4 generation and image-to-video |
| Luma | `api.lumalabs.ai` | Prompt text, optional keyframes/start-end images | Ray generation |
| Fal | `queue.fal.run` | Prompt text, optional input media | Pika and Hailuo hosted APIs |
| Replicate | `api.replicate.com` | Prompt text, optional input media | Multi-model routing and experimentation |
| Vidu | `api.vidu.com` | Prompt text, optional start/end/reference images | Vidu text/image/reference video APIs |
| Tencent MPS | `mps.tencentcloudapi.com` | Prompt text and generation parameters | Unified AIGC video task APIs |

No other data is sent externally.

## Security & Privacy

**Data that leaves your machine:**
- Prompt text
- Optional reference images or clips
- Requested rendering parameters (duration, resolution, aspect ratio)

**Data that stays local:**
- Provider preferences in `~/video-generation/memory.md`
- Optional local job history in `~/video-generation/history.md`

**This skill does NOT:**
- Store API keys in project files
- Upload media outside requested provider calls
- Delete local assets unless the user asks

## Trust

This skill can send prompts and media references to third-party AI providers.
Only install if you trust those providers with your content.

## Related Skills
Install with `clawhub install <slug>` if user confirms:
- `image-generation` - Build still concepts and keyframes before video generation
- `image-edit` - Prepare clean references, masks, and style frames
- `video-edit` - Post-process generated clips and final exports
- `video-captions` - Add subtitle and text overlay workflows
- `ffmpeg` - Compose, transcode, and package production outputs

## Feedback

- If useful: `clawhub star video-generation`
- Stay updated: `clawhub sync`

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

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

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

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".

1074701 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', ...

693621 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 →