From shiiman-slack
Slack でメンションに返信する。「メンションに返信」「メンションへの返信」「メンション返信して」「メンションに返事」「メンションに対応」「メンションにリプライ」「返信して」などで起動。
How this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-slack:mention-replyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Slack でメンションに対してスレッド返信します。
Slack でメンションに対してスレッド返信します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-slack:mention-reply - Mention Replier
概要:
Slack でメンションに対してスレッド返信します。
使用方法:
/shiiman-slack:mention-reply [オプション]
オプション:
--help このヘルプを表示
| トークン | 返信者 | 表示名 |
|---|---|---|
| User Token(xoxp-) | ユーザー本人 | 自分の名前とアイコン |
以下を確認:
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_config.py token-show
User Token が設定済みかを確認。未設定の場合は先に token-set を実行する。
送信前に必ずユーザーに確認を取る:
確認例:
以下の内容でユーザーとしてスレッドに返信してよろしいですか?
チャンネル: #general (C01234567)
スレッド: 1234567890.123456
返信: 了解しました!
投稿者: あなた(ユーザー名)
[はい/いいえ]
# スレッド返信
python ${CLAUDE_PLUGIN_ROOT}/skills/mention-reply/scripts/slack_thread.py reply \
--channel "C01234567" \
--thread-ts "1234567890.123456" \
--text "了解しました!"
送信した返信のタイムスタンプとスレッド情報を表示。
| オプション | 必須 | 説明 |
|---|---|---|
--channel, -c | Yes | チャンネルID |
--thread-ts, -t | Yes | スレッドのタイムスタンプ |
--text, -m | Yes | 返信テキスト |
/shiiman-slack:user-setup でトークンを設定してください。
User Token には chat:write スコープが必要です。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-slackHandles Slack channel and thread messaging with context-aware session management. Reads messages, sends replies, searches channels/users, drafts, and schedules via Slack MCP tools.
Provides formatting and etiquette guidance for composing clear Slack messages using markdown, useful when sending messages via MCP tools.
Guides mrkdwn syntax, message structure, thread etiquette, and tone for effective Slack messages in dev workflows.