← 返回 Skills 市场
rogerrrr18

Semantic Paper Radar

作者 Roger Yang · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
876
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install semantic-paper-radar
功能描述
Semantic literature discovery and synthesis across arXiv/OpenAlex/PubMed (and optional Google Scholar adapters). Use when users ask for domain must-read pape...
安全使用建议
This skill appears to do what it says — it queries OpenAlex, PubMed, and arXiv and ranks papers — but take these precautions before installing or enabling it: - Review the full, untruncated script on disk (the preview was truncated). The analysis above used the visible portion; any hidden/truncated code could change this assessment. - Be aware queries are sent to external public APIs (api.openalex.org, eutils.ncbi.nlm.nih.gov, export.arxiv.org). Do not send private or patient-identifiable data through this skill. - Note: the arXiv query uses HTTP (export.arxiv.org) in the visible code (unencrypted); if confidentiality is important, update to HTTPS or confirm arXiv's recommended endpoint. - The tool can export HTML to a path you control; confirm file paths before exporting to avoid accidental overwrites. - The SKILL.md suggests calling an existing Scholar-capable tool if present — ensure any cross-skill calls don't expose tokens/credentials belonging to other skills. - If you require higher assurance, run the script in a sandboxed environment or review the entire file contents locally to ensure there is no unexpected network endpoint or data-exfiltration behavior.
功能分析
Type: OpenClaw Skill Name: semantic-paper-radar Version: 0.1.0 The skill bundle is classified as suspicious due to potential vulnerabilities rather than explicit malicious intent. The `scripts/paper_radar.py` file is vulnerable to path traversal via the `--html-out` argument, allowing an attacker to write files to arbitrary locations on the filesystem. Additionally, the `SKILL.md` instructions for executing the Python script with a user-provided `--query` argument (`python3 scripts/paper_radar.py search --query "<topic>"`) introduce a risk of shell injection if the AI agent does not properly sanitize or escape user input before passing it to the command line. There is no evidence of intentional data exfiltration, backdoors, or other malicious activities; network calls are restricted to legitimate academic APIs (arXiv, OpenAlex, PubMed).
能力评估
Purpose & Capability
The SKILL.md describes semantic literature discovery across arXiv/OpenAlex/PubMed and the included script implements those exact network queries and ranking logic. Required resources (none) align with the stated purpose.
Instruction Scope
Runtime instructions tell the agent to run the included Python script and optionally call a Scholar-capable tool if present. The workflow intentionally performs network retrievals from public APIs and can export HTML locally. This is in-scope for a literature discovery skill, but it means user queries and terms will be sent to external services; SKILL.md also forces Chinese output by default—an operational/policy choice to be aware of.
Install Mechanism
No install spec is present (instruction-only with an included script). Nothing is downloaded or installed automatically by the skill manifest.
Credentials
The skill requests no environment variables or credentials. All external calls use public APIs (OpenAlex, PubMed, arXiv) and no secret material is required by the code shown.
Persistence & Privilege
always is false and model invocation is normal. The skill does not request persistent platform privileges in the manifest. It may write an exported HTML file if the user requests --export-html / --html-out, which is reasonable for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install semantic-paper-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /semantic-paper-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial open-source release: arXiv/OpenAlex/PubMed semantic search, clickable links, milestones, HTML export.
元数据
Slug semantic-paper-radar
版本 0.1.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Semantic Paper Radar 是什么?

Semantic literature discovery and synthesis across arXiv/OpenAlex/PubMed (and optional Google Scholar adapters). Use when users ask for domain must-read pape... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 876 次。

如何安装 Semantic Paper Radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install semantic-paper-radar」即可一键安装,无需额外配置。

Semantic Paper Radar 是免费的吗?

是的,Semantic Paper Radar 完全免费(开源免费),可自由下载、安装和使用。

Semantic Paper Radar 支持哪些平台?

Semantic Paper Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Semantic Paper Radar?

由 Roger Yang(@rogerrrr18)开发并维护,当前版本 v0.1.0。

💬 留言讨论