Claude Code skills for LibreChat configuration, deployment, and administration.
This marketplace provides guided workflows that Claude Code can activate when you're working with LibreChat — writing YAML configs, setting up agents, diagnosing errors, managing authentication, and more.
Disclaimer: These skills were built using Claude Code with the skill-creator plugin and Serena MCP server. They have been tested against a single LibreChat v0.8.3 instance running locally. While all 12 skills pass testing, edge cases or version-specific issues may exist. Bug reports and contributions are welcome.
Add the marketplace to Claude Code:
/plugin marketplace add https://github.com/bethanychamberlain/claude-skills-librechat
Then install a plugin:
/plugin install librechat-core
| Plugin | Skills | Description |
|---|---|---|
librechat-core | config, agents, troubleshooting | YAML configuration, agent setup, debugging |
librechat-data | rag, tools | Document retrieval (RAG), agent tools and capabilities |
librechat-mcp | mcp | Model Context Protocol server integration |
librechat-ops | deployment, infrastructure, monitoring, upgrades | Docker/cloud deployment, databases, logging, version management |
librechat-security | auth, access-control | OAuth2/SAML/LDAP authentication, user restrictions and permissions |
5 plugins, 12 skills, 97 reference files, 11 templates, 2 helper scripts.
Once installed, skills activate naturally during conversation. Examples:
"Help me add a custom endpoint for Mistral to my librechat.yaml" → activates the config skill
"I'm getting a 400 error when uploading files to an agent" → activates the troubleshooting skill
"Set up an agent with RAG for student document queries" → activates the rag skill
"Configure SAML authentication with our identity provider" → activates the auth skill
"Lock down the interface so students can only use shared agents" → activates the access-control skill
You don't need to name skills explicitly — describe what you're trying to do and Claude Code will use the right skill.
For the best results, fill in librechat-context-template.md and paste its contents
at the start of your session (or save it as LIBRECHAT_CONTEXT.md in your project).
This tells Claude which version you're running, how it's deployed, what providers are
configured, and any constraints it should know about.
See CONTRIBUTING.md for how to add skills, fix docs, or propose a new plugin.
This project was inspired by and built on the framework established by alirezarezvani/claude-skills.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
LibreChat access control, authentication, and user management
Essential LibreChat admin skills: YAML config, agents, troubleshooting
LibreChat deployment, monitoring, infrastructure, and upgrades
LibreChat RAG, file handling, and tool configuration
npx claudepluginhub bethanychamberlain/claude-skills-librechat --plugin librechat-mcpSkills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Manage Claude Code settings and MCP server configurations with best practices
OpenClaw AI assistant integration. Chat, manage sessions, access memory, and run async tasks through your OpenClaw instance.
Centralized Claude Code configuration: Docker-first guards, permissions, MCP gateway, and workflow skills
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
MCP server development helper with tool and resource scaffolding