Real Skill packageSource verifiedClawHub registry

Html Slides To PPTX

编写可无损还原为 PPTX 的 HTML 幻灯片。先经引导式访谈确认样式/形式/结构并落盘 deck-brief,再生成完整目录结构(assets/theme.css、slides/*.html、playlist.json), 每页严格遵循 html-spec.md 规范,经 validate.js 预检零 ERROR 后用 convert.js 转成 PowerPoint。TRIGGER when: 用户要求"做PPT/幻灯片/slides/演示文稿"、"把内容做成 HTML幻灯片"、"生成可转PPTX的slides",或调用 /html-slides-to-pptx。DO NOT TRIG

Identity and source

Publisher attributionMartin CHENregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 60% rule confidence
Package forminstruction with code203 recorded files
Canonical sourceClawHub registryclawhub:cqcmj74:html-slides-to-pptx
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/html-slides-to-pptx

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/html-slides-to-pptx

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/html-slides-to-pptx

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @cqcmj74/html-slides-to-pptx
clawhub inspect @cqcmj74/html-slides-to-pptx --version 2.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 203 inspected as text
Checked
8/18/2026, 1:55:39 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • npm: playwright ^1.61.1
  • npm: pptxgenjs ^4.0.1
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/18/2026, 1:43:04 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:1d73b02a54d685c03ef9bd02db3e414e8bd67b32bba34ec13beaa1f4467e4957
Show up to 30 recorded paths
  • assets/deck-brief.template.md
  • assets/deck-insights.template.md
  • assets/deck-pages.template.md
  • assets/icons.md
  • assets/playlist.template.json
  • assets/presets/brand-airbnb.css
  • assets/presets/brand-apple.css
  • assets/presets/brand-claude.css
  • assets/presets/brand-ferrari.css
  • assets/presets/brand-figma.css
  • assets/presets/brand-linear.css
  • assets/presets/brand-notion.css
  • assets/presets/brand-nvidia.css
  • assets/presets/brand-spotify.css
  • assets/presets/brand-stripe.css
  • assets/presets/brand-vercel.css
  • assets/presets/business-blue.css
  • assets/presets/forest-green.css
  • assets/presets/graphite-mono.css
  • assets/presets/lenovo-default.css
  • assets/presets/warm-orange.css
  • assets/slide-template-flex.html
  • assets/slide-template-layout.html
  • assets/slide-template.html
  • assets/slides.config.template.json
  • assets/snippets/agenda-list.html
  • assets/snippets/badge-center.html
  • assets/snippets/big-statement.html
  • assets/snippets/card-accent-top.html
  • assets/snippets/chevron-band.html

Source changelog

**Version 2.1.0 – Major structure and workflow update** - Added deck-pages.md (基于内容卡的逐页写作原则)、新的卡片模板(assets/deck-pages.template.md)与相关填卡流程 - 明确要求每页先填内容卡再写 HTML,每页出厂必须基于主题片段或样板页,不允空白页手写(assets/snippets/* 新增大量组件片段) - 色板用色纪律升级:强制所有色值来源于 theme.css 变量,页面禁止硬编码 hex - 视觉自查流程扩充到八项,新增内容卡兑付验证和可验证事实、出处核查等判据 - assets、scripts 目录下补充了丰富的测试原型页与工具(如 gen-ladder.js、validate/palette-checks.js) - 移除 skill-card.md,文档结构调整,整体规范升级