quick

quick is a command for coding agents from vigorX777/ppt-svg-generator. It costs 0 tokens per session (3,817 once invoked), scanned A, original, MIT.

A command that turns a Markdown document into presentation slides as SVG files, using a selected visual style. SVG is a scalable image format that keeps graphics sharp.

In plain words
What is it for?
Use it to create a full slide deck from a Markdown file, choose a supported style, and select an output folder.
Why use it?
It combines document analysis, style selection, and slide generation in one workflow.

Command

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 commands/vigorx777/ppt-svg-generator/quick
Clone the repo
git clone --depth 1 https://github.com/vigorX777/ppt-svg-generator

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 quick

README.md
[![agentmods](https://agentmods.dev/badge/commands/vigorx777/ppt-svg-generator/quick.svg)](https://agentmods.dev/commands/vigorx777/ppt-svg-generator/quick)
Your own site
<a href="https://agentmods.dev/commands/vigorx777/ppt-svg-generator/quick"><img src="https://agentmods.dev/badge/commands/vigorx777/ppt-svg-generator/quick.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,817 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 $0.00000 $0.03817
Opus 5 $0.00000 $0.01909
Sonnet 5 $0.00000 $0.00763
Haiku 4.5 $0.00000 $0.00382

Measured 5d ago against content hash 1a172ea20967, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quick 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • quick — 100% identical, 2 lines differ
commands/quick.md · 488 lines

How it starts

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

/ppt-quick 命令 - 一键生成 PPT

命令说明

一键完成「文稿分析 → 风格设计 → SVG 生成」全流程,适合已明确需求的用户快速产出。

触发方式

/ppt-quick @文稿.md [--style=风格名称] [--output=输出目录]

参数说明

参数 必需 默认值 说明
@文稿.md - 要转换的 Markdown 文件
--style 品牌蓝 风格名称,支持:极简主义商务咨询科技暗黑瑞士平面品牌蓝
--output ./ppt-output/ SVG 文件输出目录

示例

# 最简用法(使用默认风格)
/ppt-quick @report.md

# 指定风格
/ppt-quick @report.md --style=科技暗黑

# 完整参数
/ppt-quick @report.md --style=商务咨询 --output=./slides/

自然语言触发

以下表达会触发此命令:

  • "帮我把 @xxx.md 快速转成 PPT"
  • "一键生成 PPT,文稿是 @xxx.md,用科技暗黑风格"
  • "直接帮我生成所有 PPT 页面,文稿 @xxx.md"

执行流程

流程概览

┌─────────────────────────────────────────────────────────────────┐
│                    /ppt-quick 一键生成流程                        │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│  Phase 1️⃣  初始化                                                │
│            ├─ 解析参数(文稿、风格、输出目录)                      │
│            ├─ 验证文稿文件存在                                    │
│            └─ 创建会话目录 .ppt-session/                          │
│                                                                 │
│  Phase 2️⃣  文稿分析(对应 /ppt-analyze)                          │
│            ├─ 读取并分析 Markdown 内容                            │
│            ├─ 拆解为页面结构                                     │
│            └─ 💾 保存 → .ppt-session/structure.json               │
│                                                                 │
│  Phase 3️⃣  风格应用(对应 /ppt-design)                           │
│            ├─ 加载预设风格配置                                    │
│            ├─ 生成设计规范                                       │
│            └─ 💾 保存 → .ppt-session/design.json                  │
│                                                                 │
│  Phase 4️⃣  批量生成(对应 /ppt-generate)                         │
│            ├─ 读取结构和设计规范                                  │
│            ├─ 逐页生成 SVG 文件                                   │
│            └─ 📁 输出 → [output]/slide-XX-type.svg                │
│                                                                 │
│  Phase 5️⃣  完成报告                                              │
│            ├─ 输出生成结果汇总                                    │
│            └─ 提供 PPT 导入指南                                   │
│                                                                 │
│  Phase 6️⃣  导出提示(可选)                                       │
│            ├─ 询问是否需要导出 PDF/PPTX                           │
│            ├─ 执行导出脚本                                       │
│            └─ 输出导出结果汇总                                    │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 488 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. 5d ago First seen · 488 lines · 0 tokens per session scan A 1a172ea20967

Subscribe to this mod's changes

quick is a command published in the GitHub repository vigorX777/ppt-svg-generator (258 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,817 tokens. 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-30.