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 skills add zapier/connectors --skill discordgit clone --depth 1 https://github.com/zapier/connectorsWrote 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/zapier/connectors/discord)<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>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.1 | $0.00064 | $0.03793 |
| Opus 5 | $0.00032 | $0.01896 |
| Sonnet 5 | $0.00013 | $0.00759 |
| Haiku 4.5 | $0.00006 | $0.00379 |
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.
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.
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.
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.
- .claude-plugin/plugin.json 939 B
- .mcp.json 130 B
- CHANGELOG.md 1.3 KB
- cli.js 7.3 KB runs code
- cli.ts 141 B runs code
- connections.ts 1.0 KB runs code
- evals/evals.json 20 KB
- evals/results.md 2.5 KB
- index.ts 3.8 KB runs code
- LICENSE 3.8 KB
- NOTICE 449 B
- package.json 1.6 KB
- README.md 11 KB
- references/discord-api-gotchas.md 10 KB
- references/discord-formatting.md 5.0 KB
- references/use-as-cli.md 2.8 KB
- references/use-as-mcp.md 2.6 KB
- references/use-as-recipe.md 6.8 KB
- references/use-as-sdk.md 1.2 KB
- references/use-with-zapier.md 6.3 KB
- references/use-without-zapier.md 3.3 KB
- scripts/addMemberRole.ts 1.5 KB runs code
- scripts/addReaction.ts 1.5 KB runs code
- scripts/createChannel.ts 3.0 KB runs code
- scripts/createRole.ts 3.0 KB runs code
- scripts/createThread.ts 3.8 KB runs code
- scripts/createWebhook.ts 2.2 KB runs code
- scripts/deleteMessage.ts 1.3 KB runs code
- scripts/editMessage.ts 3.4 KB runs code
- scripts/executeWebhook.ts 4.4 KB runs code
- scripts/getChannel.ts 2.0 KB runs code
- scripts/getCurrentUser.ts 1.7 KB runs code
- scripts/getGuild.ts 1.7 KB runs code
- scripts/getMember.ts 2.6 KB runs code
- scripts/getMessage.ts 3.0 KB runs code
- scripts/getUser.ts 1.8 KB runs code
- scripts/listActiveThreads.ts 2.5 KB runs code
- scripts/listChannelMessages.ts 3.6 KB runs code
- scripts/listChannels.ts 2.5 KB runs code
- scripts/listChannelWebhooks.ts 2.2 KB runs code
- scripts/listEmojis.ts 1.9 KB runs code
- scripts/listGuilds.ts 2.5 KB runs code
- scripts/listMembers.ts 3.5 KB runs code
- scripts/listRoles.ts 2.5 KB runs code
- scripts/modifyChannel.ts 2.5 KB runs code
- scripts/removeMemberRole.ts 1.5 KB runs code
- scripts/removeReaction.ts 1.4 KB runs code
- scripts/searchMembers.ts 3.4 KB runs code
- scripts/sendChannelMessage.ts 4.6 KB runs code
- scripts/sendDirectMessage.ts 3.5 KB runs code
- tests/addMemberRole.test.ts 2.1 KB runs code
- tests/addReaction.test.ts 1.9 KB runs code
- tests/createChannel.test.ts 2.0 KB runs code
- tests/createRole.test.ts 2.2 KB runs code
- tests/createThread.test.ts 2.7 KB runs code
- tests/createWebhook.test.ts 2.2 KB runs code
- tests/deleteMessage.test.ts 1.8 KB runs code
- tests/editMessage.test.ts 2.1 KB runs code
- tests/executeWebhook.test.ts 3.1 KB runs code
- tests/getChannel.test.ts 1.8 KB runs code
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.
- 8d ago First seen · 159 lines · 64 tokens per session scan A 2f11c3b0b346
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.
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…
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…
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…
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…
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…
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…