discord

Send and read Discord channel messages with token-based authentication.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/MaxSaiets/myOpenCL --skill discord-maxsaiets
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/MaxSaiets/myOpenCL/tree/main/openclaw/skills/discord
Command: npx skills add https://github.com/MaxSaiets/myOpenCL --skill discord-maxsaiets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Discord messaging and basic channel interactions through the message tool to simplify repetitive tasks and reduce manual effort.

Core Features & Use Cases

  • Send messages to a channel by specifying channel: "channel:<id>".
  • Read recent messages from a channel to verify outcomes.
  • React to messages or perform simple moderation actions using the message tool.

Quick Start

Send a test message to a Discord channel by specifying channel: <id> and a message.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate sending messages to a Discord channel?▼

Automate Discord messaging by invoking the message tool with channel: "channel:<id>" and providing your text. It requires a token via channels.discord.token and explicit channel-level gating.

What do I need to configure before reading recent Discord channel messages?▼

To read recent Discord messages, configure explicit channel gating under channels.discord.* and provide an authentication token via channels.discord.token to authorize the message tool.

Can I use this to react to messages and perform simple moderation in Discord?▼

Yes, you can react to messages and perform simple moderation actions in Discord by leveraging the message tool within your channel-based workflows requiring controlled interactions.

How does token-based authentication work for Discord channel automation?▼

Token-based authentication for Discord automation requires providing a valid token via channels.discord.token, ensuring controlled interactions across channels configured under channels.discord.*.

What are the limitations of using the message tool for Discord channel interactions?▼

The message tool is limited to channel-based workflows requiring controlled interactions like sending, reading recent messages, and reacting, necessitating explicit channel configuration under channels.discord.* rather than broad server-wide access.