discord

Manage Discord servers via bot token for messages, polls, and moderation.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill discord-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/discord
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill discord-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for the programmatic control of Discord, enabling automated message sending, reactions, polls, and moderation actions, streamlining communication and community management.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and reply to messages in channels or DMs.
  • Engagement Tools: Create polls, react to messages with emojis, and manage threads.
  • Content Uploads: Upload custom emojis and stickers to Discord servers.
  • Information Retrieval: Fetch channel, member, and role information, as well as message history and pinned messages.
  • Moderation: Perform actions like timing out users (with appropriate gating).
  • Use Case: Automatically post daily stand-up reminders in a specific channel, react to important announcements with a predefined emoji, or create a poll to gauge team availability for a meeting.

Quick Start

Use the discord skill to send the message "Hello, team!" to the channel with ID "12345".

Frequently Asked Questions about discord

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

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

To automate sending Discord messages, use a bot token to integrate with the Discord API, enabling programmatic control to send, edit, or reply to messages in specific channels or DMs.

Can I create polls and manage emoji reactions on Discord automatically?

Yes, you can automatically create polls, react to messages with emojis, and manage threads by using a bot token to execute these engagement actions via the Discord API.

Do I need a bot token to fetch Discord server information like channel and member details?

Yes, a bot token is required to authenticate with the Discord API for retrieving server information, including fetching channel, member, role, and pinned message details.

What moderation actions can I perform by automating Discord with a bot?

Automating Discord with a bot supports moderation tasks such as timing out users, managing reactions, deleting messages, and executing real-time chat operations with appropriate gating.

How do I upload custom emojis and stickers to a Discord server programmatically?

You can upload custom emojis and stickers programmatically by using a bot token to interface with the Discord API, allowing automated content uploads and server management.