Back to Skills Marketplace
Skill pack

Discord Community Assistant

Inspect Discord servers and channels, summarize messages, and post or reply only after Kendr approval.

v0.1.0 1 skill 8 tools By Kendr discordcommunitychannelsmessagesbusiness

How to use it

  1. Open Kendr Desktop.
  2. Go to Skills, then Marketplace.
  3. Search for Discord Community Assistant or discord-community-assistant.
  4. Install the pack, then enable the pack or individual skills you want available in agentic mode.

Kendr Desktop compares the installed version with the hosted catalog version and offers an update when this pack changes.

Install source

Use this hosted archive when installing or updating the pack from Kendr Desktop.

https://kendr.org/api/skills/packs/discord-community-assistant/archive

Discord Community Assistant

Inspect Discord servers and channels, summarize messages, search recent Discord discussion, and send Discord messages only when explicitly requested with Kendr approval.

Discord Community Assistant

Use this skill when the user asks about Discord servers, channels, community messages, moderation context, announcements, support queues, or posting to Discord.

Setup requirement:

  • the bundled discord MCP server needs DISCORD_BOT_TOKEN
  • the bot must already have access to the requested guild/channel and the needed Discord permissions

Prefer read-only inspection first:

  • use discord.get_bot_user to validate the token when setup is unclear
  • use discord.list_guilds and discord.list_channels to find exact Discord ids
  • use discord.read_channel_messages before summarizing a channel
  • use discord.search_recent_messages when the user gives keywords, incident ids, product names, or support topics

For summaries, include current state, questions, decisions, blockers, owner mentions, and message ids when available.

For posting:

  • draft the announcement or reply first
  • use discord.send_channel_message only when the user explicitly asks to post to a channel
  • use discord.reply_to_message only when the user explicitly asks to reply to a specific message
  • do not ask the user to type approve or confirm; let Kendr's approval checkpoint collect the approve or reject decision

Do not post speculative claims or private information that is not relevant to the requested channel task.