acestep-lyrics-transcription

acestep-lyrics-transcription is a skill for Claude Code from timoncool/ACE-Step-Studio. It costs 62 tokens per session (1,906 once invoked), scanned A, original, MIT.

An audio transcription tool that turns songs or other audio into lyrics with time markers, using OpenAI Whisper or ElevenLabs Scribe.

In plain words
What is it for?
Use it to create LRC lyric files, SRT subtitles, or JSON transcripts with word-level timestamps from audio.
Why use it?
It removes the need to type lyrics and timing by hand. The result can show when each line or word occurs in the recording.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument; mentions Codex.

Good fit Use it to create LRC lyric files, SRT subtitles, or JSON transcripts with word-level timestamps from audio.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timoncool/ace-step-studio/acestep-lyrics-transcription
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 timoncool/ACE-Step-Studio --skill acestep-lyrics-transcription
Clone the repo
git clone --depth 1 https://github.com/timoncool/ACE-Step-Studio

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 acestep-lyrics-transcription

README.md
[![agentmods](https://agentmods.dev/badge/skills/timoncool/ace-step-studio/acestep-lyrics-transcription/github.svg)](https://agentmods.dev/skills/timoncool/ace-step-studio/acestep-lyrics-transcription)
Your own site
<a href="https://agentmods.dev/skills/timoncool/ace-step-studio/acestep-lyrics-transcription"><img src="https://agentmods.dev/badge/skills/timoncool/ace-step-studio/acestep-lyrics-transcription/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 acestep-lyrics-transcription

Your own site · 80×15
<a href="https://agentmods.dev/skills/timoncool/ace-step-studio/acestep-lyrics-transcription"><img src="https://agentmods.dev/badge/skills/timoncool/ace-step-studio/acestep-lyrics-transcription.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,906 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 40
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Data Exfiltration · line 142
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 145
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.00062 $0.01906
Opus 5 $0.00031 $0.00953
Sonnet 5 $0.00012 $0.00381
Haiku 4.5 $0.00006 $0.00191

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

Security

Grade A, and why

acestep-lyrics-transcription 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/acestep-lyrics-transcription.sh), 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.

Makes network callslowCapability

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

- curl, jq, python3 (or python)
ACE-Step-1.5/.claude/skills/acestep-lyrics-transcription/SKILL.md · 174 lines

How it starts

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

Lyrics Transcription Skill

Transcribe audio files to timestamped lyrics (LRC/SRT/JSON) via OpenAI Whisper or ElevenLabs Scribe API.

API Key Setup Guide

Before transcribing, you MUST check whether the user's API key is configured. Run the following command to check:

cd "{project_root}/{.claude or .codex}/skills/acestep-lyrics-transcription/" && bash ./scripts/acestep-lyrics-transcription.sh config --check-key

This command only reports whether the active provider's API key is set or empty — it does NOT print the actual key value. NEVER read or display the user's API key content. Do not use config --get on key fields or read config.json directly. The config --list command is safe — it automatically masks API keys as *** in output.

If the command reports the key is empty, you MUST stop and guide the user to configure it before proceeding. Do NOT attempt transcription without a valid key — it will fail.

Use AskUserQuestion to ask the user to provide their API key, with the following options and guidance:

  1. Tell the user which provider is currently active (openai or elevenlabs) and that its API key is not configured. Explain that transcription cannot proceed without it.
  2. Provide clear instructions on where to obtain a key:
  3. Also offer the option to switch to the other provider if they already have a key for it.
  4. Once the user provides the key, configure it using:
    cd "{project_root}/{.claude or .codex}/skills/acestep-lyrics-transcription/" && bash ./scripts/acestep-lyrics-transcription.sh config --set <provider>.api_key <KEY>
    
  5. If the user wants to switch providers, also run:
    cd "{project_root}/{.claude or .codex}/skills/acestep-lyrics-transcription/" && bash ./scripts/acestep-lyrics-transcription.sh config --set provider <provider_name>
    
  6. After configuring, re-run config --check-key to verify the key is set before proceeding.

Read the full file on GitHub · 174 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. 12d ago First seen · 174 lines · 62 tokens per session scan A 8639bcbd5177

Subscribe to this mod's changes

acestep-lyrics-transcription is a skill published in the GitHub repository timoncool/ACE-Step-Studio (340 stars, last pushed 4d ago), licensed MIT. It adds 62 tokens to every session and 1,906 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

claude-music

Music production suite using ACE-Step 1.5 via Python API. Routes /music commands for generation, cover, repaint, compose, analyze, export, enhance, random, and LoRA training. 50+ languages, up to 10-minute tracks, 48kHz stereo.

AgriciDaniel/claude-music · 63 tokens

claude-music-cover

Creates cover versions and style transfers of existing songs using ACE-Step 1.5. Takes a reference audio file and generates a new version with different style, genre, or vocal characteristics while preserving musical structure.

AgriciDaniel/claude-music · 47 tokens

claude-music-enhance

Post-processing for generated music. Default path is FFmpeg loudness normalization (fast, CPU-only). Escape hatches: AI vocal denoise for artifacts, stem separation for surgical edits. Both escape-hatch paths reuse tooling from the claude-video skill.

AgriciDaniel/claude-music · 58 tokens

claude-music-export

Exports music for specific platforms with optimal format, loudness, and metadata. Supports Spotify, Apple Music, YouTube, TikTok, podcast, CD, streaming, and archive formats. Uses FFmpeg for loudness normalization, format conversion, and metadata tagging.

AgriciDaniel/claude-music · 58 tokens

claude-music-lora

LoRA and LoKr fine-tuning for ACE-Step 1.5. Trains custom styles from 3-10 songs, manages trained adapters, and applies them during generation. Uses ACE-Step's built-in training pipeline.

AgriciDaniel/claude-music · 53 tokens

claude-music-random

Quick random music generation with smart genre defaults. Picks a random genre, crafts an appropriate caption, and generates with draft quality for fast exploration.

AgriciDaniel/claude-music · 35 tokens