MOODY 艺术家大满贯录入 Skill
Automates the retrieval of artist discographies and metadata from the iTunes API for database initialization.
Install
mkdir -p .claude/skills/moody-skill && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9811" && unzip -o skill.zip -d .claude/skills/moody-skill && rm skill.zipInstalls to .claude/skills/moody-skill
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
一键通过 iTunes API 录入指定艺术家的完整名录(专辑、歌曲骨架),支持自定义分类与抓取区。Key capabilities
- →Fetch artist discography via iTunes API
- →Support region-specific metadata retrieval
- →Populate database with artist and album placeholders
How it works
The skill calls an internal metadata sync API with the artist name and region to retrieve and store a skeleton of the artist's catalog.
Inputs & outputs
When to use MOODY 艺术家大满贯录入 Skill
- →Batch importing artist discographies
- →Populating database placeholders for new music service entries
- →Aligning metadata before music file processing
About this skill
MOODY 艺术家大满贯录入 Skill
适用场景
当你需要为一个新歌手建立完整的“名录占位符”以便后续治理歌曲时使用。
执行流程
-
信息确认:
- 确定艺术家名称。
- 确定目标分类(如:港台、华语、欧美、摇滚、R&B)。
- 确定抓取区域(默认
cn,港台歌手建议用hk或tw以获取更全的名录)。
-
调用同步接口: 使用
curl或脚本调用后端的增强型同步接口:GET /api/metadata/sync?artist={Name}®ion={Region}&country={Country} -
结果验证:
- 检查返回的 JSON 中
results的数量。 - 确认数据库中
artists表已新增该条目。
- 检查返回的 JSON 中
-
后续建议:
- 引导用户执行音频文件治理以对齐物理文件。
注意事项
- 本 Skill 仅同步“名录骨架”,不会下载实际音频。
- iTunes API 有频率限制,请勿短时间内大规模并发。
- 如果不指定
region,系统将根据 iTunes 标签尝试自动归类。
When not to use it
- →Downloading actual audio files
- →High-frequency concurrent requests
Prerequisites
Limitations
- →Does not download audio files
- →Subject to iTunes API rate limits
How it compares
This automates the creation of database placeholders for music metadata instead of manual entry.
Compared to similar skills
MOODY 艺术家大满贯录入 Skill side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| MOODY 艺术家大满贯录入 Skill (this skill) | 0 | 5mo | Review | Beginner |
| estoque-inventory | 0 | 1mo | Review | Beginner |
| motherduck-partner-delivery | 0 | 1mo | Review | Advanced |
| azure-data-explorer | 0 | 1mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
estoque-inventory
migueldsants
Gerencia o inventário do mini-ERP Estoque — listar/buscar itens, criar/editar, ajustar quantidade, sinalizar estoque baixo e somar totais via a API REST local.
motherduck-partner-delivery
motherduckdb
Deliver repeatable MotherDuck architectures across multiple clients. Use when a consultancy, agency, or multi-client product team needs to standardize isolation, provisioning, regional deployment, sharing boundaries, and client-specific exceptions across client engagements.
azure-data-explorer
vinodrex
Expert knowledge for Azure Data Explorer development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when configuring ADX clusters, KQL/T-SQL queries, ingestion p
pinax-api
pinax-network
>
data
salazarsebas
Querying Stellar chain data via Stellar RPC (preferred) and Horizon (legacy). Covers RPC JSON-RPC methods, Horizon REST endpoints, streaming, pagination, historical queries, Hubble/Galexie for deep history, and the RPC/Horizon migration story. Use when reading balances, transactions, operations, led
backend-development
skillcreatorai
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.