discord

Send, edit, and delete Discord messages with bot tokens.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill discord-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/discord
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill discord-hlbbbbbbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for the programmatic control of Discord, enabling automated message sending, reactions, polls, and channel management.

Core Features & Use Cases

  • Message Management: Send, edit, delete messages, and react to them.
  • Content Posting: Upload stickers, emojis, and create polls.
  • Channel & Moderation: Manage channels, threads, pins, and perform moderation actions (with appropriate configuration).
  • Information Retrieval: Fetch message details, member info, role info, and channel permissions.
  • Use Case: Automatically post deployment success messages with celebratory stickers to a specific channel, or create a poll to gauge team availability for a meeting.

Quick Start

Use the discord skill to send a message to channel 123 with the content "Hello from the bot!".

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?

To automate sending messages to a Discord channel, you can use this Skill to programmatically target specific channel IDs and dispatch text content via a configured bot agent.

What do I need to configure before managing Discord channels with a bot?

Before managing Discord channels, you need to configure Discord bot tokens and target channel IDs to enable the agent to authenticate and perform automated moderation actions.

Can I automatically create polls and upload media in Discord?

Yes, you can automatically create polls and upload media such as stickers and emojis in Discord by triggering the respective posting actions through the bot agent.

Does this approach support retrieving message details and member info?

This approach supports retrieving message details, member information, role data, and channel permissions programmatically to fetch necessary context from your Discord server.

How does automated Discord moderation work for managing threads and pins?

Automated Discord moderation works by allowing the agent to programmatically manage threads, pin messages, and execute content moderation actions within channels using configured bot permissions.