Clone or update https://github.com/vibe-motion/procedural-fish and render procedural-fish animation to a video using the project's own render command. Use when the user asks to render 程序鱼/procedural fish, export a 程序鱼视频, or run procedural-fish Remotion rendering.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Clone or update https://github.com/vibe-motion/procedural-fish and render procedural-fish animation to a video using the project's own render command. Use when the user asks to render 程序鱼/procedural fish, export a 程序鱼视频, or run procedural-fish Remotion rendering.
Procedural Fish Render
Workflow
Resolve skill_dir and run the helper script:
skill_dir=""for base in"${AGENTS_HOME:-$HOME/.agents}""${CLAUDE_HOME:-$HOME/.claude}""${CODEX_HOME:-$HOME/.codex}"; doif [ -d "$base/skills/procedural-fish-render" ]; then
skill_dir="$base/skills/procedural-fish-render"breakfidone
[ -n "$skill_dir" ] || { echo"procedural-fish-render skill not found under ~/.agents, ~/.claude, or ~/.codex"; exit 1; }
/usr/local/bin/python3 "$skill_dir/scripts/render_procedural_fish.py"