Pular para o conteúdo principal
Este conteúdo ainda não está disponível no seu idioma e está sendo exibido em inglês.

Batch Convert

Skill Verificado
88

Batch convert documents between multiple formats using a unified pipeline

Resumo de IA

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.

Instalação

npx skills add claude-office-skills/skills

Executa a CLI skills da Vercel (skills.sh) via npx — requer Node.js localmente e pelo menos um agente compatível com skills instalado (Claude Code, Cursor, Codex, …). Pressupõe que o repositório siga o formato agentskills.io.

3 months ago
98 stars
MIT
Atualizado em 6 days ago
Ver código-fonte