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.
npx agentmods add commands/vigorx777/ppt-svg-generator/quickgit clone --depth 1 https://github.com/vigorX777/ppt-svg-generatorWrote 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.
[](https://agentmods.dev/commands/vigorx777/ppt-svg-generator/quick)<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- quick — 100% identical, 2 lines differ
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 │
│ ├─ 执行导出脚本 │
│ └─ 输出导出结果汇总 │
│ │
└─────────────────────────────────────────────────────────────────┘
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.
- 5d ago First seen · 488 lines · 0 tokens per session scan A 1a172ea20967
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.
Other commands, from other repositories
organize-files
Organize and rename files based on content analysis.
brand-generate
Generate an on-brand document from a saved Brand Profile.
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.
prose-review-docs
Reviews markdown documentation files or directories against the active prose style rules — the plugin's vendor-neutral baseline plus your organization's overlay when one is configured. Accepts a file path or directory (recursive). Runs prose-style-checker and optionally Vale. Supports --fix to auto-apply safe…
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
convert
Convert a file to Markdown using markitdown.