Agent skill

message-reader

Slack チャンネルのメッセージ履歴を取得する。「メッセージ確認」「履歴を見せて」「最新メッセージ」「#channel のメッセージ」「会話履歴」「過去のメッセージ」「チャンネル履歴」などで起動。公式Slack MCPの `slack_get_channel_history` を使用。

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/message-reader

SKILL.md

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 として扱う)。

Didn't find tool you were looking for?

Be as detailed as possible for better results