← 返回 Skills 市场
175
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper2slides
功能描述
End-to-end academic paper analysis and presentation generation. Use when a user provides a PDF paper (local path or arXiv URL) and wants (1) a deep research...
安全使用建议
This skill appears coherent for converting papers to reports + single-file HTML slides. Before installing/using: 1) ensure you trust the PDF source — the skill will download and run pdftotext on the file (untrusted PDFs can trigger bugs in parsing tools); 2) install poppler/pdftotext as documented; 3) be aware generated slides load fonts from Google Fonts/Fontshare CDNs (requires internet and will make external requests when the HTML is opened); 4) the 'open' command in the instructions is macOS-specific (use xdg-open on many Linux systems); 5) there are no requests for credentials or hidden network endpoints. If any of those external behaviors are unacceptable, review or adapt the SKILL.md before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: paper2slides
Version: 1.0.0
The skill automates academic paper analysis and slide generation by instructing the agent to execute shell commands such as `curl`, `pdftotext`, and `open` (found in `SKILL.md`). While these capabilities are necessary for the stated functionality of downloading and processing PDFs, the instructions lack explicit input sanitization for user-provided URLs and paper titles, creating a potential surface for shell injection (RCE). No evidence of intentional malice, data exfiltration, or unauthorized persistence was found; the behavior is aligned with the tool's stated purpose.
能力评估
Purpose & Capability
Name/description match the content: the skill asks only for a paper (local path or URL), requires pdftotext for extraction, and contains templates for report + slides. Declared dependencies (pdftotext / poppler) are appropriate and proportional to the stated purpose.
Instruction Scope
Runtime instructions are focused on the paper: download via curl, extract text with pdftotext (and optionally pdftoppm), produce a markdown report and a single self-contained HTML file. The instructions do not ask the agent to read other system files or secrets. Minor implementation details: it suggests opening the HTML with `open` (macOS-specific) and instructs storing edits to localStorage in the generated HTML (expected for an inline editor).
Install Mechanism
Instruction-only skill with no install spec and no third-party archive downloads. This is low-risk: nothing is written to disk by the skill itself beyond files the agent explicitly downloads/creates (paper PDF in /tmp, extracted text, generated report/HTML).
Credentials
No environment variables, credentials, or config paths are requested. The HTML generation uses Google Fonts/Fontshare CDN links (documented), which requires network access but is consistent with the design.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings; generated HTML uses localStorage for optional editor persistence (limited to the user's browser).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper2slides - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper2slides触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: end-to-end academic paper analysis and HTML slide generation
元数据
常见问题
Paper to Slides 是什么?
End-to-end academic paper analysis and presentation generation. Use when a user provides a PDF paper (local path or arXiv URL) and wants (1) a deep research... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Paper to Slides?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper2slides」即可一键安装,无需额外配置。
Paper to Slides 是免费的吗?
是的,Paper to Slides 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paper to Slides 支持哪些平台?
Paper to Slides 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paper to Slides?
由 Hhao(@zhangguanghao523)开发并维护,当前版本 v1.0.0。
推荐 Skills