discord

List Discord channels and send messages via discord.mjs CLI commands.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/JustMaier/openrouter-skills --skill discord-justmaier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/JustMaier/openrouter-skills/tree/main/example/skills/discord
Command: npx skills add https://github.com/JustMaier/openrouter-skills --skill discord-justmaier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send and manage messages on Discord efficiently by automating channel interactions without switching apps.

Core Features & Use Cases

  • CLI-based channel discovery: list available channels with IDs for quick selection.
  • Message delivery: send messages to a specified channel using a simple command.
  • Use Case: automate status announcements or team updates in Discord channels.

Quick Start

Ask it to list channels or to send a message to a specific Discord channel.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate posting messages to a Discord channel via a script?

You can automate posting messages to Discord channels by using a CLI interface that provides send commands with required argument validation. This allows scripted message delivery without manual app interaction.

How do I list available Discord channels and their IDs for automation?

Listing Discord channels for automation is performed using the channels list CLI command, which discovers and displays available channels with their IDs for quick selection. This output is necessary to target the correct destination for message delivery.

Can I send automated status announcements to Discord without switching apps?

Sending automated status announcements to Discord without switching apps is supported by this Skill's message delivery and channel management commands. It enables scripted team updates directly to your chosen channel from your current environment.

Do I need any external dependencies or libraries to manage Discord channels with this CLI?

Managing Discord channels with this CLI requires no external dependencies or libraries, as the Skill operates independently. It relies solely on its internal discord.mm script to handle channel discovery and message delivery.