discord

discord is a skill for Claude Code, Codex from ssube/conclave. It costs 49 tokens per session (1,219 once invoked), scanned A, original, MIT.

A tool for communicating in Discord, a platform for text channels, file sharing, polls, and group conversations. It can send and read messages, upload files, create polls, add reactions, and list servers and channels.

In plain words
What is it for?
Use it to post updates, check channel history, share files, run polls, react to messages, and inspect available servers or channels.
Why use it?
It lets an agent handle routine Discord communication without manually switching to the Discord app.

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/ssube/conclave/discord
Any agent
npx skills add ssube/conclave --skill discord
Clone the repo
git clone --depth 1 https://github.com/ssube/conclave

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 discord

README.md
[![agentmods](https://agentmods.dev/badge/skills/ssube/conclave/discord.svg)](https://agentmods.dev/skills/ssube/conclave/discord)
Your own site
<a href="https://agentmods.dev/skills/ssube/conclave/discord"><img src="https://agentmods.dev/badge/skills/ssube/conclave/discord.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,219 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.00049 $0.01219
Opus 5 $0.00024 $0.00609
Sonnet 5 $0.00010 $0.00244
Haiku 4.5 $0.00005 $0.00122

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

Security

Grade A, and why

discord 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (discord.py), 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.

pi/skills/discord/SKILL.md · 151 lines

How it starts

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

Discord Skill

Unified Discord communication tool with structured error handling, rate-limit awareness, and channel name resolution.

Actions

Action Description
send Send a text message to a channel
read Read recent messages from a channel (chronological, with filters)
channels List all channels in a guild (grouped by category)
guilds List guilds the bot belongs to
attach Upload a file to a channel with an optional caption
poll Create a poll with multiple choice answers
react Add an emoji reaction to a message

Usage

python3 {baseDir}/discord.py <command> [options]

Send a message

# Send to default channel
python3 {baseDir}/discord.py send "Hello from the agent"

# Send to a specific channel by ID
python3 {baseDir}/discord.py send "Status update: deploy complete" --channel 1234567890

# Send to a channel by name (requires DISCORD_GUILD_ID)
python3 {baseDir}/discord.py send "Build finished" --channel general

Read messages

# Read last 2 hours from default channel
python3 {baseDir}/discord.py read

# Read last 30 minutes, compact format
python3 {baseDir}/discord.py read --channel general --since 30 --compact

# Filter to a specific user, humans only
python3 {baseDir}/discord.py read --channel 1234567890 --from username --humans-only

# Read with higher limit
python3 {baseDir}/discord.py read --channel general --limit 100 --since 60

List channels

# List channels in the default guild
python3 {baseDir}/discord.py channels

# List channels in a specific guild
python3 {baseDir}/discord.py channels --guild 9876543210

List guilds

python3 {baseDir}/discord.py guilds

Send a file attachment

# Upload a file to the default channel
python3 {baseDir}/discord.py attach --file /tmp/report.pdf

# Upload with a caption to a specific channel
python3 {baseDir}/discord.py attach --file /tmp/photo.jpg --caption "Check this out" --channel media

# Upload by channel name
python3 {baseDir}/discord.py attach --file ./screenshot.png --caption "Bug screenshot" --channel bugs

Read the full file on GitHub · 151 lines

Files

What ships with it

1 file 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.

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. 3d ago First seen · 151 lines · 49 tokens per session scan A 95c362bb3823

Subscribe to this mod's changes

discord is a skill published in the GitHub repository ssube/conclave (2 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 1,219 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

mine

Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.

MemPalace/mempalace · 21 tokens

mempalace-recall

Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was decided, what happened before, who someone is, what was discussed last time, or anything that may already be filed in their memory palace; or when mempalace-recall…

MemPalace/mempalace · 94 tokens

docker-extend

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container', 'personalize docker setup', 'docker user setup', 'install…

coleam00/Archon · 118 tokens

st-full-workflow

Use when the user asks to run the complete end-to-end Strikethroo workflow for a work order in one shot in this repository — triggers include full workflow, end-to-end, plan and execute, do everything, run the whole strikethroo workflow. Do not use when the user wants only one stage (create a plan, generate tasks, or…

e0ipso/strikethroo · 90 tokens

kami

Generate PDFs, resumes, CVs, letters, slide decks, portfolios, one-pagers, white papers, and professional documents. Use when user asks to create a PDF, make a resume, write a letter, design slides, format a document, typeset a report, build a portfolio, make a presentation, or create a one-pager. Warm parchment…

EliasOulkadi/shokunin · 0 tokens

st-code-review

Use when the blueprint execution gate asks for an independent second-harness review of a Strikethroo plan's cumulative diff in this repository — triggers include code review gate, review the plan diff, second-model review, CODEREVIEW hook, review the cumulative diff. Do not use to review a single task, to review code…

e0ipso/strikethroo · 87 tokens