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 skills add YiShu5/claude-skills --skill htmlppt.skillgit clone --depth 1 https://github.com/YiShu5/claude-skillsWrote 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/skills/yishu5/claude-skills/htmlppt.skill)<a href="https://agentmods.dev/skills/yishu5/claude-skills/htmlppt.skill"><img src="https://agentmods.dev/badge/skills/yishu5/claude-skills/htmlppt.skill/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.
<a href="https://agentmods.dev/skills/yishu5/claude-skills/htmlppt.skill"><img src="https://agentmods.dev/badge/skills/yishu5/claude-skills/htmlppt.skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00114 | $0.01080 |
| Opus 5 | $0.00057 | $0.00540 |
| Sonnet 5 | $0.00023 | $0.00216 |
| Haiku 4.5 | $0.00011 | $0.00108 |
Grade A, and why
HTMLPPT.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 10d 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.
What it actually says
HTMLPPT.skill
把一个已经确定风格的第一页 Hero,扩展成一套一致、可演示、可交付的 HTML/PPT 式网页演示文稿。
核心原则:先对齐,再执行。第一页 Hero 是视觉母版。
适用场景
当用户给出以下任一输入时使用:
- 第一页 Hero 生成 Prompt
- 已存在的 Hero 页面或 Vite/React 工程
- 多页演示文稿扩展指令
- 个人汇报、产品汇报、路演、复盘、方案讲解等 HTML slide deck
- 明确要求先输出
需要你更改的部分: {}再执行
阶段 1:先读完,再同步
不要立刻写代码。先完整阅读用户给的 Hero Prompt、执行指令、附件、现有工程文件。
提炼并同步:
- 技术栈与依赖限制
- 字体、字号、字重、行高
- 颜色 token
- 页面间距与布局节奏
- 组件母题,如 pill、卡片、点阵、视频、按钮
- 动画方式,如打字机、切页、hover、进场
- 交互要求,如键盘翻页、hash、移动端、reduced motion
- 交付物要求,如本地预览、build、zip
然后输出一段简短理解说明,并且必须输出下面这个块。
如果有需要用户确认或替换的内容:
需要你更改的部分: {
"主题/主旨": "需要用户确认或替换的内容",
"页面数量": "需要用户确认或替换的内容",
"内容文案": "需要用户确认或替换的内容",
"视觉保留范围": "需要用户确认或替换的内容",
"交互方式": "需要用户确认或替换的内容",
"交付物": "需要用户确认或替换的内容"
}
只保留真正需要确认的 key。没有不确定项时输出:
需要你更改的部分: {}
最后问用户是否确认执行。
阶段 2:确认后再执行
只有当用户明确回复类似下面的话,才开始修改代码:
确认执行开始做没问题就按这个来
如果用户继续补充内容,不要急着执行;更新理解和 需要你更改的部分。
执行规则
执行时必须:
- 先检查当前工程结构,不凭空假设。
- 保留现有技术栈,不随意新增依赖。
- 第一页 Hero 尽量原样复用为第一页。
- 后续页面继承第一页视觉系统,不重新设计风格。
- 共享组件只在减少重复且不破坏风格时创建。
- 屏幕文案保持精炼,适合上台讲,不写成长文档。
- 用户给定稿文案时,不改写含义。
- 内容放不下时,优先重排和精简屏上文字,不把字号缩到看不清。
- 内容页不要滥用循环动画、打字机、视频背景或无关装饰。
- 所有页面要在目标视口内一屏可讲,避免意外滚动。
验收
前端演示文稿完成后,必须尽量验证:
npm run build或项目等价构建命令成功- 本地 dev/preview 能打开
- 首页视觉仍然像原 Hero
- 所有页面能渲染
- 键盘/按钮/hash 等交互符合要求
- 目标投影视口下没有不必要滚动
- reduced-motion 要求可用,如指令中有要求
- 如用户要给别人看,生成 zip 并排除
node_modules/、dist/、.git/
交付回复
最终回复保持简短,包含:
- 改了什么
- 关键文件路径
- 本地预览 URL
- 构建/验证结果
- zip 路径,如已生成
不要只给概念方案;确认执行后要完成到可运行、可验证、可交付。
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.
- 10d ago First seen · 111 lines · 114 tokens per session scan A 897007dac31f
HTMLPPT.skill is a skill published in the GitHub repository YiShu5/claude-skills (83 stars, last pushed 2d ago), licensed MIT. It adds 114 tokens to every session and 1,080 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-30.
Other skills, from other repositories
design
Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos…
banner-design
Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold…
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
deck-open-slide-canvas
OpenDesign's architecture review: the local daemon + agent-runtime design, the tradeoffs, and the decision to lock. Built as a decision-grade product management deck for staff eng, tech leads, security.
skin-creator
Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.
design
Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…