import-audio

Move audio files into configured album directories using config.yaml paths.

408|97|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill import-audio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-audio
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/import-audio
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill import-audio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates moving audio files into the correct album directory based on user configuration, eliminating manual file-wrangling and ensuring consistent library organization.

Core Features & Use Cases

  • Read config.yaml to derive paths.audio_root and artist.name for destination construction.
  • Construct and create the destination path as {audio_root}/{artist}/{album}/{filename}, then move the file.
  • Support common audio formats (WAV, MP3, FLAC, OGG, M4A) with MP3 fallback handling and informative feedback.

Quick Start

Import an audio file to its album folder using the command below.

Example:

  • /import-audio ~/Downloads/03-t-day-beach.wav sample-album

Frequently Asked Questions about import-audio

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

FAQPage Schema
How do I automatically move audio files into album folders?

To move audio files into album folders automatically, this skill reads your config.yaml for the audio root and artist name, constructs the {audio_root}/{artist}/{album}/{filename} path, creates missing directories, and executes the file move.

What audio formats are supported when organizing downloaded files into albums?

Organizing downloaded files supports common audio formats including WAV, MP3, FLAC, OGG, and M4A, applying MP3 fallback handling and providing informative feedback during the file move process.

Do I need a config.yaml to organize my Suno exports into a scalable library?

Yes, audio organization requires a ~/.bitwize-music/config.yaml file containing paths.audio_root and artist.name to construct the correct destination directory for your Suno exports.

What is the best way to structure a scalable audio library across multiple albums?

Structuring a scalable audio library involves moving files into a {audio_root}/{artist}/{album}/{filename} directory hierarchy, which this skill automates by reading your configuration and creating missing directories.

How does this audio organization skill handle missing destination directories?

Audio organization handles missing destination directories by automatically creating the required {audio_root}/{artist}/{album} folder structure before moving the audio file, while managing common move errors.