channels

Create, edit, and delete Discord channels and categories with configurable options.

4|4|Updated Dec 30, 2024
One-click install
npx skills add https://github.com/purduehackers/wack-hacker --skill channels-purduehackers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channels
Source: https://github.com/purduehackers/wack-hacker/tree/main/src/lib/ai/agents/discord/prompts/skills/channels
Command: npx skills add https://github.com/purduehackers/wack-hacker --skill channels-purduehackers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation, modification, and deletion of Discord channels and categories, simplifying server organization and management.

Core Features & Use Cases

  • Channel Creation: Create various channel types (text, voice, category, etc.) with specific configurations.
  • Channel Editing: Modify channel names, topics, NSFW status, slowmode, and move them between categories.
  • Channel Deletion: Safely remove channels and categories after user confirmation.
  • Use Case: A server administrator needs to create a new "Events" category and then add a "meetups" text channel within it.

Quick Start

Create a new voice channel named 'Gaming Lounge' under the 'Social' category.

Frequently Asked Questions about channels

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

FAQPage Schema
How do I create a Discord channel and configure settings like slowmode or NSFW flags?

To create a Discord channel, use the create_channel tool to specify the type, name, and configurations such as topic, NSFW flags, slowmode, and parent category. You can create text, voice, announcement, forum, and stage channels.

Can I move an existing Discord channel to a different category?

Yes, you can move a Discord channel to a different category by using the edit_channel tool to update its parent category. This tool also allows you to modify channel names, topics, and NSFW status.

What is the process for deleting Discord channels and categories safely?

Deleting Discord channels and categories is handled by the delete_channel tool, which safely removes them after user confirmation. This ensures server organization changes are deterministic and intentional.

Does this method support creating all Discord channel types like forum and stage?

Yes, Discord channel creation supports text, voice, category, announcement, forum, and stage channel types. You can configure specific options like topics and slowmode for each channel during creation.

What's the best way to organize a Discord server with multiple new categories and text channels?

The best way to organize a Discord server is to use the create_channel tool to establish parent categories first, then create text or voice channels within them. This streamlines server management and hierarchical organization.