discord

Send messages, manage reactions, and moderate Discord servers programmatically.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill discord-deskaunedsei1983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/Deskaunedsei1983/loc_clawdbot_01/tree/main/skills/discord
Command: npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill discord-deskaunedsei1983

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with and manage Discord servers and direct messages directly through Clawdbot, automating communication and administrative tasks.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and react to messages in channels or DMs.
  • Content Uploads: Post stickers, upload custom emojis and stickers.
  • Channel & Thread Operations: Create, manage, and list threads, pins, and channels.
  • Information Retrieval: Fetch message details, member info, role info, channel info, and voice status.
  • Moderation & Permissions: Manage user timeouts, kicks, bans, and check channel permissions (requires specific configuration).
  • Use Case: Automatically post a celebratory sticker in a #releases channel after a successful deployment, or create a poll to gauge team availability for a meeting.

Quick Start

Use the discord skill to send a message saying 'Hello World!' to channel ID '12345'.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord server moderation and messaging tasks?

Automating Discord server moderation involves using programmatic controls to send messages, manage reactions, create polls, and perform user timeouts, kicks, or bans. This approach targets specific channels and users via configuration to streamline community management.

Can I manage Discord threads and pins via an automated script?

Managing Discord threads and pins via an automated script is supported. You can create, list, and manage threads, as well as handle pins and channel operations programmatically to organize server content without manual intervention.

What is the best way to post a custom emoji or sticker to a Discord channel automatically?

Posting custom emojis or stickers to a Discord channel automatically requires using content upload features within a messaging automation tool. You configure the target channel ID and specify the media payload to upload and post directly.

Does programmatic Discord control require specific permissions for channel operations?

Programmatic Discord control requires specific permissions for channel operations, especially for moderation tasks like kicks, bans, and managing timeouts. You must configure the necessary role permissions to check and execute these administrative actions successfully.

How do I retrieve Discord message details and member info for a specific channel?

Retrieving Discord message details and member info involves using information retrieval functions to fetch data for specific channels and users. You can search messages, gather role info, and check voice status programmatically for community monitoring.