← Back to Skills Marketplace
408
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install paper-compare
Description
Compare academic research papers side-by-side to identify similarities, differences, and research gaps. Use when user wants to compare 1-5 papers via DOIs, U...
Usage Guidance
This skill appears to be what it says: a paper-comparison helper that fetches metadata and (optionally) extracts text from PDFs. Before installing or invoking: 1) Verify the agent has only the network/tool permissions you expect (web_fetch/web_search and the pdf extraction tool). PDF extraction tools sometimes upload files to third-party services—confirm where PDFs are processed if you will send unpublished or sensitive documents. 2) If you plan heavy use, consider whether Semantic Scholar or other APIs require an API key or have rate limits; the SKILL.md references endpoints but does not declare keys. 3) Note the skill will access external URLs you provide (arXiv/IEEE/PubMed/etc.), so avoid giving confidential URLs you don't want fetched. 4) The skill depends on other agent tools (pdf skill, web_fetch); review those tools' behaviors/privileges because any risk from those tools affects this skill. Overall, nothing in this skill's instructions is disproportionate or unexplained, but runtime risk depends on the agent's tool permissions and how PDFs are processed.
Capability Analysis
Type: OpenClaw Skill
Name: paper-compare
Version: 1.2.1
The skill bundle is benign. The `SKILL.md` file provides clear, structured instructions for an AI agent to compare academic papers using legitimate external APIs (crossref.org, semanticscholar.org) and standard OpenClaw skills (web_fetch, web_search, pdf). There are no instructions for data exfiltration, malicious execution, system-level persistence, or prompt injection designed to subvert the agent's purpose. The 'persistence' mentioned refers to saving comparison history to an internal memory file (`memory/paper-compare-history.json`), which is a benign feature for remembering past interactions.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md describes fetching paper metadata (Crossref, Semantic Scholar), fetching PDFs, extracting text, and producing comparison tables and narratives. No unrelated capabilities or credentials are requested.
Instruction Scope
Instructions stay within the stated purpose (retrieving paper metadata, extracting PDFs, analyzing 10 dimensions). They call out agent tools (web_fetch, web_search, pdf skill, memory_search, Semantic Scholar/Crossref APIs). These external tools/skills are expected for this task, but their permissions (especially any pdf extraction tool) determine risk in practice.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk by this skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill references public APIs (Crossref, Semantic Scholar) and web fetching; no secret material is required by the skill as written.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or agent-wide config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paper-compare - After installation, invoke the skill by name or use
/paper-compare - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
v1.2.1
v1.0.0
paper-compare 1.0.0 – Initial Release
- Compare 1–5 academic papers side-by-side using DOIs, URLs, search queries, or PDF files (supports mixed input).
- Outputs both a structured comparison table and a detailed narrative analysis across 10 core dimensions (e.g., research question, methodology, results).
- Handles single paper input by providing a comprehensive structured summary.
- Integrates with CrossRef, Semantic Scholar, and PDF extraction for metadata and citation counts.
- Includes user confirmation step for search-based inputs and enforces limits on number of papers.
- Saves and loads comparison history for continuity and context in future requests.
Metadata
Frequently Asked Questions
What is Paper Compare?
Compare academic research papers side-by-side to identify similarities, differences, and research gaps. Use when user wants to compare 1-5 papers via DOIs, U... It is an AI Agent Skill for Claude Code / OpenClaw, with 408 downloads so far.
How do I install Paper Compare?
Run "/install paper-compare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paper Compare free?
Yes, Paper Compare is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Paper Compare support?
Paper Compare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paper Compare?
It is built and maintained by KeXu9 (@kexu9); the current version is v1.2.1.
More Skills