libreoffice-impress
LibreOffice Impress 프레젠테이션을 프로그래밍 방식으로 생성 및 편집
자동화된 슬라이드 작업으로 전문적인 프레젠테이션을 생성, 수정 및 내보내기. 이 스킬은 대량 프레젠테이션 워크플로우를 위해 LibreOffice Impress에 대한 프로그래밍 방식의 제어를 제공합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"libreoffice-impress" 사용 중입니다. Create a presentation with title 'Sales Report'
예상 결과:
Successfully created presentation with 1 slide using BLANK layout. The title placeholder is ready for content.
"libreoffice-impress" 사용 중입니다. Apply patch with two operations
예상 결과:
Patch applied successfully (atomic mode). Operations: replace_text [ok], insert_text_box [ok]. Document persisted.
보안 감사
낮은 위험This skill provides LibreOffice Impress presentation automation via UNO API. Static analysis flagged 210 potential issues, but manual review confirms all are false positives or legitimate office automation patterns. Subprocess calls invoke hardcoded LibreOffice commands for document processing. No network exfiltration, credential access, or persistence mechanisms detected. Risk level is LOW - appropriate for publication.
낮은 위험 문제 (2)
위험 요인
⚙️ 외부 명령어 (2)
⚡ 스크립트 포함 (5)
품질 점수
만들 수 있는 것
자동화된 보고서 생성
데이터를 슬라이드 템플릿에 병합하여 주간 또는 월간 보고서를 프레젠테이션으로 생성. 차트, 테이블 및 서식이 지정된 텍스트를 프로그래밍 방식으로 추가.
대량 프레젠테이션 업데이트
여러 프레젠테이션에 걸쳐 일관된 변경 사항 적용. 회사 브랜딩 업데이트, 여러 덱의 텍스트 수정 또는 모든 슬라이드에 표준 푸터 추가.
슬라이드 콘텐츠 추출
문서화 또는 분석 목적으로 기존 프레젠테이션에서 텍스트 콘텐츠, 발표자 노트 또는 슬라이드 인벤토리 추출.
이 프롬프트를 사용해 보세요
Create a new Impress presentation at /path/to/output.odp with a title slide and two content slides.
Open /path/to/report.odp and replace all instances of 'Q3 2024' with 'Q4 2024' in the body text.
Apply this patch to /path/to/deck.odp: [operation] type = insert_text_box target.kind = slide target.slide_index = 2 ...
Export /path/to/presentation.odp to PDF at /path/to/output.pdf, then capture a PNG snapshot of slide 3.
모범 사례
- 경로 해결 문제를 피하려면 모든 프레젠테이션 파일에 절대 파일 경로 사용
- 더 안정적인 대상 참조를 위해 도형 인덱스보다 도형 이름 선호
- 부분 문서 손상을 방지하려면 프로덕션 워크플로우에 원자적 패치 모드 사용
피하기
- Impress API 호출 시 상대 경로 사용 금지
- LibreOffice 네이티브 슬라이드 복제 후 정확한 도형 이름에 의존하지 않도록 주의
- 덱 순서를 변경하는 변형 후 슬라이드 인벤토리 건너뛰지 않기