discord

discord is a skill for Claude Code from zapier/connectors. It costs 64 tokens per session (3,793 once invoked), scanned A, original, no licence file.

A connection to Discord, a chat platform organized into servers and channels. It lets an agent send messages and manage parts of a Discord community.

In plain words
What is it for?
Sending and managing messages, starting threads or forum posts, managing channels, members, and roles, and posting through webhooks.
Why use it?
It removes the need to switch to Discord for routine communication and server administration. It can work with messages, threads, channels, members, roles, and webhooks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the discord plugin — 1 skill shipped together

Good fit Sending and managing messages, starting threads or forum posts, managing channels, members, and roles, and posting through webhooks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zapier/connectors/discord
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.

Any agent
npx skills add zapier/connectors --skill discord
Clone the repo
git clone --depth 1 https://github.com/zapier/connectors

Made for: Claude Code.

Or install discord, the plugin that ships this one along with the rest of its 1 skill.

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/zapier/connectors/discord.svg)](https://agentmods.dev/skills/zapier/connectors/discord)
Your own site
<a href="https://agentmods.dev/skills/zapier/connectors/discord"><img src="https://agentmods.dev/badge/skills/zapier/connectors/discord.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00064 $0.03793
Opus 5 $0.00032 $0.01896
Sonnet 5 $0.00013 $0.00759
Haiku 4.5 $0.00006 $0.00379

Measured 8d ago against content hash 2f11c3b0b346, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d ago.

The scan reads SKILL.md. This mod also ships 43 executable files (cli.js, cli.ts, connections.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.

apps/discord/SKILL.md · 159 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

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

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. 8d ago First seen · 159 lines · 64 tokens per session scan A 2f11c3b0b346

Subscribe to this mod's changes

discord is a skill published in the GitHub repository zapier/connectors (165 stars, last pushed 14d ago), with no licence file. It adds 64 tokens to every session and 3,793 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

create-skill

Create a new agent skill (or Claude Code slash command) from a plain-language description, using live spec fetching, pattern research, and an approval-gated blueprint before any files are written. Use whenever the user wants to build, scaffold, or author a new skill, subagent capability, or slash command, including…

mgiovani/cc-arsenal · 133 tokens

team-implement

Spec-driven team orchestration for large, multi-component features or new epics: writes a full spec/design/review artifact trail under .specs/, gates code changes behind an explicit user approval, then scales a team from 3 (lite) to roughly 9 (full) agents based on complexity. Use for sizable features spanning…

mgiovani/cc-arsenal · 121 tokens

team-review

Multi-agent review team: architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6, for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern…

mgiovani/cc-arsenal · 130 tokens

test-suite

Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests in parallel that match the project's existing patterns. Use when the user wants to write tests, add test coverage, generate test cases, improve testing, or analyze coverage gaps. Supports pytest…

mgiovani/cc-arsenal · 86 tokens

agent-browser

Headless browser automation CLI optimized for AI agents: drives a real browser via accessibility-tree snapshots and @e1-style refs for 93% less context than raw DOM tools. Use whenever a task needs to interact with a live web page: click, fill forms, log in, extract text or data, take screenshots, test a running web…

mgiovani/cc-arsenal · 174 tokens

git-release

Create semantic version releases with automated changelog generation from conventional commits, version file bumps (package.json, pyproject.toml, Cargo.toml, etc.), git tagging, and GitHub release publishing, for repos on a simple main-branch workflow (no release/hotfix branches). Use when users want to create a…

mgiovani/cc-arsenal · 134 tokens