discord

Send, edit, react to, and organize Discord messages via HybridClaw.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill discord-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/discord
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill discord-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discord message workflows become slow and error-prone when teams need to read context, post updates, and perform moderation actions without manually copy-pasting or hunting for message IDs.

Core Features & Use Cases

  • Message lifecycle actions: send, edit, react to, pin, and unpin messages while preserving the intended meaning and tone.
  • Thread operations: create threads from a message and post replies in existing threads to keep conversations organized.
  • Context inspection: read recent channel traffic and inspect channel or member information to decide what to do next.

Quick Start

Use the discord skill to send the message "Release follow-up: I can confirm the deployment completed successfully." to channel 9876543210 in guild 1234567890.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate sending and editing Discord messages for team updates?

You can automate Discord message lifecycles by sending, editing, and reacting to channel updates using explicit guild and channel IDs. This approach streamlines team communication workflows and preserves the intended message tone.

Can I create and manage Discord threads automatically from a specific message?

Yes, you can create threads from existing messages and post replies to maintain organized discussions. This requires locating the target message context using its messageId and applying thread-based discussion maintenance operations.

What is needed to read recent Discord channel traffic and inspect member context?

Reading channel context requires providing explicit guildId and channelId parameters to the message tool. This enables inspection of recent channel traffic and member information to determine appropriate follow-up actions.

What is the best way to perform targeted message follow-ups in Discord channels?

Targeted message follow-ups use a read-first operational pattern to locate specific message context before acting. By supplying the messageId or userId, you can safely pin, react, or edit the correct Discord conversation.

Are there limitations when moderating Discord messages through an automated assistant?

Automated moderation requires explicit guild, channel, and message IDs for every action, preventing broad operations without specific identifiers. Safe operational patterns enforce reading context first to avoid acting on unintended messages.