music-catalog

music-catalog is a skill for Claude Code, Codex from Vinist123/zhuling. It costs 16 tokens per session (140 once invoked), scanned A, original, Apache-2.0.

A lookup tool for a built-in, fixed catalogue of singers and songs. It can answer only from the catalogue included with the skill.

In plain words
What is it for?
Use it to search the catalogue by singer name. The required script returns the matching information as JSON.
Why use it?
It prevents answers from being made up or drawn from unapproved sources. When a singer or song is missing, the result must say that it was not found.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search the catalogue by singer name. The required script returns the matching information as JSON.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vinist123/zhuling/music-catalog
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Vinist123/zhuling --skill music-catalog
Clone the repo
git clone --depth 1 https://github.com/Vinist123/zhuling

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for music-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/vinist123/zhuling/music-catalog/github.svg)](https://agentmods.dev/skills/vinist123/zhuling/music-catalog)
Your own site
<a href="https://agentmods.dev/skills/vinist123/zhuling/music-catalog"><img src="https://agentmods.dev/badge/skills/vinist123/zhuling/music-catalog/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for music-catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/vinist123/zhuling/music-catalog"><img src="https://agentmods.dev/badge/skills/vinist123/zhuling/music-catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00140
Opus 5 $0.00008 $0.00070
Sonnet 5 $0.00003 $0.00028
Haiku 4.5 $0.00002 $0.00014

Measured 10d ago against content hash 22e97907a061, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

music-catalog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/find-by-artist.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

zhuling-app/src/main/resources/agent-config/skills/music-catalog/SKILL.md · 17 lines

What it actually says

音乐目录查询

只可使用本 Skill 包内的静态歌曲目录回答音乐查询,未查询到时必须明确说明。

查询歌手歌曲时:

  1. 调用 execute_skill_script
  2. 使用 skillName: "music-catalog"
  3. 使用 scriptPath: "scripts/find-by-artist.py"
  4. arguments 只传一个歌手名称字符串,例如 ["林俊杰"]
  5. 根据脚本返回的 JSON 回答,不得编造目录中不存在的歌曲。
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 17 lines · 16 tokens per session scan A 22e97907a061

Subscribe to this mod's changes

music-catalog is a skill published in the GitHub repository Vinist123/zhuling (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 140 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nano-banana-pro

Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). Use when the user asks to create an image, generate a picture, produce AI-generated artwork, edit a photo, compose multiple images, or upscale an image to higher resolution. Supports text-to-image generation, single-image editing, and multi-image…

elizaOS/eliza · 74 tokens

spotify-player

Terminal Spotify playback/search via spogo (preferred) or spotifyplayer. Use when the user asks to play music, search for a song, skip a track, pause playback, check what is currently playing, control Spotify, list audio devices, or manage a Spotify queue from the terminal.

elizaOS/eliza · 60 tokens

blucli

BluOS CLI (blu) for discovery, playback, grouping, and volume control of Bluesound and NAD speakers. Use when the user wants to play music, stream audio, control speakers, adjust volume, group or ungroup Bluesound players, search TuneIn radio, or manage multi-room streaming setups.

elizaOS/eliza · 64 tokens

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.

bytedance/deer-flow · 44 tokens

image-generation

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance/deer-flow · 42 tokens

podcast-generation

Use this skill when the user requests to generate, create, or produce podcasts from text content. Converts written content into a two-host conversational podcast audio format with natural dialogue.

bytedance/deer-flow · 38 tokens