Co-Pilot / 辅助式
更新于 25 days ago

video-prompting-skill

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

💡 摘要

该技能帮助用户为各种视频生成模型撰写和完善提示。

🎯 适合人群

视频内容创作者从事视频模型的AI开发者使用视频进行营销的数字营销人员制作视频材料的教育工作者探索AI生成视频的爱好者

🤖 AI 吐槽:这个技能就像一个提示耳语者,但它的说明可以更清晰一些。

安全分析中风险

README建议进行文件操作和目录访问,这可能会使系统面临未经授权的文件访问风险。确保目录上设置适当的权限,并验证输入以降低风险。

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'
五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 促进视频生成的提示创建。
  • 支持多种视频生成模型。
  • 用户友好的安装过程。

缺点

  • 说明可能不够清晰。
  • 仅限于特定的视频生成模型。
  • 需要熟悉安装过程。

相关技能

elevenlabs-remotion-skill

A
toolCo-Pilot / 辅助式
82/ 100

“该技能需要 API 密钥,如果暴露会带来风险。确保 .env.local 文件安全,并且不包含在版本控制中。”

webconsulting-skills

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 Square-Zero-Labs.