What problem does it solve?
It centralizes all environment management for the chengfeng-videocut plugin—verifying Skills are up to date, installing and health-checking the Runtime—so business Skills never carry their own environment logic and users never run剪辑 tasks against a broken or outdated setup.
Core Features & Use Cases
- Readiness Check: A three-step gate (locate plugin cache, check Skills freshness, verify Runtime compatibility) that returns one of three states: ready, needs new session, or stop.
- Trusted Update Activation: Updates require explicit user confirmation of version, snapshot revision, content revision, and SHA-256 checksum, with isolated staging, CAS re-verification, and automatic rollback on failure.
- Runtime Install & Doctor: Installs the Runtime from pinned GitHub Releases with SHA-256 verification and runs a full diagnostic report covering dependencies like Bun, FFmpeg, Node.js, and Chrome.
- Use Case: A user says "检查更新" before editing; the Skill verifies the plugin cache identity, discovers candidate updates in an isolated temporary CODEX_HOME, presents the provenance proof, and only activates after explicit confirmation.
Quick Start
Ask the agent to check whether the chengfeng-videocut editing environment is ready and whether any trusted updates are available, without activating anything yet.