Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

NanoResearch Ideation (Literature Search & Hypothesis Generation)

Searches arXiv and Semantic Scholar, analyses research gaps, and proposes novel hypotheses for a given topic.

EducationIntermediate1,35795AI score 6/10Last updated: May 26, 2026

What it does

Give it a research topic and Claude runs this pipeline:

  1. Generates 5–8 diverse search queries from the topic
  2. Searches arXiv and Semantic Scholar
  3. Deduplicates and ranks papers by relevance
  4. Analyses the collected papers to identify research gaps
  5. Proposes 2–4 novel hypotheses that address those gaps
  6. Picks the most promising hypothesis with a justification

Everything is written to papers/ideation_output.json — paper metadata, survey summary, gap analysis, and the hypothesis list — so downstream steps can reuse it.

Who it's for

  • Graduate students and researchers hunting for a thesis direction
  • Anyone who needs a fast sweep of prior work to find a differentiator
  • People drafting research proposals or R&D plans

Examples

  • "Survey recent work on long-term memory for LLM agents and list what nobody has solved yet"
  • Run three candidate thesis topics and compare hypothesis quality and prior-work density
  • Use the generated ideation_output.json to draft the Related Work section of a proposal

Prerequisite: arXiv / Semantic Scholar search tools (e.g. via MCP) must be connected to Claude Code.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/OpenRaiser/NanoResearch/HEAD/skills/nanoresearch-ideation/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/nanoresearch-ideation folder from the GitHub repo OpenRaiser/NanoResearch into my ~/.claude/skills/nanoresearch-ideation/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/OpenRaiser/NanoResearch.git && mkdir -p ~/.claude/skills && cp -r NanoResearch/skills/nanoresearch-ideation ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/OpenRaiser/NanoResearch.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r NanoResearch/skills/nanoresearch-ideation ~/.claude/skills/
  5. Connect arXiv / Semantic Scholar search tools to Claude Code (see the repo README for MCP/tool setup).
  6. Restart Claude Code and ask: "Use nanoresearch-ideation to survey '<topic>' and generate hypotheses".
  7. Check that papers/ideation_output.json was created in your working directory.