temp-voice

Automate temporary Discord voice channel creation and cleanup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Temporary voice channels reduce server clutter by automatically creating a private voice room when a user joins a designated create channel and deleting it when empty.

Core Features & Use Cases

  • Automatic creation of private voice channels on demand
  • Ownership-based access controls and automatic cleanup
  • Use Case: during events or gaming sessions, provide ephemeral spaces that disappear after use

Quick Start

Ask the bot to create a temporary voice channel for your group.

Frequently Asked Questions about temp-voice

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

FAQPage Schema
How do I create temporary voice channels in Discord automatically?

You can create ephemeral voice channels by joining a designated trigger channel, which automatically provisions a new voice room with ownership data and permission configurations for the user.

How does automatic deletion for empty voice channels work?

Automatic deletion works by cleaning up the temporary voice channel once all users leave. This ensures ephemeral spaces do not cause server clutter after gaming sessions or collaborative work end.

Can I set permissions for temporary Discord voice channels?

Yes, temporary Discord voice channels support permission configurations. The creator receives ownership-based access controls, allowing them to manage the private voice room during its active lifecycle.

What is the best way to manage ephemeral voice spaces for Discord events?

The best way to manage ephemeral voice spaces for events is using an automated provisioning workflow. It creates dedicated channels on demand and handles automatic cleanup when the session concludes.

Do I need coding knowledge to set up on-demand voice channels?

No coding knowledge is needed to set up on-demand voice channels. The Skill uses primitive actions and in-bot triggers to execute a deterministic workflow, requiring no manual bot coding or complex API setup.