Agent skill · software engineering · aaaaqwq
videocut:安装
环境准备。安装依赖、配置 API Key、验证环境。触发词:安装、环境准备、初始化
Why this skill is useful
Adds installation scripts and API configuration steps for the Volcengine speech recognition service that the AI wouldn't reliably generate on its own.
What it needs
Requires ffmpeg, node installed locally. Requires volcengine account access. About 1k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.
What this skill does
<!-- input: 无 output: 环境就绪 pos: 前置 skill,首次使用前运行 架构守护者:一旦我被修改,请同步更新: 1. ../README.md 的 Skill 清单 2. /CLAUDE.md 路由表 --> 安装 首次使用前的环境准备 快速使用 依赖清单 依赖 用途 安装命令 ------ ------ ---------- Node.js 运行脚本 brew install node FFmpeg 视频剪辑 brew install ffmpeg curl API 调用 系统自带 API 配置 火山引擎语音识别 控制台:https://console.volcengine.com/speech/new/experience/asr?projectName=default 1. 注册火山引擎账号 2. 开通语音识别服务 3. 获取 API Key 配置到项目目录 .claude/skills/.env: 安装流程 执行步骤 1. 安装依赖 2. 配置 API Key 3. 验证环境 常见问题 Q1: API Key 在哪获取? 火山引擎控制台 → 语音技术 → 语音识别 → API Key Q2: ffmpeg 命令找不到 Q3: 文件名含冒号报错 FFmpeg 命令需加 file: 前缀:
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills aaaaqwq/videocut-setup