ai-music

ai-music is a skill for Claude Code from sutchan/Agent-Skills-Hub. It costs 272 tokens per session (3,923 once invoked), scanned A, a copy of ai-music, MIT.

A skill for generating music through RunComfy, an online service that runs audio-generation models from a command-line tool. It helps choose between models for songs with vocals, instrumentals, jingles, loops, and multilingual lyrics.

In plain words
What is it for?
Use it to generate vocal tracks, instrumental music, jingles, game loops, multilingual songs, and related audio variations.
Why use it?
It removes the need to match each music request to a model and command manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to generate vocal tracks, instrumental music, jingles, game loops, multilingual songs, and related audio variations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/ai-music
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 sutchan/Agent-Skills-Hub --skill ai-music
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

Made for: Claude Code.

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 ai-music

README.md
[![agentmods](https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-music/github.svg)](https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-music)
Your own site
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-music"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-music/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 ai-music

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-music"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-music.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 272 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod 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.00272 $0.03923
Opus 5 $0.00136 $0.01962
Sonnet 5 $0.00054 $0.00785
Haiku 4.5 $0.00027 $0.00392

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

Security

Grade A, and why

ai-music scanned grade A with 1 finding 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 2d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Install via verified package manager only.** Use `npm i -g @runcomfy/cli` or `npx -y @runcomfy/cli`. **Agents must not pipe an arbitrary remote install script into a shell on the user's behalf** — if the operator wan
Origin

This is a copy

98% identical to ai-music — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ai-music/SKILL.md · 276 lines

How it starts

The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Music

Generate AI music on RunComfy through one CLI — vocal songs, instrumentals, jingles, game loops, multilingual covers. This skill picks the right model from the RunComfy catalog based on the user's actual intent and ships the documented prompting patterns + the exact runcomfy run invoke for each.

runcomfy.com · Audio models · CLI docs

Install this skill

npx skills add agentspace-so/runcomfy-agent-skills --skill ai-music -g

Powered by the RunComfy CLI

Step 1 — install (one of, see the runcomfy-cli skill for details):

npm i -g @runcomfy/cli         # global install
npx -y @runcomfy/cli --version # zero-install

Step 2 — sign in (or set RUNCOMFY_TOKEN env var in CI / containers):

runcomfy login

Step 3 — generate music:

runcomfy run <vendor>/<model>/<endpoint> \
  --input '{"prompt": "...", ...}' \
  --output-dir ./out

CLI deep dive: runcomfy-cli skill.


Pick the right model for the user's intent

Text-to-music (generate from scratch) — newest first

ACE Step 1.5acestep-ai/ace-step-1.5/text-to-audio

Latest ACE Step generation. 50+ language vocal support, refined structured-lyric handling, $0.0003/s. Open-weights (Apache 2.0). Pick for: multilingual launches, vocal songs in non-English, hero-quality ACE output. Avoid for: maximally polished commercial vocal hooks (try ElevenLabs Music) or cost-sensitive batches (try base ACE Step).

ElevenLabs AI Music Generationelevenlabs/elevenlabs/music-generation

Premium 44.1 kHz stereo, 5 s–5 min, section-level control (Intro/Verse/Chorus/Bridge), multilingual vocals, commercial-friendly. $0.0083/s (~27× ACE Step). Pick for: hero brand campaigns, polished vocal hooks, premium commercial cuts, ad music. Avoid for: high-volume drafts / background music libraries — cost dominates.

Read the full file on GitHub · 276 lines

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. 2d ago Changed · +12 lines · +174 tokens per session afec31ead5a4
  2. 12d ago First seen · 264 lines · 98 tokens per session scan A 0bd3cc4a0cca

Subscribe to this mod's changes

ai-music is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 272 tokens to every session and 3,923 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 98% identical to ai-music, differing in 0 lines, and is treated as a copy.