procedural-fish-render

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "procedural-fish-render" with this command: npx skills add vibe-motion/skills/vibe-motion-skills-procedural-fish-render

Procedural Fish Render

Workflow

  1. 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}"; do
      if [ -d "$base/skills/procedural-fish-render" ]; then
        skill_dir="$base/skills/procedural-fish-render"
        break
      fi
    done
    [ -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"
    
  2. Optional parameters:
    /usr/local/bin/python3 "$skill_dir/scripts/render_procedural_fish.py" \
      --workspace "$(pwd)" \
      --output "out/procedural-fish-custom.mov" \
      --props-file "shared/project/render-presets/default.json"
    
  3. Return the final absolute video path printed by the script.

Behavior

  • Repository source is fixed to https://github.com/vibe-motion/procedural-fish by default.
  • If local repo exists, the script performs git fetch + git checkout main + git pull --ff-only.
  • If local repo does not exist, the script clones it.
  • Rendering always uses project command pnpm run remotion:render.
  • Default output is out/procedural-fish-transparent.mov.
  • Default props file is shared/project/render-presets/default.json.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

claude-typer

No summary provided by upstream source.

Repository SourceNeeds Review
General

svg-assembly-animator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
3761Profile unavailable
Coding

Dolphindb Skills

提供 DolphinDB 数据库基础操作、量化金融、流式计算及 Python 集成四大模块,支持建库建表、因子计算、实时处理及事件研究。

Registry SourceRecently Updated
2660Profile unavailable