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/ssube/conclave/discordnpx skills add ssube/conclave --skill discordgit clone --depth 1 https://github.com/ssube/conclaveWrote 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/ssube/conclave/discord)<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>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.00049 | $0.01219 |
| Opus 5 | $0.00024 | $0.00609 |
| Sonnet 5 | $0.00010 | $0.00244 |
| Haiku 4.5 | $0.00005 | $0.00122 |
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.
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 — 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
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.
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.
- 3d ago First seen · 151 lines · 49 tokens per session scan A 95c362bb3823
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.
Other skills, from other repositories
mine
Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.
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…
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…
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…
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…
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…