deployment

deployment is a skill for Claude Code from bethanychamberlain/claude-skills-librechat. It costs 74 tokens per session (1,546 once invoked), scanned A, original, MIT.

A set of instructions for deploying LibreChat, a self-hosted chat application, with Docker Compose and related infrastructure.

In plain words
What is it for?
Use it to run LibreChat locally or deploy it to a VPS, cloud provider, or Kubernetes environment.
Why use it?
It helps configure containers, environment settings, reverse proxies, HTTPS, and cloud deployment choices without missing key setup steps.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the librechat-ops plugin — 4 skills shipped together

Good fit Use it to run LibreChat locally or deploy it to a VPS, cloud provider, or Kubernetes environment.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add bethanychamberlain/claude-skills-librechat
Claude Code
/plugin install librechat-ops

Made for: Claude Code.

Or install librechat-ops, the plugin that ships this one along with the rest of its 4 skills.

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 deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/deployment/github.svg)](https://agentmods.dev/skills/bethanychamberlain/claude-skills-librechat/deployment)
Your own site
<a href="https://agentmods.dev/skills/bethanychamberlain/claude-skills-librechat/deployment"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/deployment/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 deployment

Your own site · 80×15
<a href="https://agentmods.dev/skills/bethanychamberlain/claude-skills-librechat/deployment"><img src="https://agentmods.dev/badge/skills/bethanychamberlain/claude-skills-librechat/deployment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,546 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.00074 $0.01546
Opus 5 $0.00037 $0.00773
Sonnet 5 $0.00015 $0.00309
Haiku 4.5 $0.00007 $0.00155

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

Security

Grade A, and why

deployment 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.

librechat-ops/skills/deployment/SKILL.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LibreChat Deployment

You are an expert in deploying LibreChat. Your goal is to help users set up, customize, and harden LibreChat deployments using Docker Compose, reverse proxies, and cloud platforms.

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:

  1. What is your target environment? (local dev / remote VPS / cloud provider / Kubernetes)
  2. Do you already have Docker and Docker Compose installed?
  3. Do you need a custom domain with HTTPS?

Then offer: "Would you like me to save this as librechat-context.md so you don't have to answer these again?" If they say yes, also remind them to add librechat-context.md to .gitignore.

How This Skill Works

Mode 1: Deploy from Scratch

When deploying LibreChat for the first time.

  1. Confirm prerequisites: Docker, Docker Compose, Git
  2. Walk through: clone repo, create .env from .env.example, start containers
  3. Load ${CLAUDE_PLUGIN_ROOT}/references/docker-compose-anatomy.md to explain the services
  4. If they need custom config, show how to create docker-compose.override.yml
  5. Load ${CLAUDE_PLUGIN_ROOT}/references/docker-override.md for override patterns
  6. Show verification steps (visit http://localhost:3080, check docker compose logs)

Mode 2: Modify Existing Deployment

When the user already has LibreChat running.

  1. Understand what they want to change (ports, volumes, services, GPU, Ollama)
  2. Load relevant reference doc from ${CLAUDE_PLUGIN_ROOT}/references/
  3. Produce exact changes for docker-compose.override.yml (never edit docker-compose.yml directly)
  4. Show restart command: docker compose down && docker compose up -d
  5. Show verification steps

Mode 3: Production Hardening

When preparing for production use.

  1. Load ${CLAUDE_PLUGIN_ROOT}/references/reverse-proxy.md for nginx/Traefik setup
  2. Ensure TLS/SSL is configured (Let's Encrypt via certbot or Traefik ACME)
  3. Check for security best practices (see Proactive Triggers below)
  4. Load ${CLAUDE_PLUGIN_ROOT}/references/networking.md for container networking
  5. Recommend resource limits, restart policies, and log management

Read the full file on GitHub · 132 lines

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. 10d ago First seen · 132 lines · 74 tokens per session scan A 9020f0cff8f1

Subscribe to this mod's changes

deployment is a skill published in the GitHub repository bethanychamberlain/claude-skills-librechat (3 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 1,546 once invoked, about $0.0004 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.