import-audio

Import audio files into album directories via command-line interface.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/apavanello/claude-ai-music-skills --skill import-audio-apavanello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-audio
Source: https://github.com/apavanello/claude-ai-music-skills/tree/main/skills/import-audio
Command: npx skills add https://github.com/apavanello/claude-ai-music-skills --skill import-audio-apavanello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of organizing downloaded audio files into their correct album locations with proper path structure, eliminating the need for manual file management.

Core Features & Use Cases

  • Automatic Path Resolution: Automatically moves audio files to the correct album location based on the configuration file.
  • File Type Detection: Handles various audio formats (WAV, MP3, FLAC, OGG, M4A) and stem zips.
  • Optional Track-Specific Folders: Supports optional track-specific folders for stems zip imports.
  • User-Friendly Commands: Offers simple commands for users to import audio files into their desired albums.

Quick Start

Import an audio file to the correct album location by running: /import-audio <file-path> <album-name>

Frequently Asked Questions about import-audio

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

FAQPage Schema
How do I organize downloaded audio files into album directories automatically?

Audio file organization into album directories is automated by running a simple command-line import based on a provided file path and album name. The Skill resolves the correct destination path automatically using a configuration file.

What audio formats can I import when organizing music production files?

Audio file import supports multiple formats including WAV, MP3, FLAC, OGG, and M4A. It also handles stems zip files, with optional support for creating track-specific folders during the stems import process.

Can I automatically create track-specific folders for stems zip files during audio organization?

Track-specific folders for stems zip imports are optionally supported during audio organization. When importing a stems zip file, the process can extract and route the contents into dedicated sub-folders for each track.

What's the best way to move downloaded WAV and FLAC files into their correct album locations?

The best way to move downloaded WAV and FLAC files into correct album locations is using an automated import command that reads a configuration file to resolve the proper path structure, eliminating manual file management.

Do I need a configuration file to automate audio file import into album directories?

A configuration file is required to automate audio file import because it defines the directory structure and path resolution rules. The import command relies on this configuration to determine the correct album destination for each file.