novelty

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

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill novelty-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novelty
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/novelty
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill novelty-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researchers risk wasting effort on ideas that have already been published or closely resemble existing work. This Skill performs a rigorous, multi-source novelty check on a research idea or method before you commit to it, producing a scored report with the closest prior work and a clear proceed/modify/abandon recommendation. ## Core Features & Use Cases - Multi-Source Search: Queries WebSearch, Semantic Scholar, DeepXiv, recent arXiv preprints, and your internal wiki (papers, concepts, ideas, claims) in parallel to find similar work. - Review LLM Cross-Verify: Submits the method signature and top similar works to an independent review model for an unbiased novelty judgment, with a conservative scoring rule that takes the lower of the two scores. - Anti-Repetition Checks: Scans failed and in-progress ideas in the wiki to prevent repeating known dead ends or duplicating ongoing internal work. - Use Case: Before starting a project on sparse LoRA for edge devices, run the novelty check to receive a 1-5 novelty score, the top 3-5 closest papers with differentiation points, and a recommendation on whether to proceed, modify, or abandon the idea. ## Quick Start Ask the assistant to run a novelty check on your research idea, for example by providing a short description of the method or the slug of an existing idea page in the wiki.

Frequently Asked Questions about novelty

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 free-text description of the idea, a wiki idea slug, or an arXiv URL. The skill extracts a method signature, searches web, Semantic Scholar, DeepXiv, arXiv, and your wiki, then outputs a 1-5 novelty score with closest prior work and a recommendation.

What sources does a research novelty check search?

It runs at least five WebSearch queries, Semantic Scholar and DeepXiv paper searches, recent arXiv preprint searches, and an internal wiki scan of papers, concepts, ideas, and claims. Results are merged and deduplicated by arXiv ID.

Does the novelty check modify my wiki content?

No, the novelty check is a strictly read-only query operation. It reads wiki pages for context but writes nothing and creates no graph edges; the novelty report is output to the terminal only.

Can I run a faster novelty check without the review model?

Yes, use the --quick flag to skip the Review LLM cross-verification step. The skill then relies only on search results, which is faster but provides a single-model assessment instead of an independent cross-check.

What happens if Semantic Scholar or DeepXiv is unavailable?

The skill degrades gracefully: if Semantic Scholar fails it uses DeepXiv plus WebSearch, and if DeepXiv fails it falls back to Semantic Scholar and WebSearch. The report notes any reduced search coverage.

How is the novelty score calculated?

The score is conservative: it takes the lower of the search-based score and the Review LLM's independent score. It drops by one if a failed wiki idea has an overlapping failure reason, and overlapping in-progress ideas trigger an abandon recommendation.