acestep

Generate, edit, and remix music via the ACE-Step API.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/nerdpudding/ACE-Step-1.5 --skill acestep-nerdpudding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acestep
Source: https://github.com/nerdpudding/ACE-Step-1.5/tree/main/_original_repo_old/OLD_CLAUD%20SKILLS/skills/acestep
Command: npx skills add https://github.com/nerdpudding/ACE-Step-1.5 --skill acestep-nerdpudding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This skill enables developers and creators to generate music, edit songs, and remix audio by calling the ACE-Step API.

Core Features & Use Cases

  • ACE-Step API integration for text-to-music, lyric generation, audio continuation, and repainting.
  • Script-driven workflows using scripts/acestep.sh for deterministic tasks with curl and jq.
  • Use Case: Generate a new song from a caption and lyrics, or continue an existing track.

Quick Start

  1. Ensure the ACE-Step API service is running (local or remote).
  2. Run a sample generation: ./scripts/acestep.sh generate -c "Electronic pop" -l "[Verse] Your complete lyrics here ... [Chorus] ..." --duration 60 This will produce audio files in the acestep_output directory.

Frequently Asked Questions about acestep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate music from text and lyrics using the ACE-Step API?

To generate music from text and lyrics, run the acestep.sh script with the generate command, passing your caption via -c and lyrics via -l. This calls the ACE-Step API to produce audio files in the acestep_output directory.

Can I continue an existing audio track or remix a song via command line?

Yes, you can continue an existing audio track or remix a song via command line by executing the acestep.sh script. It supports audio continuation and audio repainting by calling the ACE-Step API.

Do I need curl and jq to run text-to-music workflows with ACE-Step?

Yes, you need curl and jq installed to run text-to-music workflows with ACE-Step. The script-driven workflows rely on these standard command-line tools to interact with the ACE-Step API and process JSON responses.

What is required to set up the ACE-Step API for local music generation?

To set up the ACE-Step API for local music generation, you must ensure the ACE-Step API service is running locally or remotely. You then execute the shell script to handle generation, editing, and remixing tasks.

Does ACE-Step support lyric generation and audio repainting for creative workflows?

Yes, ACE-Step supports lyric generation and audio repainting for creative workflows. The API integration enables users to generate new lyrics, edit songs, repaint audio sections, and continue existing tracks.