Discord Channel Auditor

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is a clearly disclosed Discord guide-channel updater, but users should understand it can read channel structure and edit or delete guide messages if they grant the bot those permissions.

Before installing or using it, confirm the Discord bot is limited to the intended server and guide channel, run it manually once to inspect the output, and only enable the silent daily cron if you are comfortable with automatic guide-message updates.

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 run with the needed permissions, the agent can read Discord channel information and edit, send, or delete messages in the guide channel.

Why it was flagged

The skill explicitly uses Discord message operations that can read server information and change messages. This is appropriate for keeping a guide channel synchronized, but it is still a meaningful tool capability.

Skill content
Uses OpenClaw's built-in `message` tool for all Discord operations (`channel-list`, `read`, `send`, `delete`, `edit`)
Recommendation

Grant access only to the intended server and guide channel, and review the first proposed update before using scheduled automation.

What this means

A misconfigured bot could see more channels than intended or modify messages in the wrong channel.

Why it was flagged

The skill requires delegated Discord bot permissions. These permissions are directly related to the stated function, but they allow the bot to view accessible channels and manage guide-channel messages.

Skill content
Bot must have "View Channel" permission in the guild to list channels
- Bot must have "Send Messages" + "Manage Messages" in the guide channel to post/delete
Recommendation

Use least-privilege Discord permissions: restrict the bot to the relevant guild and guide channel, and avoid granting broader Manage Messages access than necessary.

What this means

If scheduled, guide messages may be changed automatically without a notification each time.

Why it was flagged

The skill documents optional scheduled autonomous operation with no notification. It is disclosed and fits the auto-update purpose, but users should be aware that it can make repeated silent guide updates once scheduled.

Skill content
Schedule: daily at a quiet hour (e.g., 6 AM local)
Session: isolated
Timeout: 120 seconds
Delivery: none (don't notify, just update silently)
Recommendation

Enable the cron only if silent automatic updates are desired; otherwise run the skill manually or configure notifications/review.