---
name: NanoResearch Ideation
slug: nanoresearch-ideation
category: Data
description: NanoResearch Ideation searches arXiv and Semantic Scholar for literature on a research topic, performs gap analysis, and generates novel hypotheses with justification. Use it to move from a broad topic to ranked papers and a selected promising hypothesis.
github: "https://github.com/OpenRaiser/NanoResearch/tree/main/skills/nanoresearch-ideation"
language: Python
stars: 1357
forks: 95
install: "npx degit https://github.com/OpenRaiser/NanoResearch/tree/main/skills/nanoresearch-ideation ~/.claude/skills/nanoresearch-ideation"
installs_to: ~/.claude/skills/nanoresearch-ideation
source_path: skills/nanoresearch-ideation/SKILL.md
collection_size: 16
category_size: 668
collection_url: "https://dirskills.com/collections/OpenRaiser/NanoResearch"
added: 2026-08-19T07:28:00.345Z
last_synced: 2026-08-19T07:28:00.345Z
canonical_url: "https://dirskills.com/skills/nanoresearch-ideation"
---

# NanoResearch Ideation

NanoResearch Ideation searches arXiv and Semantic Scholar for literature on a research topic, performs gap analysis, and generates novel hypotheses with justification. Use it to move from a broad topic to ranked papers and a selected promising hypothesis.

**Install:**

```bash
npx degit https://github.com/OpenRaiser/NanoResearch/tree/main/skills/nanoresearch-ideation ~/.claude/skills/nanoresearch-ideation
```

## README

# Ideation Skill

## Purpose
Search arXiv and Semantic Scholar for papers related to a research topic, perform gap analysis, and generate novel hypotheses.

## Tools Required
- `search_arxiv`: Search arXiv for papers
- `search_semantic_scholar`: Search Semantic Scholar for papers and citations

## Input
- `topic`: The research topic or question to investigate

## Process
1. Generate 5-8 diverse search queries from the topic
2. Search arXiv and Semantic Scholar using each query
3. Deduplicate and rank papers by relevance
4. Analyze the collected papers to identify research gaps
5. Generate 2-4 novel hypotheses that address the identified gaps
6. Select the most promising hypothesis with justification

## Output
Produces `papers/ideation_output.json` containing:
- Retrieved papers with metadata
- Survey summary
- Gap analysis
- Generated hypotheses
- Selected hypothesis with rationale
