Agent skill
list-channels
Slack チャンネル一覧を取得する。「Slackチャンネル一覧」「チャンネルリスト」「Slackのチャンネル」「チャンネル見せて」「全チャンネル」「チャンネル確認」「どんなチャンネルがある」などで起動。公式Slack MCPの `slack_list_channels` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/list-channels
SKILL.md
Channel Lister
Slack チャンネル一覧を取得します。
ワークフロー
1. チャンネル一覧取得
公式Slack MCPの slack_list_channels ツールを呼び出す:
slack_list_channels()
2. 結果の整形
チャンネル一覧を整形して表示:
# Slack チャンネル一覧
| チャンネル | 説明 | メンバー数 |
|------------|------|-----------|
| #general | 全体連絡用 | 50 |
| #random | 雑談 | 45 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?