home / skills / a5c-ai / babysitter / elicit-research-assistant
This skill helps researchers perform AI-assisted literature reviews for question-answering over papers, extracting claims, and synthesizing evidence.
npx playbooks add skill a5c-ai/babysitter --skill elicit-research-assistantReview the files below or copy the command above to add this skill to your agents.
---
name: elicit-research-assistant
description: AI-assisted literature review for question-answering over papers and evidence synthesis
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
- WebFetch
metadata:
specialization: scientific-discovery
domain: science
category: literature-knowledge
phase: 6
---
# Elicit Research Assistant
## Purpose
Provides AI-assisted literature review capabilities for question-answering over papers, claim extraction, and evidence synthesis.
## Capabilities
- Question-answering over research papers
- Claim extraction and verification
- Evidence strength assessment
- Methodology comparison
- Finding synthesis across papers
- Research gap identification
## Usage Guidelines
1. **Question Formulation**: Ask specific, answerable questions
2. **Claim Extraction**: Identify key claims and their support
3. **Evidence Assessment**: Evaluate strength of evidence
4. **Synthesis**: Aggregate findings across multiple papers
## Tools/Libraries
- Elicit API
- LangChain
- Vector databases
This skill provides AI-assisted literature review and evidence synthesis for question-answering over research papers. It helps extract claims, assess evidence strength, compare methodologies, and synthesize findings across collections of papers. The goal is faster, more reliable literature insights to support research decisions and writing.
The assistant ingests paper metadata, text, and supplemental files, indexes them in a vector store, and runs targeted retrieval for each user query. It extracts candidate claims, links them to supporting passages, rates evidence strength, and produces concise syntheses or comparative tables. Outputs include claim citations, confidence scores, and suggested research gaps for follow-up.
What input formats does the assistant accept?
It works best with PDFs, structured text, and metadata; plain text or exported JSON from reference managers also work.
How does it assess evidence strength?
It uses extracted study details (design, sample size, controls, effect sizes) plus heuristics to assign confidence levels and highlight limitations.
Can I add my own papers or databases?
Yes — you can upload documents or point to external indexes; the system will index these into the vector store for retrieval.