discord-create-channel

Create Discord guild channels via API with type, naming, and permission options.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill discord-create-channel-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-create-channel
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/discord-create-channel
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill discord-create-channel-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and organizing Discord channels manually is slow and error-prone, especially when you need specific channel types, topics, categories, or permission overwrites.

Core Features & Use Cases

  • Creates multiple Discord channel types: text, voice, announcement, stage, and categories via Discord API v10.
  • Supports server organization: place channels inside existing categories using parent_id.
  • Enables controlled access: optionally apply permission_overwrites and NSFW settings during creation.
  • Use Case: Set up a new “moderators-only” text channel inside an existing server with custom role-based visibility and a clear purpose in the topic.

Quick Start

Create a text channel named "general-updates" in guild 123456789012345678 with topic "Official announcements and weekly progress updates".

Frequently Asked Questions about discord-create-channel

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

FAQPage Schema
How do I create Discord channels with specific role permissions using an API bot?

To create Discord channels with role permissions, you use the Discord API v10 endpoint to define channel types and apply permission overwrites during creation. This process requires a bot token and a guild ID, returning the configured channel details.

What Discord channel types can I automate creating through the API?

You can automate creating text, voice, announcement, stage channels, and categories through the Discord API. The creation process handles channel type selection, naming validation, and optional properties like topics and NSFW settings.

Do I need a specific bot permission to create Discord guild channels?

Yes, creating Discord guild channels requires a bot with the Manage Channels permission. You must also provide a valid DISCORD_BOT_TOKEN and an 18-19 digit guild ID to authenticate the API request and return the channel details.

Can I set up a new Discord channel inside an existing category via the API?

Yes, you can organize new Discord channels inside existing categories by specifying the parent_id property during API creation. This supports server organization workflows by placing text or voice channels under an established guild category.

Why does my Discord channel creation API request return an error?

Discord channel creation API requests return actionable error messages when validation fails due to incorrect naming, invalid guild IDs, or insufficient bot permissions. Ensure your bot has the Manage Channels permission and your token is valid.

What's the best way to automate setting up multiple Discord channels with custom access?

The best way to automate setting up multiple Discord channels with custom access is using the Discord API to apply permission overwrites and parent categories during creation. This ensures role-based visibility and correct server organization.