Agent skill
channel-searcher
Slack チャンネルを名前で検索する。「チャンネル検索」「チャンネルを探して」「チャンネル名で検索」「〇〇というチャンネル」「チャンネルを見つけたい」「チャンネルある?」「似た名前のチャンネル」などで起動。Pythonスクリプト `slack_channel.py search` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/channel-searcher
SKILL.md
Channel Searcher
Slack チャンネルを名前で検索します。
ワークフロー
1. 検索クエリの確認
ユーザーが探しているチャンネル名を確認
2. チャンネル検索
Pythonスクリプトで検索を実行:
python plugins/shiiman-slack/skills/channel-lister/scripts/slack_channel.py search \
--query "project" \
--format table
3. 結果の表示
検索結果を整形して表示:
検索結果: 3 件
id name is_private topic num_members
C01234567 project-alpha false プロジェクトアルファ 12
C01234568 project-beta false プロジェクトベータ 8
C01234569 project-gamma true プロジェクトガンマ 5
コマンド連携
実際の処理は /shiiman-slack:channel-search に委譲します(SSOT として扱う)。
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?