presentation-skill

presentation-skill is a skill for Claude Code, Codex from qiuy-collab/AutoFlow.skill. It costs 124 tokens per session (3,036 once invoked), scanned A, original, MIT.

A skill for creating, editing, rendering, and checking editable PowerPoint presentations. It can use prompts, outlines, local data, and saved workspaces to produce slide decks and reports.

In plain words
What is it for?
Use it for presentation decks, scientific or clinical reports, investor or board decks, editorial briefs, charts, tables, and figures.
Why use it?
It provides a defined process for turning source material into slides while checking the rendered result before delivery.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/init_deck_workspace.py \.

Good fit Use it for presentation decks, scientific or clinical reports, investor or board decks, editorial briefs, charts, tables, and figures.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/qiuy-collab/AutoFlow.skill
agentmods
npx agentmods add skills/qiuy-collab/autoflow.skill/upstream

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for presentation-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/qiuy-collab/autoflow.skill/upstream/github.svg)](https://agentmods.dev/skills/qiuy-collab/autoflow.skill/upstream)
Your own site
<a href="https://agentmods.dev/skills/qiuy-collab/autoflow.skill/upstream"><img src="https://agentmods.dev/badge/skills/qiuy-collab/autoflow.skill/upstream/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for presentation-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/qiuy-collab/autoflow.skill/upstream"><img src="https://agentmods.dev/badge/skills/qiuy-collab/autoflow.skill/upstream.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,036 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.03036
Opus 5 $0.00062 $0.01518
Sonnet 5 $0.00025 $0.00607
Haiku 4.5 $0.00012 $0.00304

Measured yesterday against content hash c1916aaf9060, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

presentation-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/presentation-skill/UPSTREAM_SKILL.md · 393 lines

How it starts

The opening of the file, as written. The whole thing — 393 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Presentation Skill

Create editable PowerPoint decks from source files. The model owns narrative, evidence, and design judgment; repository scripts own deterministic rendering, staging, and QA.

Backbone

  • Treat outline.json, planning files, local data, and figure scripts as the source of truth.
  • Build with repository scripts. Do not write one-off inline python-pptx or pptxgenjs deck code.
  • Fix source and rebuild. Do not patch generated .pptx files when source is available.
  • Keep charts, tables, text, and layout objects editable where practical.
  • Run QA and inspect rendered slides before delivering a deck.
  • Never install dependencies during a deck task. Report a missing dependency.
  • Scaffold a new topic from its own evidence and story. Do not clone another deck's slide sequence as a house style.

Start Here

Read only the context needed for the current phase:

  1. DESIGN.md for the compact design contract.
  2. references/outline_schema.md for fields and supported variants.
  3. references/model_adaptive_workflow.md for execution-profile selection.

Then load one task-specific reference:

  • Saved/rebuildable deck: references/deck_workspace_mode.md
  • Existing PPTX edit: references/editing.md
  • Data/figure workflow: references/reproducible_workflow.md
  • Style inspiration or screenshot/template matching: references/style_reference_catalog.md
  • Structural diversity or topic-to-grammar routing: references/composition_grammar_catalog.md
  • PptxGenJS renderer changes: references/pptxgenjs.md
  • Fresh-eyes rendered QA: references/visual_qa_prompt.md

Do not preload the corpus, all preset descriptions, or every workflow reference. Search or open the selected item on demand.

Model-Adaptive Route

Use workload profiles as orchestration controls, not as different quality definitions:

  • quality-first (sol, frontier, pro): difficult/high-stakes decks, complex evidence, full rendered review, optional bounded scouts.
  • balanced (terra, standard): default professional route, at most one useful scout, one focused render/repair loop.
  • fast (luna, draft): short internal drafts, deterministic routing, render-free first pass, then one final render.
  • auto: choose from the request; high-stakes or evidence-heavy work becomes quality-first, explicit rough drafts become fast, everything else balanced.

Read the full file on GitHub · 393 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 393 lines · 124 tokens per session scan A c1916aaf9060

Subscribe to this mod's changes

presentation-skill is a skill published in the GitHub repository qiuy-collab/AutoFlow.skill (2 stars, last pushed 2d ago), licensed MIT. It adds 124 tokens to every session and 3,036 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.

Related

Other skills, from other repositories

document-generation

Generate Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) documents and fill existing PDF forms, from real NetClaw data, with per-element provenance and no fabrication. Use when someone needs a deliverable rather than an answer — a change record to attach to a CR, an audit workbook for a compliance reviewer, a…

automateyournetwork/netclaw · 91 tokens

office-artifacts

Manage Office files, formats and versions; use Writer, Calc or Impress for content.

agent0ai/agent-zero · 21 tokens

document-processing-expert

Read, generate and modify office documents and PDFs from code: PDF extraction and forms, Word documents, Excel workbooks and PowerPoint decks. Use when the user mentions PDF, DOCX, XLSX, PPTX, Word, Excel, PowerPoint or spreadsheets, wants data extracted from documents, needs a report or invoice generated as a file…

personamanagmentlayer/pcl · 102 tokens

brand-docx

Brand-aware Word engine. Use to (1) EXTRACT a company's brand from a Word template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE new on-brand .docx documents FROM a saved profile. Trigger on "extract our brand", "learn/match this template", "use our…

ferdinandobons/brand-docs · 144 tokens

brand-pptx

Brand-aware PowerPoint engine. Use to (1) EXTRACT a company's brand from a .pptx template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE a new on-brand .pptx from an IntermediateDocument. Trigger on "extract our brand", "use our deck template"…

ferdinandobons/brand-docs · 141 tokens

brand-xlsx

Brand-aware Excel engine. Use to (1) EXTRACT a company's brand from a .xlsx template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE a new on-brand .xlsx from a GridDocument fill manifest. Trigger on "extract our brand", "use our workbook template"…

ferdinandobons/brand-docs · 141 tokens