Paper Parse
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently parses user-provided academic papers and creates reports, with expected local file and PDF-processing behavior but no evidence of hidden, credential, destructive, or exfiltration behavior.
This skill appears reasonable for academic paper analysis. Before installing, be aware that it can download user-provided paper URLs, extract full PDF contents, and save intermediate and final Markdown files; avoid confidential papers unless that local processing and storage is acceptable.
Findings (2)
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.
