discord

Post, read, edit, and manage Discord messages in target channels.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill discord-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/freire19/Mythos/tree/main/skills/discord
Command: npx skills add https://github.com/freire19/Mythos --skill discord-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The discord Skill lets you reliably perform Discord operations through the agent’s message tool, without needing a provider-specific Discord integration.

Core Features & Use Cases

  • Message sending and editing: Post updates, optionally with media attachments or rich UI components, and later edit or delete them.
  • Reading and searching: Fetch recent messages, search a channel for content, and pin messages when needed.
  • Moderation-adjacent actions (gated): Execute presence updates, threading, reactions, polling, and other actions only when allowed by your configured permissions.

Quick Start

Use the discord Skill to send a status update to a specific channel by telling the agent: "Send a silent status update to channel:<channelId> saying 'Build passed' with components for a rich UI."

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord message sending for status updates?

You can automate Discord message sending by configuring the Skill to post updates to a target channel or user scope. It requires strict routing via channel="discord" and proper target identifiers such as guildId, channelId, or userId.

Can I read and search for specific content in a Discord channel?

Yes, you can read and search Discord channel content. The Skill fetches recent messages, searches a channel for specific content, and pins messages when needed, enabling message-driven collaboration and content retrieval workflows.

What permissions do I need to perform moderation actions on Discord messages?

Moderation actions like threading, reactions, polling, and presence updates require permission-aware action gating. The Skill only executes these actions when allowed by your configured channels.discord.actions.* settings.

Does this approach require a provider-specific Discord integration to manage messages?

No provider-specific Discord integration is needed. The Skill performs Discord operations through the agent's message tool, enabling message posting, reading, editing, and management without requiring a dedicated Discord provider integration.

How do I post a rich UI component message to a specific Discord channel?

To post a rich UI component message, instruct the agent to send the message to a target channel using the channelId identifier. The Skill supports publishing UI components alongside standard text and media attachments.