name: "使用自然语言编辑修订PDF幻灯片" slug: "revise-pdf-slides-with-natural-language-edits" version: "1.0.0" displayName: "使用自然语言编辑修订PDF幻灯片" summary: "当代理需要更新现有PDF幻灯片或从纯语言指令中插入匹配的新幻灯片时,请使用Nano-PDF。该工作流限定于PDF页面编辑和演示文稿一致的幻灯片生成,而非通用设计自动化。" license: "MIT" description: "当代理需要更新现有PDF幻灯片或根据纯文本指令插入匹配的新幻灯片时,请使用Nano-PDF。该工作流限定于PDF页面编辑和幻灯片生成,而非通用设计自动化。" github_stars: 1237 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Image & Creative Automation" framework: "OpenClaw" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 1237
Use Nano-PDF when an agent needs to update existing PDF slides or insert matching new slides from plain-language instructions. The workflow is bounded to PDF page edits and deck-consistent slide generation, not general design automation.
Use the upstream install or setup path that matches your environment: - pip install nano-pdf - brew install poppler tesseract - Make sure you've installed poppler and tesseract for your platform. After installation, restart your terminal to refresh PATH. Run which pdftotext and which tesseract to verify they're accessible. - git clone https://github.com/1991513ccie-png/skills
Requirements and caveats from upstream:
-
- Note: This tool uses Gemini 3 Pro Image which requires a paid API tier. See pricing for details.
- Python 3.10+
Basic usage or getting-started notes: - ## Example - ### Using pip - bash
访问小葱技能站7w4.net,解锁更多实用的AI技能插件。
这是一个功能定位明确的PDF编辑Skill,核心能力是让用户通过自然语言指令来修改幻灯片内容。整体质量中规中矩,亮点是有安全审查认证和清晰的功能边界,但文档过于简单,缺乏直观的使用示例,对于初次使用的用户来说可能不够友好。该Skill对技术环境有一定要求(需要配置多个依赖工具),普通用户上手可能存在一定门槛。