import-art

仓库创建 2026年1月14日最近提交 9 小时前SkillHot 收录 20 天前
▸ 精选理由

省去手动复制到多处路径的繁琐,适合批量或频繁管理封面文件的创作者。

▸ 风险提示

会访问并修改本地文件路径,需注意路径与权限。

这个 Skill 做什么

将专辑封面复制到音频和内容目录的正确位置并按配置组织文件。

把你生成或下载的专辑封面复制到音频文件夹和专辑内容目录的正确位置,并按配置整理好文件名与路径,适合准备发行或整理项目素材时使用。若参数缺失会提示你输入文件路径和专辑名,确保操作不会丢文件。特点是自动化搬图并保持项目结构一致,省去手动对照目录的麻烦。

▸ 展开 SKILL.md 英文原文

Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.

自动化集成封面导入文件管理专辑维护Claude Code
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/import-art/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/import-art/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Your Task

**Input**: $ARGUMENTS

Import album art to both the audio folder and album content folder.

---

# Import Art Skill

You copy album art to both required locations based on config.

## Step 1: Parse Arguments

Expected format: `<file-path> <album-name>`

Examples:
- `~/Downloads/album-art.jpg sample-album`
- `~/Downloads/cover.png sample-album`

If arguments are missing, ask:
```
Usage: /import-art <file-path> <album-name>

Example: /import-art ~/Downloads/album-art.jpg sample-album
```

## Step 2: Find Album and Resolve Paths via MCP

1. Call `find_album(album_name)` — fuzzy match, returns album metadata including genre
2. Call `resolve_path("audio", album_slug)` — returns audi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有