← 返回 Skills 市场
paper-cluster-survey-v2-2
作者
huang888596
· GitHub ↗
· v2.2.0
· MIT-0
213
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-cluster-survey-v2-2
功能描述
Extract structured paper records from one or more local PDFs, arXiv links, DOI links, or general paper URLs, then classify the papers and write an academic s...
安全使用建议
This skill appears coherent and implements what it claims: normalizing sources, extracting text/metadata from PDFs and paper URLs, classifying, and rendering a review. Before using it consider: (1) Provide only trusted URLs and local files — the extractor will fetch arbitrary HTTP(S) URLs and follow redirects, which can reach internal network endpoints (SSRF-like risk) and return their contents into the review pipeline. (2) High-quality PDF extraction can depend on optional local tools (pdftotext, mutool, or python3+pypdf); if those are not installed the script falls back to less-accurate methods. (3) The scripts invoke child processes and write temporary files under the OS temp directory — run them in a sandbox or environment you control if you are concerned about sensitive data. (4) No credentials are requested by the skill. If you plan to install, ensure Node.js 18+ is available and review any inputs (URLs/paths) you hand to the skill.
功能分析
Type: OpenClaw Skill
Name: paper-cluster-survey-v2-2
Version: 2.2.0
The skill bundle contains high-risk capabilities, specifically in `scripts/extract-paper-records.mjs`, which uses `spawnSync` to execute shell commands and external binaries (e.g., pdftotext, python3) and `fetch` to access arbitrary URLs. While these functions are plausibly necessary for the stated purpose of extracting data from PDFs and web-based paper sources, the use of shell execution and network access represents a significant security risk without additional sandboxing. No evidence of intentional malice, such as data exfiltration or backdoors, was detected.
能力评估
Purpose & Capability
Name/description match the included scripts and SKILL.md. The scripts implement normalization, fetching/extraction, and review rendering which are the stated capabilities. Optional tooling (pdftotext, mutool, python3+pypdf) is referenced for higher-quality PDF extraction but is not required to run the scripts.
Instruction Scope
The SKILL.md confines actions to normal extraction, classification, and review drafting. Runtime scripts will (a) read local PDF paths you provide, (b) fetch HTTP/HTTPS URLs you provide (following redirects), and (c) run local PDF extraction tools if available. There is no instruction to read unrelated system files or to transmit data to third-party endpoints other than the original paper URLs. Note: because the extractor will fetch arbitrary URLs supplied by the user and follow redirects, supplying untrusted URLs can cause network access (including to internal endpoints) and return their contents into the pipeline.
Install Mechanism
No install spec is provided (instruction-only skill). The repository contains Node.js scripts (ESM) but nothing that downloads remote install artifacts or executes remote installers. This is a low-risk install surface; running the scripts requires Node.js available in the environment.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts use local filesystem access for user-supplied PDF paths and temporary directories for downloads, which is expected and proportional to the purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It runs as transient scripts and writes temporary files when downloading PDFs; this is normal for the task.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper-cluster-survey-v2-2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper-cluster-survey-v2-2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
第一次上传
元数据
常见问题
paper-cluster-survey-v2-2 是什么?
Extract structured paper records from one or more local PDFs, arXiv links, DOI links, or general paper URLs, then classify the papers and write an academic s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 paper-cluster-survey-v2-2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-cluster-survey-v2-2」即可一键安装,无需额外配置。
paper-cluster-survey-v2-2 是免费的吗?
是的,paper-cluster-survey-v2-2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
paper-cluster-survey-v2-2 支持哪些平台?
paper-cluster-survey-v2-2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 paper-cluster-survey-v2-2?
由 huang888596(@huang888596)开发并维护,当前版本 v2.2.0。
推荐 Skills