import-art

Copy album art into audio and content directories using configured 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-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-art
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/import-art
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill import-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of distributing album art by placing the artwork into both the audio release directory and the content documentation directory, ensuring art is consistently available across platforms and references.

Core Features & Use Cases

  • Copy album art to both audio and content folders based on configured paths.
  • Detect and respect the artist/album/genre structure to place art in the correct subfolders.
  • Gracefully handle missing config or albums, creating directories as needed and reporting clear errors.

Quick Start

Use the import-art skill with the command: /import-art <file-path> <album-name> to copy album art to both locations. Example: /import-art ~/Downloads/cover.jpg sample-album

Frequently Asked Questions about import-art

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

FAQPage Schema
How do I copy album art to both audio and content folders automatically?

To copy album art to both audio and content folders, use the import-art command with a file path and album name. The skill reads your config.yaml, resolves the artist and genre from your content tree, and places the image in both directory structures.

What's the best way to organize album art in a music workspace with artist and genre subfolders?

Organizing album art in a music workspace requires resolving artist, album, and genre from the content tree. This skill copies the source image to the audio release directory and the content documentation directory, creating necessary subfolders automatically.

Do I need a config.yaml file to import album art into my music directory?

Yes, you need a config.yaml file to import album art. The skill reads ~/.bitwize-music/config.yaml to locate your audio_root and content_root paths, and it reports a clear error if the config is missing.

Why does album art import fail when the album is missing from the content tree?

Album art import fails when the album is missing because the skill resolves the artist, album, and genre from the existing content tree structure. It handles missing albums by reporting clear errors rather than guessing the destination path.

Can I import different image formats like JPG and PNG as album art?

Yes, you can import different image formats as album art. The skill copies the source image to the audio directory as album.png and places it in the content folder as album-art with the original file extension.

Does the album art importer create directories if they don't exist?

Yes, the album art importer creates directories as needed. When copying the source image to both the audio and content folder destinations, it automatically generates the required artist, album, and genre subdirectories.