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…
Optional OpenRouter key for explicit Perplexity use.
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill research-lookup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/research-lookupContext preview
The summary Claude sees to decide when to auto-load this skill.
Optional OpenRouter key for explicit Perplexity use.
name: research-lookup
description: "Compile current scholarly evidence for a scientific manuscript or research brief. Use when the user explicitly asks to gather literature, references, background evidence, competing findings, or a manuscript research packet. Uses Parallel Search by default, Parallel Extract for source verification, Parallel Research for explicitly deep/exhaustive work, optional explicit Parallel Chat, and optional Perplexity only when requested or allowed as a failure fallback."
license: MIT license
compatibility: Requires network access to api.parallel.ai through parallel-cli 0.7.1+ for Search, Extract, and Research; explicit Chat uses api.parallel.ai with PARALLEL_API_KEY; optional Perplexity requests use openrouter.ai and require OPENROUTER_API_KEY.
metadata:
version: "1.5"
skill-author: K-Dense Inc.
openclaw:
primaryEnv: PARALLEL_API_KEY
envVars:
- name: PARALLEL_API_KEY
required: false
description: Parallel API key; CLI login may be used instead.
- name: OPENROUTER_API_KEY
required: false
description: Optional OpenRouter key for explicit Perplexity use.Compile the external evidence needed to plan and write a high-quality scientific manuscript. The default academic workflow targets **60 verified, unique references** and produces a manuscript-ready research packet rather than a loose list of links.
Use this skill when the user explicitly wants:
Do not activate it for casual factual questions that do not need research, private or unpublished material, or a claim that can be answered from user-provided files. Query text is sent to Parallel. It is sent to OpenRouter only when Perplexity is explicitly selected or the user enables that fallback.
This skill compiles **external evidence**. It cannot supply the user's unpublished study data, decide what their Results show, or guarantee systematic-review completeness. For a PRISMA-style systematic review, use `literature-review` for protocols, database-specific searching, screening, exclusion reasons, and risk of bias.
| Need | Backend | Selection | |---|---|---| | Manuscript literature and references | Parallel Search + Extract | Default; use `--academic` | | Fast bounded web lookup | Parallel Search | Use `--no-academic` | | Deep/exhaustive multi-source report | Parallel Research | Explicit `--force-backend research` | | OpenAI-compatible synthesis with research basis | Parallel Chat | Explicit `--force-backend chat` | | Optional alternative academic search | Perplexity via OpenRouter | Explicit or enabled failure fallback |
Important compatibility behavior:
only through explicit backend selection.
silently switch the provider to Perplexity.
and the existing result envelope remain supported.
Use the user's available context to constrain retrieval:
The script accepts a JSON object through `--context-file`. Do not invent missing study details. A bare topic is supported, but the packet will flag its section briefs as broad.
Example:
{
"research_question": "How does intervention X affect outcome Y?",
"study_type": "prospective cohort",
"population": "adults with condition Z",
"exposure": "intervention X",
"comparator": "standard care",
"outcomes": ["primary outcome Y", "adverse events"],
"field": "clinical epidemiology",
"target_journal": "Journal Name"
}From the repository root:
python skills/research-lookup/scripts/research_lookup.py \ "Evidence relevant to the manuscript's research question" \ --academic \ --target-references 60 \ --context-file manuscript-context.json \ --packet-dir sources/manuscript-research \ --json
The academic pipeline runs bounded `advanced` Search passes for:
1. recent peer-reviewed primary studies 2. systematic reviews, meta-analyses, and consensus evidence 3. seminal and foundational publications 4. methods, protocols, validation, benchmarks, and mechanisms 5. contradictory, null, negative, replication, and limitation evidence 6. an unrestricted companion search when filtered passes do not reach the target
It prioritizes PubMed/PMC, Europe PMC, Crossref, OpenAlex, Semantic Scholar, arXiv/bioRxiv/medRxiv, major journals, and authoritative institutional sources. Domain filters are not treated as exhaustive; the companion pass reduces blind spots.
Search candidates are deduplicated and ranked before batched extraction. Extraction requests source-supported:
The default extraction limit equals `--target-references`. Use `--extract-limit N` to reduce cost or `--no-extract` only when unverified search results are acceptable. The coverage repor
🔔 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…