用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bilibili/carocut --skill carocut-builder-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | carocut-builder-setup |
| description | 额外包检测与安装。根据 storyboard 检测并安装额外依赖(lottie/3D/charts/gif 等)。模板和基础依赖已在 bootstrap 阶段完成。 |
项目模板和基础依赖已在 bootstrap 阶段完成(.carocut/template-cache/)。
本 skill 仅负责:根据 manifests/storyboard.yaml 检测并安装额外包。
The template already includes @remotion/transitions (4.0.417) as a built-in dependency. Do not install it as an extra package.
Based on features in manifests/storyboard.yaml, install additional packages:
| Feature Detected | Package | Install Command |
|---|---|---|
| Lottie animations | @remotion/lottie | npm install @remotion/lottie lottie-web |
| 3D content | @remotion/three | npm install @remotion/three three @react-three/fiber |
| Charts/Graphs | recharts | npm install recharts |
| GIF support | @remotion/gif | npm install @remotion/gif |
| Noise effects | @remotion/noise | npm install @remotion/noise |
| Light leaks | @remotion/light-leaks | npm install @remotion/light-leaks |
Scan storyboard.yaml for keywords to determine required packages:
| Keywords | Package Needed |
|---|---|
| "lottie", "animation json" | @remotion/lottie |
| "3d", "three", "webgl" | @remotion/three |
| "chart", "graph", "bar", "line", "pie" | recharts |
| "gif" | @remotion/gif |
manifests/storyboard.yamlnpm install <package> in template-project/npx tsc --noEmitAfter installing extras, verify the project still compiles:
cd template-project
npx tsc --noEmit
基于 SOC 职业分类