import-audio
仓库创建 2026年1月14日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由
自动整理音频文件到规范路径,减少手工重命名与归档工作。
▸ 风险提示
会移动本地音频文件,需确认目标路径和备份策略。
这个 Skill 做什么
将下载的音频文件移动到按专辑和轨道组织的正确音频目录位置。
把下载到本地的 WAV、MP3 等音频文件按专辑和轨道搬到正确的音频目录,建立或更新合适的路径结构,保证文件在项目中的位置正确。适合从 Suno 或其他来源下载后需要整理到项目库、避免文件混乱时用。特别会处理主轨与 stems 的归档逻辑,减少手动搬移和路径出错的概率。
▸ 展开 SKILL.md 英文原文
Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/import-audio/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/import-audio/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Your Task **Input**: $ARGUMENTS Import an audio file (WAV, MP3, etc.) to the correct album location based on config. --- # Import Audio Skill You move audio files to the correct location in the user's audio directory. ## Step 1: Parse Arguments Expected format: `<file-path> <album-name> [track-slug]` The `track-slug` is optional — only needed for stems zip imports when the track can't be inferred from the filename. Examples: - `~/Downloads/track.wav sample-album` - `~/Downloads/03-t-day-beach.wav sample-album` - `~/Downloads/stems.zip sample-album 01-first-taste` If arguments are missing, ask: ``` Usage: /import-audio <file-path> <album-name> [track-slug] Examples: /import-au
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有