DiscordAdmin

DiscordAdmin is a skill for Claude Code, Codex from CarbeneAI/Forge. It costs 47 tokens per session (1,078 once invoked), scanned A, original, MIT.

An administration guide for managing a specific Discord community, including moderation, announcements, roles, and server statistics. Discord is a chat platform where communities organise conversations into servers and channels.

In plain words
What is it for?
Posting announcements, warning or removing members, muting users, managing roles, synchronising roles, and checking server statistics.
Why use it?
It provides defined procedures for common server-management tasks and keeps moderation, role changes, announcements, and statistics tied to the community’s configured structure.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/carbeneai/forge/discordadmin
Any agent
npx skills add CarbeneAI/Forge --skill discordadmin
Clone the repo
git clone --depth 1 https://github.com/CarbeneAI/Forge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for DiscordAdmin

README.md
[![agentmods](https://agentmods.dev/badge/skills/carbeneai/forge/discordadmin.svg)](https://agentmods.dev/skills/carbeneai/forge/discordadmin)
Your own site
<a href="https://agentmods.dev/skills/carbeneai/forge/discordadmin"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/discordadmin.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,078 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00047 $0.01078
Opus 5 $0.00023 $0.00539
Sonnet 5 $0.00009 $0.00216
Haiku 4.5 $0.00005 $0.00108

Measured 4d ago against content hash 6b513fa2bf89, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

DiscordAdmin 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 4d ago.

The scan reads SKILL.md. This mod also ships 11 executable files (tools/DiscordApi.ts, tools/DiscordBot.ts, tools/handlers/Agent.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/DiscordAdmin/SKILL.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DiscordAdmin

Discord server administration skill for managing the Cyber Defense Tactics community Discord server.

Workflow Routing

Workflow Trigger File
Announce "post announcement", "discord announcement" workflows/Announce.md
ModerateUser "kick", "ban", "mute", "warn user" workflows/ModerateUser.md
ManageRoles "add role", "remove role", "role sync" workflows/ManageRoles.md
ServerStats "discord stats", "member count", "server analytics" workflows/ServerStats.md

Configuration

Environment Variables (in ~/.claude/.env)

# Discord Bot (Cyber Defense Tactics)
DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_GUILD_ID=1462915757401706617

# Role IDs
DISCORD_ROLE_PREMIUM=1463398729972449352
DISCORD_ROLE_MENTORSHIP=1463399070298275873
DISCORD_ROLE_ENTERPRISE=1463399178506993685

Server Structure

Guild ID: 1462915757401706617

Channels (Public):

  • #welcome
  • #introductions
  • #general-discussion
  • #free-resources
  • #job-postings
  • #wins-and-celebrations

Channels (Premium - role-gated):

  • #premium-lounge
  • #detection-engineering
  • #ai-tools-and-tips
  • #career-strategy
  • #course-discussion

Channels (Mentorship - role-gated):

  • #mentorship-cohort
  • #mentor-office-hours (voice)

Role Hierarchy

Role ID Auto-assigned
Premium 1463398729972449352 On premium subscription
Mentorship 1463399070298275873 On mentorship subscription
Enterprise 1463399178506993685 On enterprise subscription

Capabilities

Currently Implemented

  • Role Sync - Add/remove roles based on subscription tier
  • Member Lookup - Check if user is server member and their roles

Implemented Capabilities

  • Role Sync - Add/remove roles based on subscription tier
  • Member Lookup - Check if user is server member and their roles
  • Moderation - Timeout, kick, ban with audit logging
  • Announcements - Post messages and embeds to channels
  • Analytics - Server stats, member counts, role distribution

Read the full file on GitHub · 152 lines

Changes

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.

  1. 4d ago First seen · 152 lines · 47 tokens per session scan A 6b513fa2bf89

Subscribe to this mod's changes

DiscordAdmin is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 1,078 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

aod-orchestrate

Multi-feature orchestration skill that bridges /aod.blueprint output to parallel wave execution. Groups synced GitHub Issues by ICE priority tier (P0/P1/P2) into sequential waves, creates Task records, spawns batch sessions via the orchestrator API, monitors completion, and reports results. Supports --issues…

davidmatousek/tachi · 110 tokens

code-execution-helper

Guide for using code execution capabilities to perform parallel batch processing, conditional filtering, and data aggregation. This skill should be used when agents need to analyze multiple files efficiently, validate large result sets, aggregate data from multiple sources, or reduce token consumption through…

davidmatousek/tachi · 76 tokens

root-cause-analyzer

Implements 5 Whys root cause analysis methodology for systematic debugging and problem resolution. Use this skill when you need to find root cause, run 5 whys analysis, analyze recurring problems, or perform systematic debugging. Guides developers through structured analysis, documents findings in institutional…

davidmatousek/tachi · 68 tokens

panguard

AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.

panguard-ai/panguard-ai · 30 tokens

detecting-aws-credential-exposure-with-trufflehog

Detecting exposed AWS credentials in source code repositories, CI/CD pipelines, and configuration files using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.

xalgorix/xalgorix · 54 tokens

tachi-control-analysis

Domain knowledge for compensating controls analysis — control category definitions with detection patterns, evidence criteria with effectiveness classification, and residual risk calculation with recommendation generation. Loaded on-demand by the control-analyzer agent during codebase scanning and risk assessment…

davidmatousek/tachi · 52 tokens