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發現了升級外掛。
這是一個功能定位明確的PDF編輯Skill,核心能力是讓使用者通過自然語言指令來修改幻燈片內容。整體質量中規中矩,亮點是有安全審查認證和清晰的功能邊界,但文件過於簡單,缺乏直觀的使用示例,對於初次使用的使用者來說可能不夠友好。該Skill對技術環境有一定要求(需要配置多個依賴工具),普通使用者上手可能存在一定門檻。