powerpoint

Solid

Create validated PowerPoint `.pptx` deck artifacts through the lean Rockie PPTAgent wrapper and emit them to the lab.

Data & Documents 20 stars 0 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 77/100

Stars 20%
44
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
88
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# powerpoint Use this skill when the user asks for a PowerPoint deck, slide deck, or `.pptx` artifact based on lab findings, sources, notes, or experiment plans. Tenant runtimes call the lean PPTAgent package, not DeepPresenter: ```bash rockie-pptagent-render --input request.json --output deck.pptx ``` The equivalent import contract is: ```python from rockie_pptagent.wrapper import render_presentation ``` ## Rules - Produce a real `.pptx` package. Do not rename PDF, HTML, images, or markdown as `.pptx`. - Use the Pebble ML template bundled with `rockie-pptagent` unless the user supplies a specific template. - Cap decks at 30 slides. Requests above 30 must fail clearly or be rewritten with an explicit warning before rendering. - Do not use DeepPresenter, Tavily, MinerU, model downloads, image generation, local GPU frameworks, or network-only enrichment paths. - Verify the output as an Office package before emitting it. ## Request Shape ```json { "prompt": "Create a 5-slide deck summarizing this lab.", "slide_count": 5, "title": "Quantifying Impact", "findings": [], "attachments": [], "template_path": null, "theme": { "background": "#FAF5E7", "accent": "#8B2E1F", "heading_font": "Space Grotesk", "mono_font": "JetBrains Mono" } } ``` ## Artifact Emission After rendering, base64-encode the `.pptx` bytes and call `emit_artifact` with: - `kind: "slides"` - `content_encoding: "base64"` - `filename: "<safe-name>.pptx"` - `mime_type:...

Details

Author
Rockielab
Repository
Rockielab/rockie-claude
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category