video-prompting-skill
💡 Summary
This skill helps users draft and refine prompts for various video generation models.
🎯 Target Audience
🤖 AI Roast: “This skill is like a prompt whisperer, but it could use a little more clarity in its instructions.”
The README suggests file operations and directory access, which could expose the system to risks like unauthorized file access. Ensure proper permissions are set on directories and validate inputs to mitigate risks.
Video Prompting (Agent Skill)
This is an Agent Skill for drafting and refining prompts for video generation models (text-to-video and image-to-video), including LTX2, Sora, Veo 3/3.1, Wan 2.2, and Ovi.
It follows the Agent Skills spec (agentskills.io).
Tutorial
Agent Skills walkthrough and demo of this skill:
Contents
video-prompting/SKILL.md: skill entry point and workflowvideo-prompting/references/models/: model-specific prompting guides
Install
Claude
In Claude, install the skill using whichever format your Claude product prompts for:
- If it asks for a
.skillfile: see instructions below to build a.skillbundle. - If it asks for a folder: select
video-prompting-skill/video-prompting/.
Codex
Codex loads skills from skill directories (user-scoped or repo-scoped). Pick one:
- User-scoped (default):
~/.codex/skills/<skill-name>/ - Repo-scoped:
.codex/skills/<skill-name>/(committed with your project)
To install user-scoped:
mkdir -p ~/.codex/skills cp -R video-prompting-skill/video-prompting ~/.codex/skills/video-prompting
Restart Codex so it re-scans skills.
Build (.skill file)
The .skill file is just a zip archive of the skill folder (useful for Claude import/sharing). Codex does not require a .skill bundle.
To generate the .skill zip file:
cd video-prompting-skill mkdir -p dist rm -f dist/video-prompting.skill zip -r dist/video-prompting.skill video-prompting -x '**/.DS_Store'
Pros
- Facilitates prompt creation for video generation.
- Supports multiple video generation models.
- User-friendly installation process.
Cons
- Instructions could be clearer.
- Limited to specific video generation models.
- Requires familiarity with installation processes.
Related Skills
elevenlabs-remotion-skill
A“The skill requires an API key, which poses a risk if exposed. Ensure the .env.local file is secured and not included in version control.”
webconsulting-skills
A“Powerful, but the setup might scare off the impatient.”
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author Square-Zero-Labs.

