Co-Pilot
Updated 24 days ago

video-prompting-skill

SSquare-Zero-Labs
0.0k
square-zero-labs/video-prompting-skill
78
Agent Score

💡 Summary

This skill helps users draft and refine prompts for various video generation models.

🎯 Target Audience

Video content creatorsAI developers working with video modelsDigital marketers using video for campaignsEducators creating video materialsHobbyists exploring AI-generated video

🤖 AI Roast:This skill is like a prompt whisperer, but it could use a little more clarity in its instructions.

Security AnalysisMedium Risk

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:

Agent Skills tutorial

Contents

  • video-prompting/SKILL.md: skill entry point and workflow
  • video-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 .skill file: see instructions below to build a .skill bundle.
  • 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'
5-Dim Analysis
Clarity8/10
Novelty7/10
Utility9/10
Completeness7/10
Maintainability8/10
Pros & Cons

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
toolCo-Pilot
82/ 100

“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
toolCo-Pilot
82/ 100

“Powerful, but the setup might scare off the impatient.”

pytorch

S
toolCode Lib
92/ 100

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