Agent skill · Content & Marketing

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

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: Bash(infsh*)
Path: skills/ai-ml/ai-music-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Music Generation Generate music and songs via [inference.sh](https://inference.sh) CLI. ![AI Music Generation](https://cloud.inference.sh/u/4mg21r6ta37mpaz6ktzwtt8krr/01jz01qvx0gdcyvhvhpfjjb6s4.png) ## 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

What's inside
Steps it walks through
  1. Quick Start
  2. Available Models
  3. Browse Audio Apps
  4. Examples
  5. Instrumental Track
  6. Song with Vocals
  7. Background Music for Video
  8. Podcast Intro
  9. Game Soundtrack
  10. Prompt Tips
  11. Use Cases
  12. Related Skills
  13. Documentation
Ships with 1 file
  • metadata.json
Commands it runs
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)
More from claude-skill-registry
All skills →
About this skill
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.

Keep going