discord-list-channels

List Discord guild channels with names, types, and categories via API v10.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill discord-list-channels-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-list-channels
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/discord-list-channels
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill discord-list-channels-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly discover and catalog all channels within a Discord guild, including IDs, types, and hierarchical context, enabling audits and integrations without manual API calls.

Core Features & Use Cases

  • Retrieve all channels from a Discord guild (text, voice, category, announcements, stage)
  • Filter, search by name, and group channels by category for organized reporting
  • Export channel metadata (IDs, types, categories) for documentation or tooling

Quick Start

List channels in a target Discord guild and return a structured summary of channel names, IDs, and types.

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 Discord channels and IDs in a guild?

To list Discord channels and IDs in a guild, you can retrieve a structured summary of channel names, IDs, and types using the Discord API v10 without manual API calls.

Do I need a bot token to audit Discord channels?

Yes, auditing Discord channels requires a valid bot token with the View Channels permission to authenticate requests and access the target guild's channel hierarchy.

Can I filter Discord channels by type and category?

Yes, you can filter Discord channels by type, search by name, and group them by category to generate organized reports for documentation or tooling integration.

What is the best way to export Discord channel metadata for documentation?

The best way to export Discord channel metadata for documentation is retrieving all channels, including IDs, types, and hierarchical context, and formatting them into an organized report.

Does this approach support voice, stage, and announcement channels?

Yes, this approach supports retrieving all Discord channel types, including text, voice, category, announcements, and stage channels within the target guild.