ai-music-and-audio-tools

ai-music-and-audio-tools is a skill for Codex from howdeploy/kisa-stack. It costs 33 tokens per session (594 once invoked), scanned A, original, MIT.

A collection of methods for creating, writing, and examining music and other audio with AI tools. It includes songwriting, music prompts, local music generation, and visual views of audio features such as pitch and tone patterns.

In plain words
What is it for?
Use it to write lyrics, song structures, and music prompts; generate songs or background audio with tools such as Suno, HeartMuLa, AudioCraft, or MusicGen; and inspect audio with spectrograms.
Why use it?
It gives one place for different music and audio tasks instead of treating lyric writing, generation, and analysis as unrelated problems. It also highlights compatibility and hardware checks for local tools.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to write lyrics, song structures, and music prompts; generate songs or background audio with tools such as Suno, HeartMuLa, AudioCraft, or MusicGen; and inspect audio with spectrograms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/howdeploy/kisa-stack/ai-music-and-audio-tools
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 howdeploy/kisa-stack --skill ai-music-and-audio-tools
Clone the repo
git clone --depth 1 https://github.com/howdeploy/kisa-stack

Made for: 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 ai-music-and-audio-tools

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/howdeploy/kisa-stack/ai-music-and-audio-tools"><img src="https://agentmods.dev/badge/skills/howdeploy/kisa-stack/ai-music-and-audio-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 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.00033 $0.00594
Opus 5 $0.00016 $0.00297
Sonnet 5 $0.00007 $0.00119
Haiku 4.5 $0.00003 $0.00059

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

Security

Grade A, and why

ai-music-and-audio-tools 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 9d 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.

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.

skills/ai-music-and-audio-tools/SKILL.md · 71 lines

How it starts

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

AI Music and Audio Tools

Overview

This umbrella covers music/audio creation and analysis workflows: lyric writing, Suno-style prompt engineering, HeartMuLa generation, AudioCraft/MusicGen-style local generation, and audio feature visualization such as mel/chroma/MFCC spectrograms.

When to Use

  • The user asks for lyrics, song structure, rhyme/meter, parody, or musical prompt writing.
  • The user asks to generate music or background audio with AI tools.
  • The user asks about HeartMuLa, AudioCraft, MusicGen, or Suno-like prompts.
  • The user asks to visualize or inspect audio features.

Songwriting and Prompting

  • Start with genre, mood, tempo, vocalist/instrumentation, structure, and emotional arc.
  • Use bracketed metatags only when the target generator supports them.
  • Keep lyrics singable: meter, stresses, repetition, and contrast matter more than clever prose.
  • For background music, avoid lyrical hooks unless requested.

Generation Tools

HeartMuLa

  • Treat as a local generation stack with installation, Python-version, and dependency compatibility constraints.
  • Verify hardware and patched dependencies before promising generation.

AudioCraft / MusicGen

  • Check GPU/CPU feasibility and model size.
  • Generate short previews first; longer outputs may need batching or stitching.
  • Save outputs with clear filenames and report real paths.

Suno-style prompting

  • Separate style/genre description from lyrics when the UI/API expects separate fields.
  • Include arrangement cues such as intro, verse, chorus, bridge, drop, outro, and instrumentation.

Audio Feature Visualization

  • Use spectrogram/feature tools for mel, chroma, MFCC, waveform, or analysis plots.
  • Confirm sample rate and channels before interpreting output.
  • Present generated images/audio paths, not just descriptions.

Common Pitfalls

  1. Writing text that looks poetic but cannot be sung.
  2. Ignoring generator-specific field limits or metatag syntax.
  3. Starting a heavy generation job without checking hardware/dependencies.
  4. Treating a failed/partial render as a completed audio file.
  5. Overstating what feature visualizations prove musically.

Read the full file on GitHub · 71 lines

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. 9d ago First seen · 71 lines · 33 tokens per session scan A fea62f4227b1

Subscribe to this mod's changes

ai-music-and-audio-tools is a skill published in the GitHub repository howdeploy/kisa-stack (30 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 594 once invoked, about $0.0002 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens