discord-read

Community

Read and search synced Discord messages instantly.

Authorlycfyi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Read locally synced Discord messages and search for specific content, eliminating the need to switch between apps or manual logs to locate conversations.

Core Features & Use Cases

  • Read all messages from a channel to review conversation history.
  • Read last N messages to quickly catch up on recent activity.
  • Search for keywords across channels and servers to locate relevant discussions.
  • Filter by date range or server to narrow down results.

Quick Start

Use the discord-read skill to access messages from your configured Discord data store.

  • Read all messages from a channel: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_read.py --channel CHANNEL_NAME
  • Read last N messages: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_read.py --channel general --last 20
  • Search for keyword: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_read.py --channel general --search "project update"
  • Filter by date range: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_read.py --channel general --from 2026-01-01 --to 2026-01-03
  • Read from specific server: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_read.py --channel general --server SERVER_ID
  • Alternative: Direct File Read: You can inspect data via the manifest and read the stored messages from the data paths.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: discord-read
Download link: https://github.com/lycfyi/community-agent-plugin/archive/main.zip#discord-read

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.