Back to skills
extension
Category: Development & EngineeringNo API key required

list-channels

Retrieve the list of Slack channels. It can be activated by commands such as "Slack channel list", "channel list", "Slack's channels", "show channels", "all channels", "check channels", "what channels are there". Uses the official Slack MCP's `slack_list_channels` function.

personAuthor: jakexiaohubgithub

Channel Lister

Slack チャンネル一覧を取得します。

ワークフロー

1. チャンネル一覧取得

公式Slack MCPの slack_list_channels ツールを呼び出す:

slack_list_channels()

2. 結果の整形

チャンネル一覧を整形して表示:

# Slack チャンネル一覧

| チャンネル | 説明 | メンバー数 |
|------------|------|-----------|
| #general | 全体連絡用 | 50 |
| #random | 雑談 | 45 |