discord-chat-summary

Summarize Discord chat messages from synced servers into concise overviews.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-chat-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-chat-summary
Source: https://github.com/lycfyi/community-agent-plugin/tree/main/plugins/discord-user-connector/skills/discord-chat-summary
Command: npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-chat-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables quick understanding of large volumes of Discord conversations by generating concise, cross-server summaries that highlight topics, activity, and key discussions.

Core Features & Use Cases

  • Cross-server summaries: aggregate and summarize messages from all synced Discord servers.
  • Channel-focused insights: drill into specific channels or servers as needed.
  • Always display data coverage: present date ranges and activity metrics before summarizing to ensure context.

Quick Start

Load your persona, inspect data, and generate a summary with the steps:

  • Step 0: Load persona: python ${CLAUDE_PLUGIN_ROOT}/../community-agent/tools/persona_status.py --prompt
  • Step 1: Get manifest: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_manifest.py
  • Step 2: Confirm data coverage is shown from manifest
  • Step 3: Determine scope (all servers, a specific server, or a channel)
  • Step 4: Read messages from ./data/{server-dir}/{channel}/messages.md
  • Step 5: Apply time filtering if a range is provided
  • Step 6: Generate the summary with required headers as described

Frequently Asked Questions about discord-chat-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize Discord chat messages across multiple servers?

To summarize Discord chats, this skill aggregates locally synced messages from all servers into a concise overview. It generates highlights and digests by reading synced data and applying a configured persona to steer the output tone.

Can I generate a channel-specific summary for a single Discord server?

Yes, you can generate channel-specific summaries for a single Discord server. The skill allows you to determine your scope, drill into specific channels, and read messages directly from local data directories.

What do I need to do before generating a Discord chat digest?

Before generating a Discord chat digest, you must load a configured persona, run the manifest tool to inspect synced data coverage, and verify date ranges and activity metrics to ensure proper context.

How does time filtering work when summarizing Discord chat history?

Time filtering for Discord chat summaries works by applying a specified date range to the locally synced messages. This ensures the generated overview only includes topics and discussions from the requested time period.

Does this approach require a specific persona to format the Discord summary?

Yes, a configured persona is required to steer the tone and framing of the Discord chat summary. You load the persona prompt before generating the digest to ensure the output matches your desired style.

Why does my Discord chat summary show data coverage metrics before the actual content?

Data coverage metrics like date ranges and activity metrics are always displayed before summarizing Discord chats to provide necessary context. This ensures you understand the scope and volume of the synced messages being analyzed.