원클릭으로
wow-demo
OpenDeepSeek default wow demos for video, onboarding, and first-run user delight
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
OpenDeepSeek default wow demos for video, onboarding, and first-run user delight
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Work with the user's local files through /host, using Hermes terminal/file tools for real computer-adjacent automation
Keep Hermes Memory and the OpenDeepSeek lightweight chat memory snapshot in sync
Turn the OpenDeepSeek project thesis into a clear, persuasive Chinese short-video script
| name | wow-demo |
| description | OpenDeepSeek default wow demos for video, onboarding, and first-run user delight |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["opendeepseek","demo","video","onboarding","wow"],"related_skills":["local-computer-agent","video-script-flywheel"]}} |
Use this skill when the user asks for a demo, showcase, first-run example, or "show me what you can do".
User prompt:
请查看 /host/Desktop,但不要移动或删除任何文件。先按类型总结我的桌面有什么,再给我一个整理方案,并把方案写到 /host/OpenDeepSeek-Outputs/desktop-cleanup-plan.md
Expected behavior:
/host/Desktop.User prompt:
请在 /host/OpenDeepSeek-Outputs/site 里生成一个单文件中文个人主页 index.html,主题是「我用 DeepSeek V4 + Hermes 做个人 AI 助理」。要求手机端好看,可直接打开。
Expected behavior:
index.html.test -s or wc -c./host/... path and the local computer path.User prompt:
请读取 /host/Desktop 或 /host/Documents 里和本周工作有关的文件名,不读取正文,帮我生成一份周报草稿到 /host/OpenDeepSeek-Outputs/weekly-report.md
Expected behavior:
User prompt:
我会粘贴一段语音转录。请把它整理成 3 分钟中文视频脚本:开头钩子、痛点、解决方案、演示镜头、结尾号召,并保存到 /host/OpenDeepSeek-Outputs/video-script.md
Expected behavior:
User prompt:
请创建一个 10 分钟后的提醒:回来检查 OpenDeepSeek 手机上是否好用。请实际使用 cron 工具创建。
Expected behavior:
User prompt:
请读取 /host/Desktop/简历.pdf,把它改成 5 页中文自我介绍 PPT 大纲,并保存到 /host/OpenDeepSeek-Outputs/resume-deck.md。先确认文件是否存在,不存在就告诉我应该把文件放到哪里。
Expected behavior:
User prompt:
我下周去京都,请做一份 5 天中文旅行计划,保存成 /host/OpenDeepSeek-Outputs/kyoto-plan.md,并创建出发前一天晚上 8 点的提醒:检查护照和充电器。
Expected behavior:
User prompt:
我会粘贴一段报错。请分析最可能原因、给 3 个修复方案,并把结果保存到 /host/OpenDeepSeek-Outputs/error-diagnosis.md。
Expected behavior:
User prompt:
我会粘贴一段凌乱语音转录。请整理成「结论、证据、行动项、可拍摄镜头」四段,保存到 /host/OpenDeepSeek-Outputs/voice-note-brief.md。
Expected behavior:
User prompt:
请查看 /host/Downloads 最近 30 天文件,只按类型统计并给整理建议,不移动、不删除。把报告写到 /host/OpenDeepSeek-Outputs/downloads-cleanup-plan.md。
Expected behavior:
User is dissatisfied with or wants a different format for an existing generated webpage.
Common user request patterns:
Expected behavior when the user already has a slide-based (fullscreen page-by-page) index.html:
Recognize the format gap: Slide-based = position:absolute;inset:0 with JS arrow key navigation. Landing page = scrollable sections with no slide JS. These are fundamentally different layouts.
Complete rewrite approach (don't try to patch the slide layout — it's fundamentally incompatible):
.slide + .active JS navigation code (keyboard/touch/progress bar)<section id="..."> elements (one per slide).slide, .box, overflow:hidden, aspect-ratio) with section-based layoutStructural mapping (slide → section):
<section id="hero"> with centered hero layout<section id="comparison|pricing|flywheel|stack|evidence"> with .container + section-label/title/sub<section id="closing"> + <footer> elementKey differences to implement:
overflow:hidden on bodyscroll-behavior:smooth on htmlmin-height:100vh instead of position:absolute.section-sep dividers between sections (gradient line).active animations with .fade-up.visible + Intersection ObserverEvidence images: Keep relative path assets/ references exactly as before — no changes needed.
Verify: Check the assets directory still has the images, grep for src="assets/ in the new HTML to confirm references are preserved.
The magic is "chat -> tool -> artifact". Always try to produce a real file, task, or visible action.
For large webpages, PPTs, or HTML artifacts:
test -s, wc -c, or an equivalent file check./host/..., the local computer path, and a file:// URL when possible.assets/ with relative paths.