reports-pdfs-and-slide-automation

작성자: openai

데이터가 풍부한 보고서와 문서를 레이아웃하고 내보냅니다. 사용자가 보고서 구조, 그림 패키징, PDF, PowerPoint 또는 Google Slides 자동화가 필요할 때 사용하세요.

npx skills add https://github.com/openai/plugins --skill reports-pdfs-and-slide-automation

Reports, PDFs, and Slide Automation

Overview

Use this skill when the output is a deliverable rather than a standalone chart. That includes reports, briefing decks, PDFs, slide exports, document embeds, and reusable figure assets that other systems can place into files.

Default assumption: build figures as durable assets first, then compose them into documents. Do not rely on screenshots unless the workflow truly has no better option.

For editorial reports and infographic packages, use ../../references/foundations/editorial-infographic-system.md before layout. For visual stories that include animation, generated imagery, illustrated substrates, WebGL, particles, 3D, or scrollytelling, also use ../../references/foundations/art-directed-interactive-visual-stories.md. When page, slide, or figure composition materially affects interpretation, use ../../references/foundations/meaning-preserving-visual-design-workflow.md and ../../references/foundations/mobile-first-responsive-visualization.md for concept generation, user approval, mobile variants, and semantic design contracts. The deliverable should read as a sequence of claims supported by figures, not as a dashboard export.

For reports, decks, PDFs, and documents with multiple meaningful figures, use ../../references/foundations/embedded-visualization-self-use.md before page or slide composition. Each chart, map, table-graphic, inset, flow layer, static fallback, and export-only frame needs a specialist owner and mini-brief before it becomes a placed asset.

Common Targets

  • HTML reports
  • PDF reports generated from HTML or direct PDF libraries
  • PowerPoint decks
  • Google Slides decks
  • Word or Docs-style narrative documents
  • Markdown and static-site reports
  • Technical documentation with UML, ERD, C4, BPMN, flow, state machine, dependency, schema, or architecture diagram assets

Figure Packaging Rules

  1. Inventory every meaningful embedded figure or visual layer before layout, assign a primary specialist owner, and write a mini-brief covering job, data shape, encoding, interaction or static fallback, accessibility, QA, and fresh-pass status.
  2. Use an authorized delegated specialist or explicit local specialist pass for substantial figures before composition. The report or deck owner integrates the results, keeps shared encodings consistent, and performs final editorial QA.
  3. For advanced report, deck, or page compositions, create a visual design contract before implementation, but only after the user approves the generated layout concept set or requests a revised concept. Do not make project changes, finalize assets, or generate implementation code while approval is pending. If the user requests changes, revise or regenerate the concept set and repeat the concise bullet review until the user agrees on the design. The contract should map the approved concepts to figure slots, locked layout elements, flexible production details, data-bound layers, source/caveat placement, export frames, mobile/landscape or print adaptations, and approved deviations.
  4. Export each figure in the format the medium needs:
    • SVG for vector and print
    • PNG for slides and office documents
    • PDF when downstream systems preserve vector PDF pages well
  5. Keep chart dimensions intentional for page or slide slots.
  6. Preserve consistent theming, typography, and color semantics across all assets.
  7. Keep annotations readable at final output size.
  8. Include source, caveat, and alternative text metadata with each exported figure.
  9. For animated or interactive stories, export first frame, key frames, and final frame so the argument survives in PDF, slides, and reduced-motion contexts.
  10. For WebGL or particle scenes, export a static fallback that preserves the data claim: final frame, key frames, arrows, path widths, selected focus state, or a panel sequence.
  11. For generated imagery, keep image assets, data overlays, captions, and source notes as separate layers whenever the target medium permits.
  12. For UML-like, ERD, C4, BPMN, flow, dependency, or architecture diagrams, use ../uml-and-software-architecture-visualization/SKILL.md first and export both the diagram source and the rendered asset when the target workflow permits.

Programmatic PDF Approaches

  • Browser or HTML-first:
    • render semantic HTML and CSS
    • print with Playwright or Puppeteer
  • JavaScript-first:
    • pdf-lib for PDF manipulation
    • PDFKit or jsPDF for direct generation

For Codex-driven workflows, the most reliable pattern is often: generate charts as SVG or PNG, compose an HTML report, then render to PDF with a browser engine.

Slide Deck Approaches

  • PowerPoint:
    • pptxgenjs in JavaScript or TypeScript
  • Google Slides:
    • generate assets first
    • place them via the Google Slides API with explicit page geometry

Document Embedding Patterns

  • Word or DOCX: insert exported PNG or SVG where supported and keep captions separate from the image raster.
  • Markdown or static docs: prefer SVG for crisp web rendering.
  • PDFs: either compose from exported assets or print from HTML layouts.
  • Spreadsheets and office docs: use fixed-aspect PNG exports when office rendering of SVG is inconsistent.

Report Layout Principles

  • Start with the question, not the chart inventory.
  • Lead with the strongest claim and the view that supports it.
  • Use supporting small multiples instead of giant dashboard mosaics.
  • Integrate explanatory text near the figure it explains.
  • Use insight titles, direct labels, and annotations in the figure asset itself so it survives being moved into slides, PDFs, or article embeds.
  • When an interactive story has to become static, package it as a paced panel sequence instead of a single unexplained screenshot.
  • Reserve appendix sections for dense tables and methodological detail.

Output Expectations

  • Name the target medium.
  • Provide the embedded visualization inventory with specialist owners, mini-brief summaries, QA checks, and delegated or local fresh-pass status.
  • For concepted report, deck, or page layouts, use the shared design workflow for required concept images, approval status, approved references, binding visual design contract, locked and flexible elements, data-bound layers, mobile/landscape or print continuation, approved deviations, and semantic fidelity QA.
  • Define the export asset set.
  • Make page or slide layout explicit.
  • For art-directed visual stories, identify which key frames, generated assets, and data overlays should be exported.
  • Preserve a clean path for regeneration when the data changes.

References

  • Shared theory:
    • ../../references/foundations/editorial-infographic-system.md
    • ../../references/foundations/art-directed-interactive-visual-stories.md
    • ../../references/foundations/meaning-preserving-visual-design-workflow.md
    • ../../references/foundations/embedded-visualization-self-use.md
    • ../../references/foundations/mobile-first-responsive-visualization.md
    • ../../references/foundations/storytelling-annotation-and-critique.md
  • Skill references:
    • ./references/report-structure-and-figure-packaging.md
    • ./references/pdf-generation-paths.md
    • ./references/powerpoint-and-google-slides.md
    • ./references/document-embedding-and-regeneration.md
    • ../uml-and-software-architecture-visualization/SKILL.md

Representative Prompts

  • "Turn this dashboard into an executive PDF report."
  • "Generate a PowerPoint deck with chart assets and commentary."
  • "Programmatically add these visualizations to a report."
  • "Create an HTML report and render it to PDF with Playwright."
  • "Automate Google Slides or PowerPoint creation from chart assets."
  • "Package UML, ERD, C4, BPMN, flow, state machine, dependency, or architecture diagrams into a report, PDF, or deck."

openai의 다른 스킬

user-context
openai
데이터 분석 플러그인의 지속적인 소스 라우팅 기본 설정, 온보딩 로직, 설정 진행 상황 및 의미 계층 레지스트리를 로드하거나 관리합니다.
official
notion-research-documentation
openai
Notion 콘텐츠를 조사하고 인용문과 함께 구조화된 브리핑, 보고서 또는 비교 자료로 종합합니다. 대상 질의를 사용해 Notion 페이지를 검색하고 가져온 후, 인라인 출처 인용과 참고 문헌 섹션을 포함해 주제별로 결과를 정리합니다. 범위와 사용자 목표에 따라 네 가지 출력 형식(빠른 브리핑, 연구 요약, 비교, 종합 보고서) 중에서 선택합니다. 내장 템플릿을 사용해 Notion 페이지를 생성 및 업데이트하고, 새 정보가 도착하면 출처를 직접 연결하고 변경 사항을 추적합니다...
official
rcsb-pdb-skill
openai
핵심 메타데이터, Search API 쿼리 및 FASTA 다운로드를 위한 간결한 RCSB PDB 요청을 제출합니다. 사용자가 간결한 RCSB 요약을 원할 때 사용하며, 원시 JSON 또는…을 저장합니다.
official
pdf
openai
PDF 읽기, 생성 및 검증 기능을 제공하며, 시각적 렌더링과 프로그래매틱 생성을 지원합니다. Poppler(pdftoppm)를 사용하여 PDF 페이지를 PNG로 렌더링하여 레이아웃, 간격, 타이포그래피를 시각적으로 검사할 수 있습니다. reportlab을 사용하여 프로그래매틱 방식으로 PDF를 생성하여 안정적인 포맷을 보장하며, pdfplumber 또는 pypdf를 통해 텍스트와 메타데이터를 추출합니다. 품질 기준을 준수합니다: 잘린 텍스트, 겹치는 요소, 깨진 표, 렌더링 아티팩트가 없어야 하며, ASCII 하이픈만 사용하고 사람이 읽을 수 있는 인용을 사용합니다.
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
터미널 기반 브라우저 자동화로 요소 스냅샷 및 대화형 UI 워크플로우 지원. playwright-cli 래퍼 스크립트를 통해 작동하며(npx 필요), 헤드리스 및 헤드 모드 모두 지원하여 시각적 디버깅 가능. 핵심 워크플로우: 페이지 열기, 안정적인 요소 참조를 위한 스냅샷 생성, 참조를 사용한 상호작용, 탐색 또는 DOM 변경 후 재스냅샷. 양식 작성, 클릭, 타이핑, 다중 탭 관리, 스크린샷/PDF 캡처, 흐름 디버깅을 위한 트레이스 기록 포함. 요소 참조(예: e3, e15)...
official
ukb-topmed-phewas-skill
openai
단일 변이에 대한 간결한 UKB-TOPMed PheWAS 요약을 가져오며, rsID, GRCh37 또는 GRCh38 입력을 받아 필요한 GRCh38 쿼리로 변환합니다. 다음과 같은 경우에 사용하세요…
official
code-review-context
openai
모델 가시 컨텍스트
official