Agent skill
list-thread-users
スレッドの参加者一覧を取得する。「スレッド参加者」「誰がいる?」「このスレッドの参加者」「スレッドメンバー」「スレッドのユーザー」「誰が返信してる」「参加者を見せて」などで起動。Pythonスクリプト `slack_message.py thread-users` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/list-thread-users
SKILL.md
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 田中一郎
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?