跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Batch Convert

Skill 已验证
88

Batch convert documents between multiple formats using a unified pipeline

AI 摘要

This skill provides a unified pipeline for converting documents in bulk, supporting a wide array of input and output formats. It leverages external tools like Pandoc and LibreOffice and offers features such as automatic format detection, parallel processing, and error reporting for individual files.

Maintenance

  • warning:Dependency ManagementThe skill lists external dependencies like `pdf2docx`, `markitdown`, `pandoc`, `marp-cli`, and `libreoffice` in its installation instructions, but there are no explicit measures for updating or managing these dependencies for vulnerabilities.

Code Execution

  • warning:ValidationWhile the Python code handles file paths and formats, there is no explicit mention or implementation of a schema library for validating all input arguments and structured output against a defined schema.
  • warning:Tool FallbackThe skill explicitly lists external tools like Pandoc, Marp CLI, and LibreOffice as required installations in its 'Installation' section, but does not declare them as optional or provide a built-in fallback path if they are not present.

Portability

  • warning:Runtime stabilityThe skill relies on external tools like Pandoc, Marp CLI, LibreOffice, and Python libraries (pdf2docx, markitdown), which are not bundled and must be installed separately by the user, posing a portability challenge if these dependencies are not met.

安装

npx skills add claude-office-skills/skills

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

3 months ago
98 stars
MIT
更新于 2 days ago
查看源代码