Paper Parse
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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 agent may fetch and process the full contents of papers or URLs the user provides.
The skill directs the agent to use local/file tools and download user-provided PDF URLs. This is disclosed and central to paper parsing, but users should know the skill involves document extraction and URL-based downloading.
使用 `pdftotext` 命令或 `file` 工具的 `read` 动作提取论文全文。对于URL来源的论文,先尝试下载PDF再提取。
Provide only papers and URLs you intend the agent to download and analyze, and avoid untrusted or sensitive documents unless you are comfortable processing them in the agent workspace.
Paper contents or summaries may remain in local workspace files after the task is complete.
The skill stores intermediate analysis and the final report as local Markdown files. This is expected for the workflow, but those files may contain extracted content or analysis from private manuscripts.
创建临时分析文件 `temp_analysis.md`...创建最终交付文件,文件名格式为 `[论文简称]_研读报告.md`。
If the paper is confidential or unpublished, review where files are saved and delete temporary or final report files when they are no longer needed.
