discord

Send Discord channel messages and perform simple moderation actions.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill discord-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/discord
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill discord-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured way to interact with Discord via a dedicated message tool, enabling predictable, rule-based channel communications without exposing low-level API calls to the user.

Core Features & Use Cases

  • Send messages to a specific channel using channel identifiers.
  • Mention users, react to messages, and perform lightweight channel interactions under controlled permissions.
  • Use cases include automated status updates, alerts, and simple bot-driven workflows in team channels.

Quick Start

Send a test message to a Discord channel using the message tool with channel set to discord.

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 tasks for channel-based alerts?

Automate Discord messaging tasks by issuing explicit actions through a message tool on a designated channel. This enforces required properties like channel='discord' and respects gating rules for safe, predictable communications.

What is the best way to send automated status updates to a Discord channel?

Send automated status updates by using the message tool with channel set to discord and targeting a specific channel identifier. This enables rule-based message construction without exposing low-level API calls.

Can I perform simple moderation tasks and user interactions on Discord channels with a bot?

Perform simple moderation tasks and user interactions by issuing controlled actions under explicit permissions. The skill supports mentioning users, reacting to messages, and lightweight channel interactions using specific IDs.

Do I need specific channel IDs to construct Discord bot messages safely?

Construct Discord bot messages safely using explicit channel identifiers. The skill enforces required properties and gating rules, such as channels.discord.actions.*, guiding component-based message construction for targeted interactions.

What are the limitations of using channel-based messaging for Discord automation?

Channel-based messaging limitations include reliance on explicit IDs for targeting and strict adherence to gating rules. The scope covers only channel-based messaging and simple moderation, avoiding complex low-level API exposures.