How this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-thread<channel><timestamp>or<URL>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
スレッドの返信メッセージを取得して表示します。
スレッドの返信メッセージを取得して表示します。
2つの方法でスレッドを指定できます:
node /a/b/scripts/thread.js general 1234567890.123456node /a/b/scripts/thread.js https://workspace.slack.com/archives/C01ABC/p1234567890123456スクリプトをフルパスリテラルで実行する。変数展開は使わない。
スクリプトはこの SKILL.md の2つ上のディレクトリの scripts/ にある。
例えばこの SKILL.md が /a/b/skills/slack-thread/SKILL.md なら、スクリプトは /a/b/scripts/thread.js。
node /a/b/scripts/thread.js <channel> <timestamp>
node /a/b/scripts/thread.js <slack URL>
各メッセージの日時、タイムスタンプ(括弧なしで 1234567890.123456 の形式)、ユーザー名は必ず含めてください。
メッセージ本文は要約して構いません。
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub whatarule/scoped-connectors --plugin slack