music-queue

Manage song request queues, voting, and now-playing displays.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/adraalabs/skills --skill music-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-queue
Source: https://github.com/adraalabs/skills/tree/main/music-queue
Command: npx skills add https://github.com/adraalabs/skills --skill music-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a deterministic way to manage song requests, voting, and now-playing information without actually playing audio, helping communities coordinate music sessions within chat bots.

Core Features & Use Cases

  • Song request submissions and queue management
  • Live now-playing display and per-song voting
  • Skip voting workflow to advance the queue
  • Works for listening parties, DJ sessions, and casual group chats

Quick Start

Ask the bot to create and display a music queue for your chat, and start accepting song requests.

Frequently Asked Questions about music-queue

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

FAQPage Schema
How do I manage a song request queue for a Discord music bot without playing audio directly?

To manage a song request queue without playing audio, you can track song submissions, store incremental IDs, and update the now-playing display. This allows communities to coordinate music sessions within chat bots deterministically.

Can I set up a skip voting workflow for a Telegram listening party?

Yes, you can set up a skip voting workflow for a Telegram listening party. The system tracks per-song votes and handles skip logic to advance the queue, helping group chats decide when to move to the next track.

Does this music queue bot support live now-playing display and per-song voting?

Yes, the music queue bot supports a live now-playing display and per-song voting. It manages the request queue by storing songs, tracking votes, and updating the current track information for DJ sessions.

What is the best way to handle song submissions and queue management for casual group chats?

The best way to handle song submissions and queue management for casual group chats is using a deterministic text-based system. It accepts requests, assigns incremental IDs, and displays the queue without needing audio playback integration.

Are there limitations to using a text-based music queue for DJ events?

The main limitation of using this text-based music queue for DJ events is that it does not play audio. It strictly handles queue management, voting, and now-playing information, meaning you need a separate audio player for sound.