Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sandraschi/discord-mcp --skill discord-opsgit clone --depth 1 https://github.com/sandraschi/discord-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sandraschi/discord-mcp/discord-ops)<a href="https://agentmods.dev/skills/sandraschi/discord-mcp/discord-ops"><img src="https://agentmods.dev/badge/skills/sandraschi/discord-mcp/discord-ops/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sandraschi/discord-mcp/discord-ops"><img src="https://agentmods.dev/badge/skills/sandraschi/discord-mcp/discord-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00782 |
| Opus 5 | $0.00000 | $0.00391 |
| Sonnet 5 | $0.00000 | $0.00156 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
discord-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Discord Ops Skill
Overview
Core operations for Discord server management via the discord(operation=...) portmanteau tool. Covers guild browsing, channel management, messaging, moderation, roles, invites, webhooks, and RAG search.
Key Operations
Discovery
discord(operation="list_guilds")— All guilds the bot has joined. Start here.discord(operation="list_channels", guild_id="...")— Browse channels in a guild.
Messaging
discord(operation="send_message", channel_id="...", content="...")— Post a message. Subject to anti-spam limits (10/min global, 3/min per channel, 5s interval).discord(operation="get_messages", channel_id="...", limit=50)— Recent messages.discord(operation="edit_message", channel_id="...", message_id="...", content="...")— Edit bot messages only.discord(operation="delete_message", channel_id="...", message_id="...")— Delete bot messages.
Moderation
discord(operation="ban_member", guild_id="...", user_id="...", reason="...", delete_message_seconds=0)— Ban with optional message purge.discord(operation="unban_member", guild_id="...", user_id="...")— Lift a ban.discord(operation="kick_member", guild_id="...", user_id="...", reason="...")— Kick a member.discord(operation="timeout_member", guild_id="...", user_id="...", duration_minutes=60, reason="...")— Timeout member.discord(operation="list_bans", guild_id="...")— List banned users.discord(operation="get_audit_log", guild_id="...", limit=50)— Fetch audit log.
Channel Management
discord(operation="create_channel", guild_id="...", name="...", channel_type=0)— type: 0=text, 2=voice, 5=announcement.discord(operation="delete_channel", channel_id="...")— Permanent delete.discord(operation="export_messages", channel_id="...", limit=50)— Markdown export.
Roles
discord(operation="list_roles", guild_id="...")— All roles with colors/positions.discord(operation="create_role", guild_id="...", name="...")— New role.discord(operation="delete_role", guild_id="...", role_id="...")— Delete role.discord(operation="assign_role", guild_id="...", user_id="...", role_id="...")— Assign.discord(operation="remove_role", guild_id="...", user_id="...", role_id="...")— Remove.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 57 lines · 0 tokens per session scan A ef4d4394b94c
discord-ops is a skill published in the GitHub repository sandraschi/discord-mcp (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 782 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
quadrants
Manage Quadrants tasks and projects via natural language. Use when the user wants to create, view, complete, or organize tasks on the Eisenhower Matrix. Supports listing projects, adding tasks (single or bulk), viewing priority tasks, completing tasks, and getting project overviews. Triggers on mentions of…
blender-expert
Expert Blender 3D modeling, animation, rendering, and pipeline automation. Use for any Blender-related task from simple primitives to complex procedural workflows.
autonomous-modeling
Use this skill to autonomously design and model complex 3D objects in Blender. Perfect for generating chassis, robots, and environment props from natural language.
pipeline-automation
Automate 3D asset pipelines, including batch optimization, material baking, and exports for platforms like Unity and VRChat.
cor-api-tools
Deep reference for all 61 COR MCP API tools — complete argument listings, JSON request/response examples, and common usage patterns for every module.
github
Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.