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.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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"