thread-user-lister
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Thread User Lister
スレッドの参加者一覧を取得します。
ワークフロー
1. スレッド情報の確認
以下を確認:
- チャンネルID
- スレッドのタイムスタンプ
2. 参加者一覧取得
Pythonスクリプトを実行:
python plugins/shiiman-slack/skills/mention-checker/scripts/slack_message.py thread-users \
--channel C01234567 \
--ts 1234567890.123456 \
--format table
3. 結果の表示
スレッド参加者を表示:
スレッド参加者数: 3
user_id user_name
U01234567 山田太郎
U01234568 佐藤花子
U01234569 田中一郎
コマンド連携
実際の処理は /shiiman-slack:thread-users に委譲します(SSOT として扱う)。
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. ワークフロー
ワークフロー
1. スレッド情報の確認
以下を確認: チャンネルID スレッドのタイムスタンプ
2. 参加者一覧取得
Pythonスクリプトを実行:
3. 結果の表示
スレッド参加者を表示:
コマンド連携
実際の処理は /shiiman-slack:thread-users に委譲します(SSOT として扱う)。
# Thread User Lister
スレッドの参加者一覧を取得します。
## ワークフロー
### 1. スレッド情報の確認
以下を確認:
- チャンネルID
- スレッドのタイムスタンプ
### 2. 参加者一覧取得
Pythonスクリプトを実行:
```bash
python plugins/shiiman-slack/skills/mention-checker/scripts/slack_message.py thread-users \
--channel C01234567 \
--ts 1234567890.123456 \
--format table
```
### 3. 結果の表示
スレッド参加者を表示:
```
スレッド参加者数: 3
user_id user_name
U01234567 山田太郎
U01234568 佐藤花子
U01234569 田中一郎
```
## コマンド連携
実際の処理は `/shiiman-slack:thread-users` に委譲します(SSOT として扱う)。 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> ワークフロー → 1. スレッド情報の確認 → 2. 参加者一覧取得 → 3. 結果の表示 → コマンド連携
terms -> スレッドの参加者一覧を取得します。 · 実際の処理は /shiiman-slack:thread-users に委譲します(SSOT として扱う)。
files/cmd -> /shiiman-slack:thread-users · plugins/shiiman-slack/skills/mention-checker/scripts/slackmessage.py
body sha256 -> f73e190b024d
Decide Fit First
Design Intent
How To Use It
Boundaries And Review