From shiiman-slack
Slack で自分へのメンションを確認する。「メンション確認」「Slackメンション」「自分へのメンション」「@mention を見せて」などで起動。Pythonスクリプト `slack_message.py mentions` を使用。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-slackThis skill is limited to using the following tools:
Slack で自分へのメンションを確認します。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Slack で自分へのメンションを確認します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-slack:mention-check - Mention Checker
概要:
Slack で自分へのメンションを確認します。
使用方法:
/shiiman-slack:mention-check [オプション]
オプション:
--help このヘルプを表示
slack_message.py mentions を実行# Pythonスクリプトでメンション取得
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_message.py --format table mentions \
--max 20
# あなたへのメンション(直近20件)
メンション数: 5
channel user text permalink
general 山田太郎 @you レビューお願いします https://...
project-alpha 佐藤花子 @you 資料確認しました https://...
dev-team 田中一郎 @you バグ修正完了です https://...
random 木村さん @you 明日の予定どうですか? https://...
marketing 鈴木次郎 @you 新しい企画について相談したいです https://...
<@USER_ID> を検索--max で変更可能/shiiman-slack:user-setup でトークンを設定してください。
search:read - メッセージ検索users:read - 自分のユーザーID取得