by buainoai
Remotion 最佳实践技能库 - 使用 React 创建视频的完整指南
# Add to your Claude Code skills
git clone https://github.com/buainoai/remotion-skillsGuides for using ai agents skills like remotion-skills.
Last scanned: 8/26/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-26T04:39:00.412Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}remotion-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by buainoai. Remotion 最佳实践技能库 - 使用 React 创建视频的完整指南. It has 100 GitHub stars.
Yes. remotion-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/buainoai/remotion-skills" and add it to your Claude Code skills directory (see the Installation section above).
remotion-skills is primarily written in TypeScript. It is open-source under buainoai 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 remotion-skills against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ 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.
这是一个为 AI 代理提供的 Remotion 最佳实践技能库,包含了使用 Remotion 进行视频创作的详细指南和代码示例。
Remotion 是一个使用 React 创建视频的强大框架。通过编程方式创建视频,您可以实现精确的控制、动态内容生成和可重复的视频制作流程。
本仓库包含了 Remotion 开发的核心技能和最佳实践,涵盖以下主题:
这个技能库是为 AI 代理设计的,但也可以作为开发者的参考资料。每个规则文件都包含:
remotion-skills/
├── README.md # 本文件
└── skills/
└── remotion/
├── SKILL.md # 技能元数据和索引
└── rules/ # 具体规则文件
├── 3d.md
├── animations.md
├── assets.md
└── ...
欢迎提交 Issue 和 Pull Request 来改进这个技能库!
本项目基于原始 remotion-dev/skills 仓库创建,遵循相同的开源许可证。