discord-message

Send single or periodic messages to Discord channels via a bot.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/yukinosnow/Local-Agent --skill discord-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-message
Source: https://github.com/yukinosnow/Local-Agent/tree/main/skills/Discord
Command: npx skills add https://github.com/yukinosnow/Local-Agent --skill discord-message

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires discord.py, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This skill automates the process of sending messages to Discord channels, facilitating timely communication and reminders.

Core Features & Use Cases

  • Single Message Delivery: Send one-off messages to a specified Discord channel.
  • Periodic Message Delivery: Continuously send messages at defined intervals for reminders or status updates.
  • Use Case: Set up a recurring reminder to drink water every hour, or send a one-time notification when a critical task is completed.

Quick Start

Send a message to Discord with the ID "task_123" and the content "Hello from the AI!".

Frequently Asked Questions about discord-message

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

FAQPage Schema
How do I send automated messages to a Discord channel using Python?

To send automated messages to a Discord channel, this Skill uses a Discord Bot to deliver single messages or periodic notifications. It requires setting up a Discord bot token and channel ID in environment variables to authenticate and target the destination.

Can I schedule recurring reminders to Discord channels?

Yes, you can schedule recurring reminders to Discord channels using the periodic delivery feature. It continuously sends custom message content at configurable intervals, ideal for tasks like hourly status updates or regular hydration prompts.

Do I need a Discord bot token to send notifications via discord.py?

Yes, you need a Discord bot token to send notifications via discord.py. The Skill depends on the discord.py library and python-dotenv to securely load your bot token and channel ID from environment variables for authentication.

What is the best way to automate one-off Discord notifications for a critical task?

The best way to automate one-off Discord notifications is using the single message delivery mechanism. It allows you to assign a task identification and custom content, triggering a message to a specific channel only when your defined event completes.

Why are my periodic Discord messages not sending at the correct intervals?

If periodic Discord messages are not sending at correct intervals, verify your configurable interval settings within the script. The periodic delivery depends on these defined parameters to continuously send messages at the expected frequency.