discord-hub

Send and edit Discord channel messages via the REST API.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill discord-hub
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: discord-hub
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/discord-hub
Command: npx skills add https://github.com/ammonfife/sakima.co --skill discord-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill requires discord.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines interaction with Discord channels, including message sending, editing, and responding to interactions, by leveraging the Discord REST API.

Core Features & Use Cases

  • Message Operations: Send and edit messages in Discord channels.
  • Interaction Handling: Respond to user interactions using Discord callbacks.
  • Use Case: Use this Skill to create a bot that automatically responds to user commands within a Discord guild.

Quick Start

Use the discord-hub skill to send a message to the #general channel: 'Hello, welcome to the guild!'

Frequently Asked Questions about discord-hub

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

FAQPage Schema
How do I send messages to a Discord channel using the REST API?β–Ό

To send messages to a Discord channel using the REST API, you need a bot token for authorization. This Skill manages channel communication by sending messages and editing posts directly through REST API endpoints.

What is needed to handle Discord bot interactions and callbacks?β–Ό

Handling Discord bot interactions requires a Discord bot token for authorization. This Skill responds to user interactions using Discord callbacks, managing bot responses while respecting API rate limits.

Can I use discord.py to edit posts in Discord guilds?β–Ό

Yes, you can use discord.py to edit posts in Discord guilds. This Skill leverages the library to manage message operations, including sending and editing posts within channels via the REST API.

Does Discord API rate limiting affect bot message operations?β–Ό

Discord API rate limiting directly affects bot message operations. This Skill is designed to respect rate limits during channel communication, ensuring messages and edits are processed without hitting API restrictions.

Why do I need a bot token for Discord REST API integration?β–Ό

A bot token is required for Discord REST API integration to authorize requests. This Skill uses the token to manage channel communication, enabling message sending, editing, and interaction handling within guilds.