novelty-check

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

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill novelty-check-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: novelty-check
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/novelty-check
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill novelty-check-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before investing months into a research project, you need to know whether your proposed method has already been published. This Skill systematically checks a research idea against recent literature so you avoid duplicating existing work or making false novelty claims that reviewers will reject. ## Core Features & Use Cases - Claim Extraction: Breaks a method description into 3-5 core technical claims that each need independent novelty verification. - Multi-Source Literature Search: Searches arXiv, Google Scholar, Semantic Scholar, and top venues (ICLR, NeurIPS, ICML) with multiple query formulations and 2024-2026 year filters. - Cross-Model Verification: Sends the method and all found papers to an OpenAI reviewer model via Codex MCP with high reasoning effort for an independent novelty judgment. - Structured Novelty Report: Produces a per-claim novelty rating, closest prior work table, an overall score out of 10, a PROCEED / PROCEED WITH CAUTION / ABANDON recommendation, and suggested positioning. - Use Case: You have an idea for a teacher-aware neural video codec. Run a novelty check to discover the closest prior work, identify your actual delta, and learn how a reviewer would attack your novelty claim before writing the paper. ## Quick Start Ask the assistant to run a novelty check on your method description, for example by saying "check novelty of my idea: using teacher-aware distillation in neural video compression for machine-oriented codecs".

Frequently Asked Questions about 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 proposed method and the Skill extracts 3-5 core technical claims, searches recent literature for each claim, and cross-verifies findings with a reviewer model. It outputs a novelty score, closest prior work, and a proceed or abandon recommendation.

What sources does a literature novelty search cover?▼

The search covers arXiv, Google Scholar, and Semantic Scholar via web search, plus recent proceedings from ICLR 2025/2026, NeurIPS 2025, and ICML 2025/2026. Each claim is queried with at least three different formulations and year filters for 2024-2026.

Can I use this for ideas outside machine learning?▼

Yes, any research idea described in text can be checked, but the workflow is tuned for fast-moving technical fields where arXiv preprints and recent conference papers are the primary prior art. Coverage depends on what web search can retrieve.

Why does the novelty check require an OpenAI model?▼

The cross-model verification phase calls an OpenAI model such as gpt-5.4, o3, or gpt-4o through Codex MCP with high reasoning effort. This provides an independent second opinion on novelty beyond the primary assistant's own search results.

What are the limitations of automated novelty checking?▼

Results depend on search coverage and may miss paywalled papers, very recent preprints, or work described with different terminology. The report is brutally honest by design, but a low overlap result is not a guarantee of novelty.