Agent skill
message-reader
Slack チャンネルのメッセージ履歴を取得する。「メッセージ確認」「履歴を見せて」「最新メッセージ」「#channel のメッセージ」「会話履歴」「過去のメッセージ」「チャンネル履歴」などで起動。公式Slack MCPの `slack_get_channel_history` を使用。
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 として扱う)。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?