artifact-deck

Public OpenClaw skill for generating reproducible PPTX decks from project notes, status bullets, and screenshots. Use when the user wants a stakeholder-ready deck from repo notes, release summaries, audit outputs, or screenshot evidence, and the deliverable should be a rebuildable `.pptx` rather than a freeform narrative.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "artifact-deck" with this command: npx skills add zack-dev-cm/artifact-deck

Artifact Deck

Goal

Turn curated project notes and screenshots into a clean, reproducible .pptx deck:

  • one manifest that defines the deck title, subtitle, status slides, and optional appendix images
  • one input check before build
  • one local PPTX build
  • one share-safe markdown summary with a rebuild command template and slide list

This skill is for deterministic stakeholder packaging, not autonomous research or design generation. It requires Python 3.9+ and python-pptx.

Use This Skill When

  • release notes, weekly updates, or launch artifacts need to become a decision-ready deck
  • browser screenshots or diagrams should be included as appendix slides
  • the user wants a rebuildable .pptx instead of a one-off manual slide edit
  • you need a concise executive or client status deck from repo-local notes

Quick Start

  1. Initialize the manifest.

    • Install the dependency once in the environment: python3 -m pip install python-pptx.
    • Use python3 {baseDir}/scripts/init_artifact_deck_manifest.py --title <title> --subtitle <subtitle> --section "What Changed=/abs/path/changes.md" --out <manifest.json>.
    • Repeat --section for more markdown-backed status slides.
    • Optional: repeat --slide "Risks=Pending scan|Need approval" for direct bullet slides.
    • Optional: repeat --image "Browser Proof=/abs/path/screenshot.png|Upload flow after publish" for appendix slides.
  2. Validate the inputs.

    • Use python3 {baseDir}/scripts/check_artifact_deck_inputs.py --manifest <manifest.json> --out <check.json>.
    • Fix missing content or image-path errors before building.
  3. Build the deck.

    • Use python3 {baseDir}/scripts/build_artifact_deck.py --manifest <manifest.json> --deck-out <deck.pptx> --out <build.json>.
    • This writes the .pptx and a small JSON build summary.
  4. Render the summary.

    • Use python3 {baseDir}/scripts/render_artifact_deck_summary.py --manifest <manifest.json> --check <check.json> --build <build.json> --out <summary.md>.
    • Share the deck and the summary together; the summary omits absolute local paths and keeps only a rebuild command template.

Operating Rules

Scope rules

  • Keep the promise narrow: curated notes and screenshots in, reproducible .pptx out.
  • Prefer concise bullets. Six bullets per slide is a practical ceiling.
  • Treat missing or mistyped file paths as hard failures.

Deck rules

  • Use a title slide plus focused status slides.
  • Put screenshots and diagrams in appendix slides unless the user explicitly wants them inline.
  • Keep slide titles explicit: What Changed, Risks, Asks, Appendix, or equivalent.

Bundled Scripts

  • scripts/init_artifact_deck_manifest.py
    • Build a manifest from markdown sections, direct bullet slides, and optional image appendix entries.
  • scripts/check_artifact_deck_inputs.py
    • Validate manifest structure, bullet availability, and image paths.
  • scripts/build_artifact_deck.py
    • Generate the .pptx and a machine-readable build summary.
  • scripts/render_artifact_deck_summary.py
    • Render a concise markdown summary with the deck filename, slide count, and a rebuild command template.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

WPS PowerPoint

支持创建、读取和编辑.pptx演示文稿文件,包括生成幻灯片、提取内容、修改版式与页面等操作。

Registry SourceRecently Updated
610Profile unavailable
General

MiniMax PPT

MiniMax PPT演示文稿生成 - 内置4套视觉风格模板,自动对齐圆角阴影间距排版,按大纲一键生成结构完整、样式统一的.pptx演示文稿。

Registry SourceRecently Updated
1430Profile unavailable
General

Cjl Slides

Create stunning HTML presentations in 24 international design styles with strict design rules. Export to .pptx for PowerPoint editing. ## Design Philosophy -...

Registry SourceRecently Updated
1140Profile unavailable
General

Gamma Presentation Generator

Generate professional presentations with Gamma AI. Just describe what you want — topic, outline, or full content — and get a polished deck. No Gamma account...

Registry Source
2880Profile unavailable