aris-novelty-check

Verifies research idea novelty against recent literature via multi-source search and cross-model review.

1.1k|116|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-novelty-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aris-novelty-check
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/aris-novelty-check
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-novelty-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before investing months into a research project, you need to know whether your idea has already been published. This Skill systematically checks a proposed method against recent literature (arXiv, ICLR, NeurIPS, ICML 2024-2026) and delivers a brutally honest novelty verdict.

Core Features & Use Cases

  • Claim Decomposition: Extracts 3-5 core technical claims from your method description and evaluates each one individually.
  • Multi-Source Literature Search: Queries arXiv, Google Scholar, and Semantic Scholar with multiple query formulations per claim, then fetches abstracts of overlapping papers.
  • Cross-Model Verification: Sends findings to an OpenAI reviewer model (e.g., gpt-5.4) via Codex MCP with high reasoning effort for an independent novelty judgment.
  • Structured Report: Produces a novelty score (X/10), closest prior work table, PROCEED/CAUTION/ABANDON recommendation, and positioning suggestions.
  • Use Case: You have an idea for a new attention mechanism. Run this Skill to discover a nearly identical ICLR 2025 paper before writing any code, then reposition your contribution around the remaining delta.

Quick Start

Ask the assistant to run a novelty check on your method description, for example: "Check novelty of my idea: using retrieval-augmented pruning to compress mixture-of-experts models at inference time."

Frequently Asked Questions about aris-novelty-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my research idea is novel?

Provide a description of your method or idea, and the Skill decomposes it into core claims, searches arXiv and major venues for overlapping work, then issues a novelty score with a PROCEED, CAUTION, or ABANDON recommendation.

What literature sources does a novelty check cover?

It searches arXiv, Google Scholar, and Semantic Scholar via web search, with emphasis on ICLR 2025/2026, NeurIPS 2025, ICML 2025/2026, and arXiv preprints from the most recent six months.

Which model is used for cross-model verification?

The reviewer model defaults to gpt-5.4 and must be an OpenAI model such as o3 or gpt-4o. It is invoked through Codex MCP with the reasoning effort set to xhigh for an independent novelty judgment.

Can a novelty check detect partial overlap with prior work?

Yes. Each core claim receives its own HIGH, MEDIUM, or LOW novelty rating with the closest matching paper, so you can see exactly which parts of your idea overlap and which remain differentiated.

What are the limitations of automated novelty checking?

Results depend on search coverage and query quality, so very recent or obscure workshop papers may be missed. The report is a decision aid, not a guarantee, and marginal cases still benefit from expert review.