description: 将用户讲稿一键生成乔布斯风极简科技感竖屏HTML演示稿。当用户需要生成PPT、演示文稿、Slides、幻灯片,或要求科技风/极简风/乔布斯风格的演示时触发此技能。输出为单个可直接运行的HTML文件。

PassAudited by ClawScan on May 1, 2026.

Overview

This skill does what it claims—turns a script into a vertical HTML slide deck—with the main caveat that the generated HTML loads styling resources from third-party CDNs.

This looks safe for its stated purpose. Before using it with private or business-sensitive material, remember that the resulting HTML template loads TailwindCSS and fonts from external CDNs; use local copies if you need the deck to work fully offline or avoid third-party resource loading.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

When you open the generated HTML, your browser may contact third-party CDNs and run their delivered JavaScript/CSS resources.

Why it was flagged

The generated HTML presentation loads third-party CDN JavaScript and fonts. This is disclosed and purpose-aligned for styling and interactivity, but it means opening the deck depends on external resources.

Skill content
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/tailwindcss/3.0.23/tailwind.min.js"></script>
Recommendation

For confidential presentations, consider replacing CDN links with trusted local copies or reviewing the generated HTML before sharing or presenting.