KS
Killer-Skills

music-queue-player — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Discord Agents needing advanced music queue management capabilities. This is a Discord bot i made with Typescript. It has moderation and music tools.

LucasSantana-Dev LucasSantana-Dev
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add LucasSantana-Dev/LukBot/music-queue-player

Agent Capability Analysis

The music-queue-player MCP Server by LucasSantana-Dev is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Discord Agents needing advanced music queue management capabilities.

Core Value

Empowers agents to control music playback using discord-player, enabling features like play, pause, skip, and volume adjustment via voice channel interactions and search queries with metadata.

Capabilities Granted for music-queue-player MCP Server

Automating music playlists with autoplay and repeat
Managing music queues with skip, pause, and volume controls
Debugging track or queue display issues

! Prerequisites & Limits

  • Requires discord-player library
  • Typescript implementation
  • Discord bot setup necessary
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

LukBot Music & Queue

When to use

  • Changing play, queue, skip, pause, volume, autoplay, repeat, shuffle
  • Fixing track or queue display
  • Player lifecycle, errors, or extractors

Player access

  • Use useMainPlayer() from discord-player where the player is available (e.g. after client ready).
  • Play: player.play(voiceChannel, searchResult, { nodeOptions: { metadata } }). Search via player.search(query, { requestedBy }).

Command locations

  • Play: packages/bot/src/functions/music/commands/play/ — processor, queryDetector, queueManager, spotify/youtube handlers
  • Queue: packages/bot/src/functions/music/commands/queue/ — formatter, embed, grouping, stats
  • Control: packages/bot/src/functions/music/commands/ — skip, pause, resume, remove, clear, volume, repeat, shuffle, leave, stop

Handlers

  • Player: packages/bot/src/handlers/player/ — trackHandlers, errorHandlers, lifecycleHandlers, playerFactory
  • Events: packages/bot/src/handlers/player/trackHandlers.ts and related — wire player events to replies and history

Shared state

  • Track history and recommendations: use services from @lukbot/shared (e.g. TrackHistoryService, recommendation) when persisting; do not duplicate queue state in Redis/DB beyond what shared exposes.

Validations

  • Ensure user is in a voice channel; bot has join permissions. Use existing queue/voice validators before touching queue or player.

Related Skills

Looking for an alternative to music-queue-player or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication