discord

Automate Discord REST API interactions for messaging, history, and admin tasks.

8|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/mnlt/teleport --skill discord-mnlt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/mnlt/teleport/tree/main/skills/discord
Command: npx skills add https://github.com/mnlt/teleport --skill discord-mnlt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate common Discord tasks without running a persistent bot, reducing manual steps for posting messages, reading history, and performing basic server administration while keeping credentials secure.

Core Features & Use Cases

  • Post messages to channels via REST endpoints (bot token authentication, proper User-Agent, and rate-limit awareness)
  • Read recent channel history and manage roles/members, as well as register slash commands
  • Fire webhooks and perform community admin tasks, enabling one-way notifications without a bot process

Quick Start

Post a message to a Discord channel using the bot's REST API.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord REST API interactions without running a persistent bot process?

Automating Discord REST API tasks without a persistent bot process involves using bot tokens to post messages, read channel history, and manage roles. It requires correct permissions, a proper User-Agent, and rate-limit awareness to access endpoints.

What is the best way to fire Discord webhooks for one-way notifications?

The best way to fire Discord webhooks for one-way notifications is by sending REST API requests. This approach enables automated community admin tasks and message posting without needing a persistent bot process.

Can I manage multiple Discord guilds and register slash commands using only REST endpoints?

Yes, you can manage multiple Discord guilds and register slash commands using only REST endpoints. By applying bot token authentication across servers, you can perform basic admin tasks and configure commands directly.

Do I need specific permissions to access message content via the Discord REST API?

Yes, accessing message content via the Discord REST API requires specific permissions and a proper User-Agent. Your bot token must have the correct privileges to read channel history and manage roles.

Why does Discord REST API automation require rate-limit awareness when posting messages?

Discord REST API automation requires rate-limit awareness when posting messages to prevent API rejections. Respecting rate limits ensures your automated tasks across channels and guilds continue running without interruption.