discord

Manage Discord channels, messages, reactions, and moderation via Clawdbot.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-in-pm/NemoClawd --skill discord-ai-in-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord
Source: https://github.com/ai-in-pm/NemoClawd/tree/main/apps/clawdbot-main/skills/discord
Command: npx skills add https://github.com/ai-in-pm/NemoClawd --skill discord-ai-in-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires discord.js, and includes scripts (resource) components.

What problem does it solve?

This Skill unit addresses the challenge of managing Discord features and interactions programmatically, allowing for efficient automation of Discord operations within Clawdbot.

Core Features & Use Cases

  • Discord Management: Send messages, react, post stickers, upload emojis, run polls, manage threads/pins/search, create/edit/delete channels and categories, fetch permissions or member/role/channel info, and handle moderation actions.
  • Use Case: Automate the posting of updates in Discord channels, managing polls for community decisions, or moderating DMs and channels to maintain order.

Quick Start

Use the discord skill to send a message to the channel with ID '123456789': "Hello, this is a test message from Clawdbot!"

Frequently Asked Questions about discord

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

FAQPage Schema
How do I automate Discord channel management and message sending?

Discord channel management and message sending are automated via Clawdbot's Node.js runtime. You can execute scripts to create channels, manage pins, and post messages programmatically.

Do I need a bot token to manage Discord channels and reactions?

Yes, a Discord bot token is required for authentication. Operating within Discord's API constraints, the token allows the runtime to securely handle reactions, manage threads, and perform moderation actions.

Can I use discord.js to automate Discord moderation and polls?

Discord moderation and polls are automated using discord.js within the Clawdbot runtime. You can run scripts to execute moderation actions, manage community polls, and handle member roles.

What is the best way to programmatically fetch Discord permissions and member info?

Fetching Discord permissions and member info programmatically is done via Clawdbot's Node.js runtime. Scripts can fetch role details and channel permissions by authenticating with a Discord bot token.

What are the limitations when using a Node.js runtime for Discord bot management?

When using a Node.js runtime for Discord bot management, operations are constrained by Discord's API limits. All scripts require a valid bot token and must respect rate limits for channel management and message sending.