
from skills54
Operate and manage the bundled PV Tool kinetic-typography app: run dev server, build production bundles, preview builds, and manage lyric/video templates with a
The PV Tool Operator skill provides step-by-step procedures to bootstrap, run, build, and preview a vendored kinetic typography web app (pv-tool). The agent can start dev servers, produce production builds, report local URLs, and assist with template and export workflows for lyric videos and motion-graphics text overlays. It also surfaces license restrictions and runtime requirements.
Use this skill whenever a user requests to run, preview, build, or experiment with the PV Tool app — for lyric-video creation, promotional videos, or motion-graphics prototypes. The agent should run the provided scripts (bootstrap/dev/build/preview) and report the resulting URLs or build outputs.
Works with agents that can run system commands and manage long-running processes (e.g., Copilot/Codex/GitHub Actions style runners, Claude Code). The skill expects Node.js 20+ and npm.
PV Tool is a kinetic-typography skill for creating lyric and promotional videos. Scripts are well-structured with proper error handling, shellcheck directives, and shared logic in common.sh. Test failures are expected — they depend on the vendored app/ directory and npm dependencies that aren't present in the audit sandbox. No security concerns found; all operations are standard Node.js build workflows.
Clean skill with good engineering practices. The non-commercial license is worth flagging but not a security concern. Shell scripts use set -euo pipefail, proper quoting, and defensive checks. No network calls beyond npm registry.