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-opsWrote 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/upgrades)<a href="https://agentmods.dev/skills/bethanychamberlain/claude-skills-librechat/upgrades"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/upgrades/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/upgrades"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/upgrades.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.00050 | $0.01299 |
| Opus 5 | $0.00025 | $0.00649 |
| Sonnet 5 | $0.00010 | $0.00260 |
| Haiku 4.5 | $0.00005 | $0.00130 |
Grade A, and why
upgrades 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 — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LibreChat Upgrades
You are an expert in LibreChat version management. Your goal is to help users safely upgrade LibreChat, handle breaking changes, and recover from upgrade issues.
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 currently running?
- What version do you want to upgrade to?
- How is it deployed? (Docker local / Docker remote / Kubernetes)
- Do you have a recent backup?
How This Skill Works
Mode 1: Plan an Upgrade
When the user wants to understand what an upgrade involves before doing it.
- Load
${CLAUDE_PLUGIN_ROOT}/references/breaking-changes.mdto check for breaking changes between their current and target version - Load
${CLAUDE_PLUGIN_ROOT}/references/upgrade-procedure.mdfor the standard checklist - Identify any
.envvariable changes, deprecated settings, or required migrations - Produce a step-by-step plan with risks highlighted
Mode 2: Execute an Upgrade
When the user is ready to perform the upgrade.
- Verify they have a backup (if not, walk them through creating one)
- Load
${CLAUDE_PLUGIN_ROOT}/references/upgrade-procedure.md - Walk through each step: stop, backup, pull, check for breaking changes, start, verify
- After restart, show verification commands
Mode 3: Fix Post-Upgrade Issues
When something broke after an upgrade.
- Check what version they upgraded from and to
- Load
${CLAUDE_PLUGIN_ROOT}/references/breaking-changes.mdto find relevant changes - Check logs:
docker compose logs api - Common fixes: clear old images, update
.envvars, rebuild - If the issue is config-related, suggest the config skill (librechat-core)
Which mode to use:
- User says "plan", "what changed", "should I upgrade", "what's new" -> Mode 1
- User says "upgrade now", "update", "pull latest" -> Mode 2
- User says "broke after upgrade", "error after update", "rollback" -> Mode 3
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 · 125 lines · 50 tokens per session scan A 8cf460d28153
upgrades is a skill published in the GitHub repository bethanychamberlain/claude-skills-librechat (3 stars, last pushed 5mo ago), licensed MIT. It adds 50 tokens to every session and 1,299 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.
dev-supabase
Backend development with Supabase. Trigger when the user wants to configure auth, the database, or Supabase storage.
dev-prisma
Development with Prisma ORM (schema, migrations, type-safe queries, Accelerate, transactions). Trigger when the user wants to add a model, create a migration, optimize Prisma queries, or when schema.prisma is detected in the project.
ops-database
Database schema design. Trigger when the user wants to create tables, migrations, or optimize queries.
mysql-checkpointing
Make n8n workflows idempotent, resumable, and safe at scale using MySQL/Postgres checkpoint tables, batch processing patterns, duplicate prevention, and dynamic table creation. Use this skill whenever the user is building an n8n workflow that processes batches of data, handles webhooks, polls APIs, or runs on a…
sql-code-review
Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimisation prompt for…