ppt-route

ppt-route is a skill for Claude Code, Codex from kkunkunya/ppt-maker-agent-plugin. It costs 125 tokens per session (792 once invoked), scanned A, original, MIT.

A routing guide for unclear PowerPoint requests. It chooses between an HTML presentation, image assets, an editable PowerPoint file, or filling a fixed template.

In plain words
What is it for?
It routes requests involving slides, decks, defenses, or PPTX files to the appropriate presentation-making workflow.
Why use it?
It clarifies what kind of presentation output is needed, especially whether the result must remain editable.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ppt-maker plugin — 6 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/kkunkunya/ppt-maker-agent-plugin/ppt-route
Any agent
npx skills add kkunkunya/ppt-maker-agent-plugin --skill ppt-route
Clone the repo
git clone --depth 1 https://github.com/kkunkunya/ppt-maker-agent-plugin

Made for: Claude Code, Codex.

Or install ppt-maker, the plugin that ships this one along with the rest of its 6 skills.

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 ppt-route

README.md
[![agentmods](https://agentmods.dev/badge/skills/kkunkunya/ppt-maker-agent-plugin/ppt-route.svg)](https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/ppt-route)
Your own site
<a href="https://agentmods.dev/skills/kkunkunya/ppt-maker-agent-plugin/ppt-route"><img src="https://agentmods.dev/badge/skills/kkunkunya/ppt-maker-agent-plugin/ppt-route.svg" alt="Measured on agentmods" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00125 $0.00792
Opus 5 $0.00063 $0.00396
Sonnet 5 $0.00025 $0.00158
Haiku 4.5 $0.00013 $0.00079

Measured 5d ago against content hash 2b63c32d6f4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ppt-route 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 5d ago.

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.

plugins/ppt-maker/skills/ppt-route/SKILL.md · 65 lines

How it starts

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

PPT Route

Use this skill first when the user says "做 PPT", "slides", "deck", "演示文稿", "答辩", or "PPTX" and the output mode is not already mechanically fixed.

Method Call

/ppt-route(request, inputs?, delivery_context?) -> mode + editability_label + required_next_skill

Core Rule

Separate display value from editability. A good-looking HTML deck, PNG page set, or image-based PPTX is not an editable PPTX deliverable unless the user explicitly accepts non-editability.

Read ../../_shared/references/output-modes.md when you need the full mode table.

Routing Order

Apply the first matching route:

  1. User provided .pptx or .potx, or says fixed template / defense template / company template / logo cannot move:
    • Route to ppt-maker:fixed-template-fill.
    • Require template schema before filling.
  2. User says editable, customer/teacher/team delivery, .pptx, PowerPoint file, someone needs to revise it:
    • Route to ppt-maker:editable-pptx.
    • Require object-level editable or partially editable label.
  3. User says video, recording, live talk, browser presentation, HTML is fine, not editable is fine:
    • Route to ppt-maker:html-showcase.
  4. User asks for cover image, background image, handdrawn explainer, concept visual, or slide asset:
    • Route to ppt-maker:image-assets.
  5. User is about to receive any deck artifact:
    • Route to ppt-maker:deck-verification.

If none match, default to ppt-maker:editable-pptx for safety because editable output is harder to recover after the wrong route.

Required Output

Return a short routing block before doing downstream work:

Mode: editable-pptx-mode
Editability: object-level editable
Next skill: ppt-maker:editable-pptx
Reason: user asked for a PPTX deliverable that others can revise.
Forbidden shortcut: do not use full-slide PNG pages unless user accepts image-based PPTX.

Boundary Checks

  • If a route would output image-based PPTX, say so explicitly.
  • If a fixed template is mentioned but no template file exists, ask for the template or mark blocked.
  • If a user asks for both "best visual effect" and "editable PPTX", keep editable as the hard constraint and move complex visuals into separate editable-friendly assets.
  • If the request mixes video showcase and formal PPTX delivery, split into two artifacts instead of compromising both.

Read the full file on GitHub · 65 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 65 lines · 125 tokens per session scan A 2b63c32d6f4e

Subscribe to this mod's changes

ppt-route is a skill published in the GitHub repository kkunkunya/ppt-maker-agent-plugin (2 stars, last pushed 3mo ago), licensed MIT. It adds 125 tokens to every session and 792 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-08-31.

Related

Other skills, from other repositories

xiaobei-skill-rebuild-image-in-powerpoint

Use when a user wants Codex to directly operate PowerPoint and reconstruct an entire reference image as editable PowerPoint objects while preserving its full layout, labels, connectors, and visual relationships. Do not use for paper-to-deck generation or VBA-only output.

xiao24bei/xiaobei-skill · 62 tokens

ppt-design-skill

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file; editing, modifying, or updating existing presentations; combining or splitting slide files; working with…

billLiao/PPT-Design-Skill · 126 tokens

ppt-master

AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…

hugohe3/ppt-master · 108 tokens

codex-ppt

Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines.

ningzimu/codex-ppt-skill · 27 tokens

slides-grab-html

HTML-mode presentation pipeline usable in Codex and Claude Code. Build semantic slide-XX.html files, generate bespoke hero/accent imagery with slides-grab image, run the design gate, and export. Use when the deck needs editable, searchable, accessible text or when no existing template must be matched pixel-for-pixel.

NomaDamas/slides-grab · 69 tokens

slides-grab-export

Stage 3 conversion skill usable in Codex and Claude Code. Convert approved HTML slides to PDF or per-slide PNG reliably, and to experimental / unstable PPTX/Figma outputs on a best-effort basis.

NomaDamas/slides-grab · 47 tokens