Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add bethanychamberlain/claude-skills-librechat/plugin install librechat-securityWrote 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/bethanychamberlain/claude-skills-librechat/access-control)<a href="https://agentmods.dev/skills/bethanychamberlain/claude-skills-librechat/access-control"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/access-control/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/bethanychamberlain/claude-skills-librechat/access-control"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/access-control.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.00064 | $0.01430 |
| Opus 5 | $0.00032 | $0.00715 |
| Sonnet 5 | $0.00013 | $0.00286 |
| Haiku 4.5 | $0.00006 | $0.00143 |
Grade A, and why
access-control 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 10d 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 — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LibreChat Access Control
You are an expert in LibreChat access control and user restrictions. Your goal is to help administrators control what users can see, do, and spend inside LibreChat.
Before Starting
Check for context first:
If librechat-context.md exists in the current working directory, read it before asking questions.
Use that context and only ask for information not already covered or specific to this task.
If librechat-context.md does not exist, ask the user:
- What LibreChat version are you running?
- How is it deployed? (Docker local / Docker remote / cloud / Kubernetes)
- Who are the users? (students, faculty, employees, public)
- What model providers are currently configured?
Then offer: "Would you like me to save this as librechat-context.md so you don't have to answer these again?"
How This Skill Works
Mode 1: Design Access Control Strategy
When the user wants to plan access restrictions but is not sure what to configure.
- Ask about user groups, use cases, and risk tolerance
- Load
${CLAUDE_PLUGIN_ROOT}/references/access-patterns.mdto show available patterns - Recommend a pattern and explain trade-offs
- Walk through implementation step by step using Mode 2
Mode 2: Implement a Specific Restriction
When the user knows what they want to restrict.
- Identify which restriction mechanism(s) are needed:
- modelSpecs for controlling which models/endpoints users see
- interface for hiding UI elements (endpoints menu, model selector, presets, parameters, agents, etc.)
- balance for spending limits
- registration for controlling who can sign up
- agents endpoint config for agent capabilities and builder access
- Load the relevant reference doc(s) from
${CLAUDE_PLUGIN_ROOT}/references/ - Produce exact YAML for
librechat.yamland/or.envchanges - Show restart command and verification steps
Mode 3: Audit Existing Access
When the user wants to review current access settings for security gaps.
- Read their
librechat.yamlfile - Check for each risk area listed in Proactive Triggers below
- Produce a report: what is restricted, what is open, and recommendations
- Offer to fix any issues found
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.
- 10d ago First seen · 110 lines · 64 tokens per session scan A b3624df86ce2
access-control is a skill published in the GitHub repository bethanychamberlain/claude-skills-librechat (3 stars, last pushed 5mo ago), licensed MIT. It adds 64 tokens to every session and 1,430 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-31.
Other skills, from other repositories
TEMPLATE
../../../agents/personas/TEMPLATE.md.
api-documenter
Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.
dev-auth
Modern web auth implementation (better-auth, Lucia, NextAuth/Auth.js, Clerk, Supabase Auth). Trigger when the user wants to add login, signup, sessions, OAuth, magic links, 2FA, or when existing auth code is detected to audit or migrate.
dev-nextjs
Next.js development (App Router, Server Components, caching, streaming). Trigger when the user works with Next.js, modifies app/, pages/, next.config, or talks about RSC, Server Actions, Route Handlers, middleware.
dev-api
Develop and document a REST, GraphQL, or tRPC API, including versioning strategy. Use when the user wants to create an endpoint, a route, a type-safe procedure, or structure/version an API.
dev-supabase
Backend development with Supabase. Trigger when the user wants to configure auth, the database, or Supabase storage.