discord

Manage Discord servers, channels, roles, and threads via CLI commands.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill discord-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/kubiyabot/skill/tree/main/examples/wasm-skills/discord-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill discord-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discord server and bot management often requires switching between dashboards and APIs. This Skill centralizes control and automates common tasks from the command line.

Core Features & Use Cases

  • Server and bot management from the CLI to configure channels, permissions, and bot behavior.
  • Channel operations, message handling, member and role management, and thread creation across servers.
  • Use Case: Imagine moderating a busy server; you can fetch channel details, send announcements, and manage roles with simple commands.

Quick Start

Use the discord skill to configure your bot token and run basic tools, for example: skill config discord --set DISCORD_BOT_TOKEN=your_bot_token skill run discord get-channel --channel_id 123456789012345678

Frequently Asked Questions about discord

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

FAQPage Schema
How do I manage Discord servers and bots from the CLI?

Discord server management from the CLI uses programmatic control to configure channels, permissions, and bot behavior. It executes commands for server administration, channel operations, and message handling without requiring dashboard access.

Can I automate Discord channel operations and message handling across multiple servers?

Discord channel operations and message handling can be automated across multiple servers. The Skill enables programmatic control to fetch channel details, send announcements, and manage roles across all connected servers.

Do I need a Discord bot token to configure and authenticate server management commands?

A Discord bot token is required for authentication and configuration. You must configure the token using the CLI command before executing server management operations or running basic tools.

What's the best way to automate Discord role and thread management programmatically?

Automating Discord role and thread management programmatically is best achieved through CLI commands that return structured results suitable for agent integration. This approach handles role assignments and thread creation directly via command execution.

Does this CLI approach work for moderating busy Discord servers with simple commands?

This CLI approach works for moderating busy Discord servers with simple commands. You can fetch channel details, send announcements, and manage roles efficiently, replacing manual dashboard interactions with programmatic control.