Agent skill
thread-reader
Slack スレッドの返信を取得する。「スレッドを読む」「スレッドの返信を見せて」「スレッド内容」「スレッド確認」「このスレッド見せて」「スレッドの会話」「スレッド全部」などで起動。公式Slack MCPの `slack_get_thread_replies` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/thread-reader
SKILL.md
Thread Reader
Slack スレッドの返信を取得します。
ワークフロー
1. スレッド情報の確認
以下を確認:
- チャンネルID
- スレッドのタイムスタンプ(親メッセージのts)
2. スレッド返信取得
公式Slack MCPの slack_get_thread_replies ツールを使用:
slack_get_thread_replies(
channel_id="C01234567",
thread_ts="1234567890.123456"
)
3. 結果の整形
スレッド返信を整形して表示:
# スレッドの返信
**山田太郎** (10:30) [親メッセージ]
今日のミーティングは15時からです
**佐藤花子** (10:32) [返信]
了解しました!
**田中一郎** (10:35) [返信]
参加します
コマンド連携
実際の処理は /shiiman-slack:thread-get に委譲します(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?