adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
OpenRouter API key for the skill's LLM-powered steps.
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill literature-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/literature-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
OpenRouter API key for the skill's LLM-powered steps.
name: literature-review
description: Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
allowed-tools: Read Write Edit Bash
license: MIT license
metadata:
version: "1.8"
skill-author: K-Dense Inc.
openclaw:
primaryEnv: OPENROUTER_API_KEY
envVars:
- name: OPENROUTER_API_KEY
required: false
description: OpenRouter API key for the skill's LLM-powered steps.Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats.
This skill uses the **parallel-web skill** (`parallel-cli search`) as the primary web search tool for broad academic literature discovery, supplemented by specialized database access skills (gget, bioservices, datacommons-client). It provides specialized tools for citation verification, result aggregation, and document generation.
Use this skill when:
**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**
This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document: 1. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews) 2. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)
**How to generate figures:**
**How to generate schematics:**
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
**When to add schematics:**
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
---
A literature review runs in seven phases, documented in full with commands and templates in [references/core_workflow.md](references/core_workflow.md):
1. **Planning and scoping** — the question, inclusion and exclusion criteria, and scope. 2. **Systematic literature search** — multi-database searching with recorded queries. 3. **Screening and selection** — title/abstract then full-text screening with counts kept for the PRISMA flow. 4. **Data extraction and quality assessment** — structured extraction and risk-of-bias or quality appraisal. 5. **Synthesis and analysis** — thematic or quantitative synthesis across studies. 6. **Citation verification** — every citation checked against the actual source. 7. **Document generation** — assembling the review with a complete bibliography.
Record every search string and date as you go: a review that cannot reproduce its own search is not systematic. Per-database search guidance and citation styles are in [references/search_and_citation.md](references/search_and_citation.md), and a full worked review is in [references/example_workflow.md](references/example_workflow.md).
1. **Start with parallel-web**: Use `parallel-cli search` with academic domains for initial broad coverage before querying specialized databases 2. **Use multiple databases** (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source 3. **Include preprint servers**: Captures latest unpublished findings 4. **Document everything**: Search strings, dates, result counts for reproducibility — save all parallel-cli output to `sources/` 5. **Test and refine**: Run pilot searches, review results, adjust search terms 6. **Sort by citations**: When available, sort search results by citation count to surface influential work first 7. **Use parallel-cli extract**: Fetch full content from promising URLs found during search to verify relevance before full-text screening
1. **Use multiple databases** (minimum 3): Ensures comprehensive coverage 2. **Include preprint servers**: Captures latest unpublished findings 3. **Document everything**: Search strings, dates, result counts for reproducibility 4. **Test and refine**: Run pilot searches, review results, adjust search terms
1. **Use clear criteria**: Document inclusion/exclusion criteria before screening 2. **Screen systematically**: Title → Abstract → Full text 3. **
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk…