Install
openclaw skills install web-slides专业单页面HTML PPT生成器。Use when user needs to create beautiful HTML presentations. Supports multiple themes, mobile-friendly, export to PDF. 单页PPT、HTML演示文稿、PPT生成。
openclaw skills install web-slides为用户生成高质量、单文件、可直接运行的 HTML 演示文稿。
核心定位:
.pptx主 SKILL.md 只保留路由和生成规则。需要细节时按需读取:
references/runtime.mdreferences/theme-catalog.mdreferences/layout-system.mdreferences/quality-bar.mdreferences/assembly-workflow.mdreferences/content-schema.mdreferences/themes/*.md本 skill 必须保持模型无关:
如果需要快速定位主题、场景、布局或直接拿推荐结果,优先运行:
node scripts/get-theme-bundle.mjs --listnode scripts/get-theme-bundle.mjs --theme cyber-gridnode scripts/get-theme-bundle.mjs --scene investor-pitchnode scripts/recommend-deck.mjs --scene investor-pitch --density mediumnode scripts/scaffold-deck.mjs --scene ai-product-launch --title "你的标题"node scripts/markdown-to-content.mjs --input examples/investor-pitch.md --output examples/investor-pitch.json --scene investor-pitch --mobilenode scripts/validate-content.mjs examples/investor-pitch.jsonnode scripts/qa-deck.mjs --content examples/investor-pitch.jsonnode scripts/smoke-test.mjsnode scripts/generate-slide-html.mjs --scene investor-pitch --title "Investor Pitch" --out dist/investor-pitch.htmlnode scripts/generate-slide-html.mjs --content examples/investor-pitch.json --out dist/investor-pitch.htmlnode scripts/render-preview.mjs --input dist/investor-pitch.html --output dist/investor-pitch.pngnode scripts/build-preview-gallery.mjsreferences/content-schema.md 里的 JSON 结构,再生成 HTML。从用户输入中提取:
优先先跑脚本拿最小推荐结果,再读 references/theme-catalog.md。
如果用户要求很明确,再读对应单主题文件:
references/themes/cyber-grid.mdreferences/themes/executive-dark.mdreferences/themes/executive-light.mdreferences/themes/glass-future.mdreferences/themes/data-intelligence.mdreferences/themes/startup-pitch.mdreferences/themes/product-launch.mdreferences/themes/dev-summit.mdreferences/themes/luxury-black-gold.mdreferences/themes/editorial-serif.mdreferences/themes/neo-minimal.mdreferences/themes/creative-motion.md读 references/layout-system.md,从以下布局原型中选 6-10 个组合成整套 deck:
读 references/quality-bar.md,确保:
读 references/assembly-workflow.md,或直接用生成器脚本先产出单文件 HTML 骨架。
输出要求:
默认生成策略:
这项技能的目标不是“能生成 PPT”,而是生成后让用户觉得: