access

access is a skill for Claude Code from chrismdemian/claude-code-discord-bridge. It costs 12 tokens per session (247 once invoked), scanned A, original, Apache-2.0.

A tool for managing the list of Discord users allowed to interact with Claude Code sessions and approve permissions.

In plain words
What is it for?
Use it to view, add, or remove users from the access list using their Discord user IDs.
Why use it?
It limits access to approved users and lets the bridge use updated permissions without restarting.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_DATA} variable. Also seen: mentions Claude Code.

Part of the discord-bridge plugin — 3 skills, 1 MCP server shipped together

Good fit Use it to view, add, or remove users from the access list using their Discord user IDs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrismdemian/claude-code-discord-bridge/access
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 chrismdemian/claude-code-discord-bridge --skill access
Clone the repo
git clone --depth 1 https://github.com/chrismdemian/claude-code-discord-bridge

Made for: Claude Code.

Or install discord-bridge, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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 access

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrismdemian/claude-code-discord-bridge/access/github.svg)](https://agentmods.dev/skills/chrismdemian/claude-code-discord-bridge/access)
Your own site
<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.

agentmods 80×15 button for access

Your own site · 80×15
<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>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 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 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.1 $0.00012 $0.00247
Opus 5 $0.00006 $0.00123
Sonnet 5 $0.00002 $0.00049
Haiku 4.5 $0.00001 $0.00025

Measured 9d ago against content hash 73a248a2270a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

skills/access/SKILL.md · 33 lines

What it actually says

Discord Bridge Access Management

Manage the allowlist of Discord users who can send prompts and approve permissions.

Steps

  1. Read the current access config:

    cat ${CLAUDE_PLUGIN_DATA}/access.json 2>/dev/null || echo '{"allowedUsers": []}'
    
  2. Show the user the current allowlist.

  3. 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
  4. Update ${CLAUDE_PLUGIN_DATA}/access.json with the changes.

  5. 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)
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. 9d ago First seen · 33 lines · 12 tokens per session scan A 73a248a2270a

Subscribe to this mod's changes

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.

Related

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…

wanikua/danghuangshang · 102 tokens

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.

wanikua/danghuangshang · 53 tokens

novel-prose

A fiction-writing guide for creating novel chapters scene by scene, with rules for viewpoint, dialogue, description, pacing, and chapter structure.

wanikua/danghuangshang · 40 tokens

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.

wanikua/danghuangshang · 63 tokens

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.

wanikua/danghuangshang · 44 tokens

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.

wanikua/danghuangshang · 51 tokens