Presentation skill
Skill qiuy-collab/AutoFlow.skill/integrations/presentation-skill
面向多步骤交付任务的可验证 Agent Skill,组合代码、图表、Word、PPT、视频与打包流程。
npx -y skills add qiuy-collab/AutoFlow.skill --skill presentation-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
What its author says it does
Copied from the file, not written here
AutoFlow's audited local presentation capability for creating, editing, and verifying editable PowerPoint PPTX files from structured source.
SKILL.md
1.8 KB, 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-pptxorpptxgenjsscripts 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
blockedcapability, 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.