by kangarooking
导演Skill:面向 AI 视频创作的开源 Agent Skills | Director Skills: Open-source Agent Skills for AI video creation.
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/kangarooking/director-skillsGuides for using ai agents skills like director-skills.
导演Skill(Director Skills) 是一套面向 AI 视频创作的开源 Agent Skills。每个 Skill 都是一位专项“AI 导演”,用结构化流程帮助 Agent 完成从需求理解到可交付结果的创作任务。
适用于 Claude Code、Codex,以及其他支持 Agent Skills 开放标准的 Agent。
当前状态:导演Skill 已收录首个专项 Skill
travel-skill。
| 名字 | 一句话 | 状态 |
|---|---|---|
| 🏝️ travel-skill | 规划、编写、审阅和修复真实素材与 AI 镜头混合制作的文旅宣传片 | 可用 |
director-skills/
├── README.md
├── CONTRIBUTING.md
├── LICENSE
├── templates/
│ └── SKILL.template.md
└── <skill-name>/
├── SKILL.md
├── scripts/ # 可选:可执行脚本
├── references/ # 可选:方法、规范与评估标准
└── templates/ # 可选:可复用交付模板
当某个 Skill 状态标记为“可用”后,在 Claude Code、Codex 等工具中可以直接说:
帮我安装这个 skill:https://github.com/kangarooking/director-skills/tree/main/<skill-name>
也可以手动安装:
git clone https://github.com/kangarooking/director-skills.git
# Codex
mkdir -p ~/.codex/skills
cp -R director-skills/<skill-name> ~/.codex/skills/
# Claude Code
mkdir -p ~/.claude/skills
cp -R director-skills/<skill-name> ~/.claude/skills/
一个 Skill 只有在满足以下条件后,才会在目录中标记为“可用”:
SKILL.md。欢迎提交新的导演 Skill、案例、评估方法和实用工具。开始前请阅读 CONTRIBUTING.md。
本项目以 MIT License 开源。使用第三方模型、素材、字体或工具时,仍需遵守对应条款。
director-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kangarooking. 导演Skill:面向 AI 视频创作的开源 Agent Skills | Director Skills: Open-source Agent Skills for AI video creation. It has 50 GitHub stars.
director-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/kangarooking/director-skills" and add it to your Claude Code skills directory (see the Installation section above).
director-skills is primarily written in Python. It is open-source under kangarooking on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh director-skills against similar tools.
No comments yet. Be the first to share your thoughts!