← Back to Skills Marketplace
Semantic Paper Radar
by
Roger Yang
· GitHub ↗
· v0.1.0
876
Downloads
1
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install semantic-paper-radar
Description
Semantic literature discovery and synthesis across arXiv/OpenAlex/PubMed (and optional Google Scholar adapters). Use when users ask for domain must-read pape...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install semantic-paper-radar - After installation, invoke the skill by name or use
/semantic-paper-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial open-source release: arXiv/OpenAlex/PubMed semantic search, clickable links, milestones, HTML export.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 876 downloads so far.
How do I install Semantic Paper Radar?
Run "/install semantic-paper-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Semantic Paper Radar free?
Yes, Semantic Paper Radar is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Semantic Paper Radar support?
Semantic Paper Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Semantic Paper Radar?
It is built and maintained by Roger Yang (@rogerrrr18); the current version is v0.1.0.
More Skills