Claude-skill-registry list-thread-users
スレッドの参加者一覧を取得する。「スレッド参加者」「誰がいる?」「このスレッドの参加者」「スレッドメンバー」「スレッドのユーザー」「誰が返信してる」「参加者を見せて」などで起動。Pythonスクリプト `slack_message.py thread-users` を使用。
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/list-thread-users" ~/.claude/skills/majiayu000-claude-skill-registry-list-thread-users && rm -rf "$T"
manifest:
skills/data/list-thread-users/SKILL.mdsource content
Thread User Lister
スレッドの参加者一覧を取得します。
ワークフロー
1. スレッド情報の確認
以下を確認:
- チャンネルID
- スレッドのタイムスタンプ
2. 参加者一覧取得
Pythonスクリプトを実行:
python plugins/shiiman-slack/skills/check-mentions/scripts/slack_message.py thread-users \ --channel C01234567 \ --ts 1234567890.123456 \ --format table
3. 結果の表示
スレッド参加者を表示:
スレッド参加者数: 3 user_id user_name U01234567 山田太郎 U01234568 佐藤花子 U01234569 田中一郎