ai-music-generation
Generate AI music and songs with Diffrythm, Tencent Song Generation via inference.sh CLI. Models: Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media content, game soundtracks, podcasts, royalty-free music. Triggers: music generation, ai music, generate song, ai composer, text to music, song generator, create music with ai, suno alternative, udio alternative, ai song, ai soundtrack, generate soundtrack, ai jingle, music ai, bea
npx skills add majiayu000/claude-skill-registry --skill ai-music-generation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI Music Generation Generate music and songs via [inference.sh](https://inference.sh) CLI.  ## Quick Start ```bash # Install CLI curl -fsSL https://cli.inference.sh | sh && infsh login # Generate a song infsh app run infsh/diffrythm --input '{"prompt": "upbeat electronic dance track"}' ``` > **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elevated permissions or background processes. [Manual install & verification](https://dist.inference.sh/cli/checksums.txt) available. ## Available Models | Model | App ID | Best For | |-------|--------|----------| | Diffrythm | `infsh/diffrythm` | Fast song generation | | Tencent Song | `infsh/tencent-song-generation` | Full songs with vocals | ## Browse Audio Apps ```bash infsh app list --category audio ``` ## Examples ### Instrumental Track ```bash infsh app run infsh/diffrythm --input '{ "prompt": "cinematic orchestral soundtrack, epic and dramatic" }' ``` ### Song with Vocals ```bash infsh
- Quick Start
- Available Models
- Browse Audio Apps
- Examples
- Instrumental Track
- Song with Vocals
- Background Music for Video
- Podcast Intro
- Game Soundtrack
- Prompt Tips
- Use Cases
- Related Skills
- Documentation
Install CLI
curl -fsSL https://cli.inference.sh | sh && infsh login
Generate a song
infsh app run infsh/diffrythm --input '{"prompt": "upbeat electronic dance track"}'
infsh app list --category audio
infsh app run infsh/diffrythm --input '{
infsh app sample infsh/tencent-song-generation --save input.json
Edit input.json:
infsh app run infsh/tencent-song-generation --input input.json
Full platform skill (all 150+ apps)What does the ai-music-generation skill do?
Generate AI music and songs with Diffrythm, Tencent Song Generation via inference.sh CLI. Models: Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media content, game soundtracks, podcasts, royalty-free music. Triggers: music generation, ai music, generate song, ai composer, text to music, song generator, create music with ai, suno alternative, udio alternative, ai song, ai soundtrack, generate soundtrack, ai jingle, music ai, bea
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-music-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
