원클릭으로
monoco-atom-doc-convert
Document conversion and intelligent analysis - Use LibreOffice to convert Office/PDF documents to analyzable formats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Document conversion and intelligent analysis - Use LibreOffice to convert Office/PDF documents to analyzable formats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | monoco_atom_doc_convert |
| description | Document conversion and intelligent analysis - Use LibreOffice to convert Office/PDF documents to analyzable formats |
| type | atom |
When analyzing Office documents (.docx, .xlsx, .pptx, etc.) or PDFs, use this workflow.
Step 1: Check LibreOffice Availability
which soffice
Step 2: Convert Document to PDF
soffice --headless --convert-to pdf "{input_path}" --outdir "{output_dir}"
Step 3: Use Vision Capabilities for Analysis
The converted PDF can be directly analyzed using the Agent's visual capabilities, no additional OCR needed.
| Input Format | Conversion Method | Notes |
|---|---|---|
| .docx | LibreOffice → PDF | Word documents |
| .xlsx | LibreOffice → PDF | Excel spreadsheets |
| .pptx | LibreOffice → PDF | PowerPoint presentations |
| .odt | LibreOffice → PDF | OpenDocument format |
| Use directly | No conversion needed |
/tmp/ or project .monoco/tmp/Analyze a Word document:
# Convert
soffice --headless --convert-to pdf "./report.docx" --outdir "./tmp"
# Analyze (using vision capabilities)
# Then read ./tmp/report.pdf for analysis
Extract documents to WebP pages for VLM analysis - Convert PDF, Office, Images to standardized WebP format
将文档提取为 WebP 页面以进行 VLM 分析 - 将 PDF、Office、图片转换为标准化 WebP 格式
文档转换与智能分析 - 使用 LibreOffice 将 Office/PDF 文档转换为可分析格式
Engineer Role - Responsible for code generation, testing, and maintenance
Reviewer Role - Responsible for code audit, architecture compliance checking, and feedback
Engineer Role - Responsible for code generation, testing, and maintenance