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 chrismdemian/claude-code-discord-bridge --skill accessgit clone --depth 1 https://github.com/chrismdemian/claude-code-discord-bridgeWrote 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/chrismdemian/claude-code-discord-bridge/access)<a href="https://agentmods.dev/skills/chrismdemian/claude-code-discord-bridge/access"><img src="https://agentmods.dev/badge/skills/chrismdemian/claude-code-discord-bridge/access/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/chrismdemian/claude-code-discord-bridge/access"><img src="https://agentmods.dev/badge/skills/chrismdemian/claude-code-discord-bridge/access.svg" alt="Reviewed on agentmods" width="80" 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.00012 | $0.00247 |
| Opus 5 | $0.00006 | $0.00123 |
| Sonnet 5 | $0.00002 | $0.00049 |
| Haiku 4.5 | $0.00001 | $0.00025 |
Grade A, and why
access 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 9d 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.
What it actually says
Discord Bridge Access Management
Manage the allowlist of Discord users who can send prompts and approve permissions.
Steps
-
Read the current access config:
cat ${CLAUDE_PLUGIN_DATA}/access.json 2>/dev/null || echo '{"allowedUsers": []}' -
Show the user the current allowlist.
-
Ask what they want to do:
- Add a user: Ask for their Discord user ID (right-click user > Copy User ID in Discord with Developer Mode enabled)
- Remove a user: Show the list and let them pick
- List users: Just display the current list
-
Update
${CLAUDE_PLUGIN_DATA}/access.jsonwith the changes. -
The bridge service will pick up the changes on the next request (no restart needed).
Notes
- The server owner is always allowed (added automatically during setup)
- Discord user IDs are numeric strings like "123456789012345678"
- Users need Developer Mode enabled in Discord to copy user IDs (Settings > Advanced > Developer Mode)
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.
- 9d ago First seen · 33 lines · 12 tokens per session scan A 73a248a2270a
access is a skill published in the GitHub repository chrismdemian/claude-code-discord-bridge (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 12 tokens to every session and 247 once invoked, about $0.0001 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
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge…
browser-use
Automates browser interactions for social media management across Instagram, LinkedIn, and X. Handles posting, DMs, connection requests, lead scraping, and monitoring. Use when the user needs to navigate, interact with, or extract data from approved websites.
novel-prose
A fiction-writing guide for creating novel chapters scene by scene, with rules for viewpoint, dialogue, description, pacing, and chapter structure.
novel-openviking
Instructions for connecting a novel-writing workflow to OpenViking, a semantic memory system that stores and retrieves related information by meaning. It maps character details, world rules, chapter summaries, and plot clues to memory operations.
novel-archiving
A writing-workflow skill for archiving each completed novel chapter. It creates a chapter summary and updates files that record characters, plot clues, the timeline, relationships, and world details.
novel-memory
A file-based memory system for Chinese-language fiction projects. It stores story plans, character details, world rules, timelines, relationships, chapter summaries, and unresolved clues.