Skip to content

hideaway007/codex-video-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Video Skills

一组面向中文 AI 教学视频、网页视频演示、AI 行业脚本和口播稿生产的 Codex skills。

这个仓库是从本地生产环境整理出的 clean snapshot:只包含可复用的 skill、参考文档、脚手架模板和安装/校验脚本,不包含视频成片、账号草稿、浏览器缓存、本地日志或私有运行记录。

Skills

Skill 用途
hyperframes-teaching-video 用 HyperFrames 制作中文教学/科普视频,包含口播、字幕、动画、封面和发布草稿准备
web-video-presentation 把文章、口播稿或漫画 panels 做成可录屏的 16:9 网页视频演示
ai-industry-video-script 生成 AI 行业短视频/长视频/图文脚本,覆盖术语解释、模型发布、产品评测、公司产业链和月度复盘
if-you-become-x-voiceover 生成中文“假如你成为 X”第二人称口播稿,并做结构与反贴脸检查

archive/ai-prompt-source 是早期 prompt 包的归档来源,不是可直接加载的 Codex skill。正式入口已经整理为 skills/ai-industry-video-script

Install

安装全部 skills 到当前用户的 Codex skills 目录:

./scripts/install.sh

安装到自定义目录:

CODEX_SKILLS_DIR="$HOME/.codex/skills" ./scripts/install.sh

只想手动安装时,也可以把某个目录复制到 ~/.codex/skills/

cp -R skills/hyperframes-teaching-video "$HOME/.codex/skills/"

Validate

如果本机有 Codex 的 skill-creator validator:

./scripts/validate-skills.sh

脚本会优先使用 CODEX_SKILL_VALIDATOR,其次尝试常见的本地 validator 路径。

Layout

skills/
  hyperframes-teaching-video/
  web-video-presentation/
  ai-industry-video-script/
  if-you-become-x-voiceover/
archive/
  ai-prompt-source/
docs/
  skill-inventory.md
scripts/
  install.sh
  validate-skills.sh

Notes

  • Skills 内部只保留 agent 使用时需要的 SKILL.mdagents/references/scripts/templates/themes/ 等资源。
  • 发布前已移除本地绝对路径和 .DS_Store
  • 这些 skills 主要服务中文内容生产;代码标识、API 名称和必要英文术语保持英文。

License

MIT

About

Codex skills for Chinese AI/video scripting and HyperFrames teaching video production

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors