discord-list-channels

Lists all Discord channels in a guild via API v10 with metadata and error handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly inventory and audit a Discord server by listing all channels with IDs, types, and hierarchical relationships for easy navigation and verification.

Core Features & Use Cases

  • List all channels in a guild, including text, voice, categories, announcements, and stage channels.
  • Filter by type or name to locate specific channels and verify permissions.
  • Export channel data (IDs, types, names, and category relationships) for documentation or audits.
  • Use Case: Admins perform server structure reviews, onboarding, and change confirmations by enumerating channels.

Quick Start

Ask the Discord List Channels skill to fetch and display all channels from a specified Discord server.

Frequently Asked Questions about discord-list-channels

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

FAQPage Schema
How do I list all channels in a Discord server for an audit?

To list all channels in a Discord server for an audit, the skill retrieves channel details via Discord API v10, including id, name, type, and parent category. It inventories text, voice, categories, announcements, and stage channels.

What Discord channel details can I export for documentation?

You can export Discord channel data including IDs, types, names, and category relationships for documentation. This provides a complete inventory of all channels within a guild to support server structure reviews and onboarding.

Can I filter Discord channels by type or name during a server audit?

Yes, you can filter Discord channels by type or name to locate specific channels and verify permissions. This allows you to easily navigate and audit specific channel categories within the guild.

Does the Discord channel audit work without extra dependencies?

Yes, the Discord channel audit works without extra dependencies. It directly uses the Discord API v10 to enumerate channels and handle common errors such as missing permissions or invalid guild IDs.

Why does listing Discord channels fail with missing permissions?

Listing Discord channels fails with missing permissions when the API lacks adequate access rights to the target guild. The skill handles these common errors along with invalid guild IDs during the channel enumeration process.