agentsclimarketplace

Presentation skill

Skill qiuy-collab/AutoFlow.skill/integrations/presentation-skill

AutoFlow's audited local presentation capability for creating, editing, and verifying editable PowerPoint PPTX files from structured source.From its SKILL.md

Install
npx -y skills add qiuy-collab/AutoFlow.skill --skill presentation-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `python scripts/presentation_adapter.py build --outline <outline.json> --output <deck.pptx> --style-preset <preset>` and 1 more.

SKILL.md

1.8 KB, 378 tokens by cl100k_base, as published. Nobody here has run it

AutoFlow Presentation Skill

This is the curated local route from siril9/presentation-skill. It keeps the upstream skill's core contract while exposing only files that are checked into this integration and can be verified by AutoFlow.

Non-negotiable workflow

  • Treat outline.json, evidence, data, and figure sources as the source of truth.
  • Build through the checked-in renderer; do not write one-off python-pptx or pptxgenjs scripts in a task workspace.
  • Keep text, charts, tables, and shapes editable where practical.
  • Run geometry/design QA before delivery and perform rendered visual review when the runtime supports it.
  • Never install dependencies or call a remote package during a deck task. A missing runtime is a blocked capability, not permission to improvise.

Supported local surface

Quick deck generation:

python scripts/presentation_adapter.py build \
  --outline <outline.json> --output <deck.pptx> --style-preset <preset>

Strict structural QA:

python scripts/presentation_adapter.py qa \
  --input <deck.pptx> --outdir <qa-dir> --skip-render

Inventory and source extraction are available for existing decks. The adapter reports exact missing dependencies before executing any renderer or QA command. The renderer needs Node.js plus pptxgenjs; strict QA needs Python plus python-pptx; rendered image review additionally needs a working office/PDF conversion chain.

Read the task-specific references under references/ rather than loading the entire upstream corpus. AutoFlow's VISUAL_STOP remains authoritative: a PPT step is not consumable by Word or package until the assembled deck is shown and approved.

What ships with it: 29 files

660.9 KB alongside SKILL.md, 14 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.