Discord skill

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a coherent Discord-control skill, but it gives the agent broad power to post, delete, upload, and potentially moderate Discord content, so it should be reviewed and tightly scoped before use.

Install only if you want Clawdbot to act in Discord. Before enabling, give the bot the minimum Discord permissions needed, restrict it to specific channels if possible, disable unused action groups, and require explicit confirmation for public posts, deletions, uploads, role/channel changes, or moderation.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked incorrectly or with overly broad bot permissions, the agent could post to channels or DMs, delete or edit messages, upload assets, or otherwise affect shared Discord spaces.

Why it was flagged

The skill documents broad Discord mutation authority, with most action groups enabled unless disabled. The artifact does not show per-action approval, channel allowlisting, or rollback guidance for public posts, deletions, uploads, pins, or moderation-adjacent actions.

Skill content
Use `discord` to manage messages, reactions, threads, polls, and moderation. You can disable groups via `discord.actions.*` (defaults to enabled, except roles/moderation).
Recommendation

Restrict the Discord bot to only necessary servers and channels, disable unused `discord.actions.*` groups, and require explicit user confirmation for sends, deletions, uploads, pins, channel changes, role changes, and moderation.

What this means

The agent may be able to perform any Discord action that the Clawdbot bot account is allowed to perform.

Why it was flagged

Discord access is delegated through the configured bot identity. This is expected for a Discord integration, but the bot token's server permissions determine what the agent can do.

Skill content
The tool uses the bot token configured for Clawdbot.
Recommendation

Use a dedicated bot account with minimal permissions, avoid administrator-level roles, limit access to specific channels where possible, and monitor Discord audit logs.

What this means

A mistaken file path or target channel could expose private local files or media to Discord users.

Why it was flagged

The skill can upload user-selected local files or remote media to Discord. This is purpose-aligned, but it creates a data boundary where local content may be sent to an external Discord channel or DM.

Skill content
`mediaUrl` supports local files (`file:///path/to/file`) and remote URLs (`https://...`)
Recommendation

Only provide approved file paths and destination IDs, avoid sensitive local files, and disable media upload action groups if they are not needed.