一站式学术Journal Club PPT制作技能
PassAudited by ClawScan on May 9, 2026.
Overview
This skill appears to be a coherent academic PDF-to-PPT helper, with disclosed but noteworthy use of web search, generated scripts, and external dependencies.
This skill is reasonable for public or non-sensitive research papers. Before installing or using it, verify the Python/Node dependencies, run generated scripts only in a controlled workspace, and disable or limit web search if the paper or research topic is confidential.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The user may run a generated script that writes files in the workspace.
The workflow creates and runs a local Node.js script to build the presentation. This is disclosed and central to generating PPTX files, but it is still executable code in the user workspace.
生成基于pptxgenjs的Node.js脚本。 ... node make_paper_ppt.js
Run generated scripts only in a project/workspace folder and review the output path and script contents before execution.
Installing dependencies pulls code from external package repositories.
The skill relies on external Python and Node packages, including a global npm package install, and the versions are not pinned. This is purpose-aligned but depends on package-manager trust.
pip install pdfplumber Pillow ... npm install -g pptxgenjs
Install dependencies from trusted environments, consider pinning versions, and avoid global installs if a project-local environment is available.
Search terms could reveal the subject of a private manuscript or research project.
The workflow may send paper-derived topics or keywords to a web search provider for background research. This is disclosed and purpose-aligned, but relevant for confidential or unpublished papers.
根据论文主题搜索相关文献补充背景:- 使用WebSearch搜索关键词
Do not use web-search background research with confidential papers unless you are comfortable disclosing the topic; ask the agent to skip or sanitize web searches when needed.
