agentsclimarketplace

Research idea

Skill BioTender-max/awesome-bio-agent-skills/skills/neuroclaw/research-idea

A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill research-idea

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Use this skill whenever the user wants to generate or refine a research idea through literature search and discussion. Triggers include: 'research idea', 'brainstorm idea', 'generate idea', 'research-idea', 'idea generation', 'discuss new direction', or any request to explore literature and output to IDEA.md. This skill is the **mandatory interface-layer idea generator** in NeuroClaw: it calls networking search skills to retrieve recent papers, identifies gaps/trends, then iteratively discusses with the user to finalize a structured idea, always saving the result as IDEA.md.

The file declares its own license as MIT License (NeuroClaw custom skill – freely modifiable within the project). That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.1 KB, 550 tokens by cl100k_base, as published. Nobody here has run it

Research Idea

Overview

This skill implements the Literature Search + User Discussion process for NeuroClaw research-idea phase.

It acts as the Idea Generator within the multi-agent framework:

  • Automatically calls search skills (multi-search-engine, academic-research-hub, etc.) for the latest papers (prefer last 3–6 months).
  • Summarizes key trends, methods, and open gaps.
  • Engages in step-by-step discussion with the user to refine novelty and feasibility.
  • Saves the final structured idea as IDEA.md (Background, Gap, Proposed Idea, Methods Outline, Impact).

If no topic is provided, it first asks the user for a domain (e.g., MRI segmentation, world models in neuroscience).

Research use only — the output is a concise, actionable IDEA.md ready for method-design.

Quick Reference (Idea Flow)

StepDescriptionOutput File
1. SearchCall search skills for recent literaturetemp_search.md
2. AnalysisSummarize trends & gaps01_gap_analysis.md
3. DraftPropose initial idea02_preliminary.md
4. DiscussIterate with user feedback03_discussion.md
5. FinalizePolish and saveIDEA.md

Installation

# Place files in: skills/research-idea/

Important Notes & Limitations

  • Always uses external search skills (no LLM hallucination for literature).
  • Every step saved as numbered .md files for transparency/resume.
  • Requires user confirmation at discussion steps.
  • Final output always saved as IDEA.md in workspace root.

When to Call This Skill

  • Start of any new project
  • User wants to brainstorm or pivot research direction
  • Before method-design or paper-writing

Complementary / Related Skills

  • multi-search-engine → core web & general literature retrieval
  • academic-research-hub → arXiv, PubMed, Semantic Scholar paper search
  • method-design → consumes IDEA.md
  • paper-writing → consumes IDEA.md
  • experiment-controller → follows finalized idea

Reference

NeuroClaw architecture (section 1.4 research survey skill).
Flow: search → gap analysis → proposal → user discussion → IDEA.md

Created At: 2026-03-24 20:00 HKT Last Updated At: 2026-03-26 00:28 HKT
Author: chengwang96

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,039. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.