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

channel-lister

Retrieve the list of Slack channels. Can be triggered with keywords like 'Slack channel list', 'channel list', 'Slack's channels', 'show channels', 'all channels', 'check channels', 'what kind of channels are there'. Uses the official Slack MCP's `slack_list_channels`.

personAuthor: jakexiaohubgithub

Channel Lister

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

ワークフロー

1. チャンネル一覧取得

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

slack_list_channels()

2. 結果の整形

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

# Slack チャンネル一覧

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

コマンド連携

実際の処理は /shiiman-slack:channel-list に委譲します(SSOT として扱う)。