wowerpoint
仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
一键生成风格化幻灯片,适合快速展示与汇报。
▸ 风险提示
可能依赖外部 CLI/服务与文件上传,存在数据外泄风险。
这个 Skill 做什么
将单篇文档渲染为风格化的 NotebookLM 幻灯片并导出为 PDF。
把一篇文档快速渲染成可爱的 NotebookLM 幻灯片并导出为 PDF,一稿进来一份可分享的 slide deck 出来。适合把报告、讲稿或单篇文件变成讲演用的幻灯片给团队或客户看。它只做静态幻灯片(PDF),不擅长视频/播客,底层流程依赖 NotebookLM。
▸ 展开 SKILL.md 英文原文
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about <file>", "turn this report into slides", or any request to render a single document as shareable narrative slides.
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/wowerpoint/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/wowerpoint/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wowerpoint One doc in, one PDF out. Slide-deck only — videos and podcasts from the same engine are noticeably worse and out of scope; refer the user to the `notebooklm` CLI directly if they want those. ## Triggers - "Wowerpoint <file>" - "Make a slide deck about <file>" - "Turn this report into slides" - "Kawaii-deck this" ## Setup (one-time per machine) If `notebooklm auth check` returns 0 and `command -v jq` resolves, skip. ```bash uv tool install --with playwright --force notebooklm-py $(uv tool dir)/notebooklm-py/bin/playwright install chromium ``` `jq` is required by the workflow's JSON parsing; install if missing (`brew install jq` on macOS, or your distro's package manager).
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有