Paper Q&A

Use when the user wants question-driven help on one paper, including paper understanding, follow-up questions, method or experiment clarification, limitation analysis, or comparison against related work in any language.

Best use case

Paper Q&A is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when the user wants question-driven help on one paper, including paper understanding, follow-up questions, method or experiment clarification, limitation analysis, or comparison against related work in any language.

Teams using Paper Q&A should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/paper-discussion/SKILL.md --create-dirs "https://raw.githubusercontent.com/SpectrAI-Initiative/InnoClaw/main/.claude/skills/paper-discussion/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/paper-discussion/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Paper Q&A Compares

Feature / AgentPaper Q&AStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when the user wants question-driven help on one paper, including paper understanding, follow-up questions, method or experiment clarification, limitation analysis, or comparison against related work in any language.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Paper Q&A

Use this skill for interactive, grounded question answering about a single research paper.

## When To Use

- The user wants to understand one paper more deeply.
- The user asks follow-up questions about motivation, method, experiments, limitations, or implications.
- The user wants a focused comparison between the selected paper and nearby related work.
- The user is asking question-driven help about one paper rather than requesting a full structured discussion pipeline or a batch review.

## Core Workflow

1. Identify the target paper from the user's request.
2. If the paper is not identifiable from the current context, ask for the paper title, URL, or PDF link before continuing.
3. If the question requires more than title or abstract knowledge, use `readPaper` proactively to ground the discussion in the paper text.
4. Use `searchArticles` only when the user asks for related work, comparisons, neighboring methods, or follow-up reading.
5. Answer the user's actual question directly instead of dumping a generic summary.

## Discussion Priorities

- Research motivation and problem framing
- Main method and what is actually new
- Experimental setup, datasets, baselines, and metrics
- Strengths, limitations, and threats to validity
- Relationship to prior work
- Practical implications and good next reading directions

## Output Style

- Respond in the user's language unless they explicitly ask otherwise.
- Keep the answer grounded and technical.
- Distinguish clearly between:
  - what the paper explicitly states
  - what is a reasonable inference
  - what is not stated in the available context
- If the user asks an open-ended question, structure the answer with short sections rather than long prose.

## Quality Rules

- Do not invent citations, baselines, implementation details, or results.
- If the abstract is insufficient, say so and read the paper before making specific claims.
- Do not overstate novelty or significance.
- If the user asks for comparison, name the comparison axis explicitly: method, benchmark, claim, reproducibility, or application scope.

Related Skills

Paper Search

370
from SpectrAI-Initiative/InnoClaw

Use when the user wants keyword-based academic paper discovery in Paper Study, including requests to search papers by topic, date range, or source such as arXiv, Semantic Scholar, bioRxiv, PubMed, Hugging Face daily papers, or similar Chinese requests about paper search.

Paper Discussion Full

370
from SpectrAI-Initiative/InnoClaw

Use when the user wants the full multi-stage paper discussion workflow, a comprehensive structured discussion of one paper, or an equivalent full-discussion request in another language.

Paper AI Search

370
from SpectrAI-Initiative/InnoClaw

Use when the user describes a research need in natural language and wants AI-assisted query expansion before searching for papers, including requests to find recent work on a topic, related papers in a direction, or similar Chinese requests for AI paper search.

Daily Paper Roast

370
from SpectrAI-Initiative/InnoClaw

Use when the user wants a sharp reviewer-style critique of a batch of papers, including triage into must-read versus skippable papers, blunt per-paper criticism, or similar Chinese requests for a daily roast of papers.

wind-site-assessment

370
from SpectrAI-Initiative/InnoClaw

Assess wind energy potential and perform site analysis using atmospheric science calculations.

web_literature_mining

370
from SpectrAI-Initiative/InnoClaw

Scientific Literature Mining - Mine scientific literature: PubMed search, arXiv search, web search, and Tavily deep search. Use this skill for scientific informatics tasks involving pubmed search search literature search web tavily search. Combines 4 tools from 2 SCP server(s).

virus_genomics

370
from SpectrAI-Initiative/InnoClaw

Virus Genomics Analysis - Analyze virus genomics: NCBI virus dataset, annotation, taxonomy, and literature search. Use this skill for virology tasks involving get virus dataset report get virus annotation report get taxonomy search literature. Combines 4 tools from 2 SCP server(s).

virtual_screening

370
from SpectrAI-Initiative/InnoClaw

Virtual Screening Pipeline - Virtual screening: search PubChem by substructure, compute similarity, filter by drug-likeness, and predict binding affinity. Use this skill for drug discovery tasks involving search pubchem by smiles calculate smiles similarity calculate mol drug chemistry boltz binding affinity. Combines 4 tools from 3 SCP server(s).

variant_pathogenicity

370
from SpectrAI-Initiative/InnoClaw

Variant Pathogenicity Assessment - Assess variant pathogenicity: Ensembl VEP prediction, ClinVar lookup, variation details, and gene phenotype associations. Use this skill for clinical genetics tasks involving get vep hgvs clinvar search get variation get phenotype gene. Combines 4 tools from 2 SCP server(s).

variant-population-frequency

370
from SpectrAI-Initiative/InnoClaw

Query gnomAD for variant allele frequency across populations. Uses FAVOR to convert rsID→variant_id first, then queries gnomAD.

variant-pharmacogenomics

370
from SpectrAI-Initiative/InnoClaw

Query PharmGKB (clinPGx) for pharmacogenomic clinical annotations — how a variant affects drug response, dosing, and adverse reactions.

variant-gwas-associations

370
from SpectrAI-Initiative/InnoClaw

Query EBI GWAS Catalog for GWAS statistical associations (p-value, effect size, risk allele) between a variant and traits/diseases.