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 agentmods add skills/carbeneai/forge/discordadminnpx skills add CarbeneAI/Forge --skill discordadmingit clone --depth 1 https://github.com/CarbeneAI/ForgeWrote 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/carbeneai/forge/discordadmin)<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>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 | $0.00047 | $0.01078 |
| Opus 5 | $0.00023 | $0.00539 |
| Sonnet 5 | $0.00009 | $0.00216 |
| Haiku 4.5 | $0.00005 | $0.00108 |
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.
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 — 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
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- linux-service/pai-discord-bot.service 674 B
- tools/DiscordApi.ts 13 KB runs code
- tools/DiscordBot.ts 13 KB runs code
- tools/handlers/Agent.ts 9.3 KB runs code
- tools/handlers/Chat.ts 1.8 KB runs code
- tools/handlers/Fabric.ts 7.7 KB runs code
- tools/handlers/Help.ts 1.6 KB runs code
- tools/handlers/Joseph.ts 13 KB runs code
- tools/handlers/Research.ts 10 KB runs code
- tools/handlers/Save.ts 2.3 KB runs code
- tools/lib/DiscordClient.ts 15 KB runs code
- tools/Manage.sh 4.1 KB runs code
- workflows/Announce.md 2.1 KB
- workflows/ManageRoles.md 2.6 KB
- workflows/ModerateUser.md 3.0 KB
- workflows/ServerStats.md 2.4 KB
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.
- 4d ago First seen · 152 lines · 47 tokens per session scan A 6b513fa2bf89
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.
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…
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…
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…
panguard
AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.
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.
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…