discord-bot

Automate Discord message sending and server administration via the robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill discord-bot-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-bot
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/discord-bot
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill discord-bot-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the everyday tasks of operating a Discord server—sending messages, managing channels and roles, and performing basic admin actions—without switching tools.

Core Features & Use Cases

  • Send messages to channels or users and retrieve channel/user information
  • Create, rename, delete channels, manage roles, and perform server administration tasks
  • List channels and members; automate routine moderation and notifications across servers

Quick Start

Install the discordbot, connect with a session, then send a message to a channel.

Frequently Asked Questions about discord-bot

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

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

You can automate sending Discord messages by installing the discordbot, establishing a session, and executing a message delivery command targeting a specific channel or user via the CLI.

Can I manage Discord server roles and channels from the command line?

Yes, Discord server management is supported via the CLI, allowing you to create, rename, delete channels, and manage roles during an active bot session without switching tools.

Do I need a Discord bot token to automate server administration tasks?

Yes, automating Discord server administration requires a configured bot token stored securely in a vault, along with the robomotion CLI installed to execute the commands.

How do I list all channels and members in a Discord server automatically?

To list Discord channels and members, connect the bot using a session-scoped command, then execute the retrieval commands to pull and display server information before disconnecting.

What is the process for connecting and disconnecting a Discord bot session?

Discord bot session management requires explicit connect and disconnect flows, ensuring the CLI establishes a session-scoped connection before executing commands and cleanly exits afterward.

Can I automate routine Discord moderation and notifications across multiple servers?

Yes, you can automate routine moderation and notifications across Discord servers by initiating a session and executing the relevant messaging and management commands sequentially.