feat: agent skills runtime for LibreChat agents#2
Closed
djuillard wants to merge 2 commits into
Closed
Conversation
Add LibreOffice, qpdf, fonts, skills scripts, and sandbox configuration to support 6 specialized LibreChat agents (DOCX, XLSX, PDF, Quick Edits, Data Analysis, YouTube Assistant). Key changes: - Install LibreOffice Writer+Calc, qpdf, fonts in Dockerfile - Embed Anthropic DOCX/XLSX skills + custom tracked_replace.py at /opt/skills - Expose SKILLS_ROOT=/opt/skills in sandbox environment - Add nsjail mounts for /opt/skills, /etc/fonts, /etc/libreoffice - Fix NODE_PATH to include /usr/lib/node_modules - Fix pdfminer version conflict for pdfplumber compatibility - Add pdfplumber, pypdf, Node.js docx package - Add smoke tests and documentation Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
- Embed Anthropic PPTX skill at /opt/skills/pptx (symlink to shared office/) - Add markitdown[pptx] Python package for document→markdown conversion - Add pptxgenjs Node.js package for PowerPoint generation - Update smoke tests and documentation Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
Author
|
Pas besoin de merge dans main à ce stade. Les commits resteront pour le moment dans la branche feat/agent-skills-runtime. |
djuillard
pushed a commit
that referenced
this pull request
Apr 21, 2026
Bumps node from 20-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/opt/skills/with XSD schemas, validators, helpers, and templatestracked_replace.pyimplementing Word tracked changes (<w:del>/<w:ins>) with formatting preservationSKILLS_ROOT=/opt/skillsenv var injected in all sandbox executions/usr/lib/node_modulesdocs/AGENT_SKILLS.md)Agents supported
/opt/skills/docx//opt/skills/pptx//opt/skills/xlsx/Test plan
Generated with Claude Code