Help us improve
Share bugs, ideas, or general feedback.
From shiiman-slack
Slack の未読メッセージを確認する(全チャンネル横断確認対応)。「Slack未読確認」「未読メッセージ」「未読ある?」「Slackの未読」「未読を見せて」「未読チェック」「未読メール確認」「全チャンネルの未読」「未読サマリー」などで起動。Pythonスクリプト `slack_message.py unread` を使用。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-slackHow this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-slack:unread-checkThis 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 の未読メッセージを確認します。
Handles Slack channel and thread messaging with context-aware session management. Reads messages, sends replies, searches channels/users, drafts, and schedules via Slack MCP tools.
Automates Slack: search channels, fetch/read messages, create channels, and AI-categorize content. Use for channel management, message history, or internal comms analysis.
Automates Slack messaging to channels/DMs, conversation search, channel/user management, reactions, and threads using Composio toolkit via Rube MCP.
Share bugs, ideas, or general feedback.
Slack の未読メッセージを確認します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-slack:unread-check - Unread Checker
概要:
Slack の未読メッセージを確認します。
使用方法:
/shiiman-slack:unread-check [オプション]
オプション:
--help このヘルプを表示
Pythonスクリプトで未読メッセージ一覧を取得。3パターンのコマンドがある:
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_message.py --format table unread
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_message.py unread --summary
--summary オプション: 各チャンネルの未読件数のみを一覧表示する。メッセージ本文は取得しないため高速。
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_message.py --format table unread \
--channel <CHANNEL_ID>
オプション:
--channel <CHANNEL_ID>: チャンネルID(省略時は全チャンネルを横断確認)--summary: 未読件数のみのサマリー表示(高速)--max <number>: 最大取得件数(デフォルト: 20)--format <table|json>: 出力形式(デフォルト: table)※サブコマンドの前に指定チャンネルごとに未読メッセージをグループ化して表示:
# Slack 未読メッセージ
## #general (5件)
**山田太郎** (10:30)
今日のミーティングは15時からです
**佐藤花子** (10:32)
了解しました!
## #project-alpha (3件)
**田中一郎** (09:15)
PRレビューお願いします
未読メッセージの優先度を判断:
未読メッセージ表示後、既読にするか確認する:
確認した未読を既読にしますか?(unread-mark で既読化できます)
/shiiman-slack:user-setup でトークンを設定してください。
channels:readchannels:historygroups:readgroups:historyusers:read