discord

Send and manage Discord messages via standardized channel-scoped actions.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill discord-openaeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/openaeon/OpenAEON/tree/main/skills/discord
Command: npx skills add https://github.com/openaeon/OpenAEON --skill discord-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably perform Discord operations (like sending, reading, editing, or reacting to messages) using a standardized message tool interface, while enforcing channel/action gating rules.

Core Features & Use Cases

  • Channel-scoped Discord messaging: Send notifications or updates to a specific channel using channel: "discord" plus to targets (e.g., channel:<id>, user:<id>).
  • Message lifecycle operations: Read, edit, delete, pin, react, and create threads tied to specific messageId/channelId.
  • Search and moderation-adjacent workflows (gated): Support for searching message history and optional actions that may be disabled unless enabled via channels.discord.actions.* gates.

Quick Start

Use the discord skill to send a silent status update to channel 123 by instructing the AI to send a message with channel: "discord", to: "channel:123", and silent: true.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord messaging to send channel updates?

Discord messaging automation is handled by setting channel: "discord" with a target like to: "channel:<id>" to reliably post updates or notifications to specific channels through a standardized message-tool interface.

Can I manage Discord message lifecycles like pinning or threading?

Discord message lifecycle operations support reading, editing, deleting, pinning, and reacting to messages, as well as creating threads, by targeting specific messageId and channelId values.

How do message guardrails work for Discord channel actions?

Discord guardrails enforce channel-scoped routing and action gating via channels.discord.actions.* rules, ensuring operations like searching message history or moderating content remain disabled unless explicitly enabled.

What's the best way to search Discord message history with guardrails?

Searching Discord message history uses gated capabilities controlled by channels.discord.actions.* settings, allowing you to safely find past messages only when those specific search and moderation actions are explicitly enabled.

How do I send a silent Discord notification to a specific user?

Sending a silent Discord notification requires using channel: "discord", targeting the user with to: "user:<id>", and setting silent: true within the message action to suppress recipient alerts.