discord

Control Discord servers and direct messages via JSON actions with a bot token.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill discord-balaraj74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/discord
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill discord-balaraj74

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows FRIDAY to interact with Discord, enabling automated message sending, reactions, polls, and even channel management, streamlining communication and operations within Discord servers.

Core Features & Use Cases

  • Message Management: Send, edit, delete messages, and reply to specific messages.
  • Reactions: Add and list reactions to messages.
  • Content Uploads: Send stickers, upload custom emojis and stickers.
  • Interactive Elements: Create and manage polls.
  • Information Retrieval: Fetch message details, member info, role info, channel info, and list emojis/channels/events.
  • Channel & Thread Management: Create, edit, delete, and move channels and categories; manage threads.
  • Moderation: Apply timeouts, kicks, and bans (requires specific configuration).
  • Use Case: Automatically post daily stand-up reminders in a specific channel, react to messages with status updates, 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 FRIDAY".

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord server management and message sending?

Automate Discord server management by passing a bot token and JSON actions to send messages, manage reactions, create polls, and perform channel moderation.

Can I use a Discord bot to create polls and upload custom emojis?

Yes, a Discord bot can create and manage polls, upload custom emojis and stickers, and send media files via structured JSON action requests.

What do I need to start automating Discord moderation actions like kicks and bans?

To automate Discord moderation actions like kicks, bans, and timeouts, you need a configured Discord bot token and the appropriate server permissions.

Does this approach support retrieving Discord channel info and member details programmatically?

Programmatic retrieval of Discord channel info, member details, and role info is supported, allowing you to fetch server data via bot API commands.

What is the best way to manage Discord threads and channels via a bot?

The best way to manage Discord threads and channels via a bot is using structured JSON actions to create, edit, delete, and move categories programmatically.

Why use JSON actions for Discord community management instead of standard bot libraries?

Using JSON actions for Discord community management allows direct, programmatic execution of specific tasks like message sending and role retrieval without full library overhead.