Back to skills
extension
Category: Development & EngineeringNo API key required

message-reader

Retrieve the message history of a Slack channel. Can be activated with phrases like 'message check', 'show history', 'latest messages', '#channel messages', 'conversation history', 'past messages', 'channel history'. Uses the official Slack MCP's `slack_get_channel_history`.

personAuthor: jakexiaohubgithub

Message Reader

Slack チャンネルのメッセージ履歴を取得します。

ワークフロー

1. チャンネル特定

ユーザーが指定したチャンネル名またはIDを特定

2. メッセージ履歴取得

公式Slack MCPの slack_get_channel_history ツールを呼び出す:

slack_get_channel_history(
  channel_id="C01234567",
  limit=20
)

3. 結果の整形

メッセージを整形して表示:

# #general の最新メッセージ

**山田太郎** (10:30)
今日のミーティングは15時からです

**佐藤花子** (10:32)
了解しました!

コマンド連携

実際の処理は /shiiman-slack:message-history に委譲します(SSOT として扱う)。