videocut:安装

Set up videocut dependencies and download models for offline operation.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/0xFANGO/voce-over-skills --skill videocut-0xfango
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: videocut:安装
Source: https://github.com/0xFANGO/voce-over-skills/tree/main/%E5%AE%89%E8%A3%85
Command: npx skills add https://github.com/0xFANGO/voce-over-skills --skill videocut-0xfango

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill handles the initial environment preparation for videocut, including installing system dependencies, Python packages, and downloading required models.

Core Features & Use Cases

  • Environment setup: Install Python, Node.js, FFmpeg, and other system tools; verify versions.
  • Dependency installation: Install funasr and modelscope, and any required Python packages.
  • Model download & verification: Download necessary models to ~/.cache/modelscope and verify readiness for local operation.

Quick Start

Run the quick install to prepare your environment.

Frequently Asked Questions about videocut:安装

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a local environment for videocut on macOS and Linux?

Set up a local videocut environment by running the quick install script, which uses brew or apt to install Python, Node.js, and FFmpeg, then verifies all system dependencies meet required versions.

Do I need Python 3.8 or higher to install funasr and modelscope for offline operation?

Yes, you need Python 3.8 or higher because the environment setup enforces this version requirement to properly install funasr, modelscope, and other required Python packages for offline operation.

How do I download and verify FunASR models to the modelscope cache directory?

Download and verify FunASR models by running the setup process, which retrieves necessary models to the ~/.cache/modelscope directory and runs a verification script to ensure readiness for local operation.

What system dependencies are required to prepare Node.js and FFmpeg for video processing?

Preparing Node.js and FFmpeg requires system dependencies like Python, Node.js, and FFmpeg, which are installed via brew on macOS or apt on Linux to enable local videocut operation.

Why does the videocut environment setup fail to verify readiness after model download?

The videocut environment setup verification may fail if Python is below version 3.8, system dependencies are missing, or models did not correctly download to the ~/.cache/modelscope directory for local operation.