deep-research-swarm

deep-research-swarm is a skill for Claude Code, Codex from beita6969/ScienceClaw. It costs 9 tokens per session (431 once invoked), scanned A, original, MIT.

A multi-agent research tool for reviewing biomedical literature, which is published research about medicine and living systems.

In plain words
What is it for?
Use it to investigate medical topics, connect evidence across biomedical papers, verify citations, and develop research hypotheses.
Why use it?
A thorough literature review can involve searching many papers, comparing evidence, and checking whether claims have sources. This tool coordinates those tasks and combines the findings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 src/research/agents/agent_coordinator.py --topic "mRNA cancer vaccines" --depth "deep".

Good fit Use it to investigate medical topics, connect evidence across biomedical papers, verify citations, and develop research hypotheses.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/beita6969/ScienceClaw
agentmods
npx agentmods add skills/beita6969/scienceclaw/deep-research-swarm

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deep-research-swarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/beita6969/scienceclaw/deep-research-swarm/github.svg)](https://agentmods.dev/skills/beita6969/scienceclaw/deep-research-swarm)
Your own site
<a href="https://agentmods.dev/skills/beita6969/scienceclaw/deep-research-swarm"><img src="https://agentmods.dev/badge/skills/beita6969/scienceclaw/deep-research-swarm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deep-research-swarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/beita6969/scienceclaw/deep-research-swarm"><img src="https://agentmods.dev/badge/skills/beita6969/scienceclaw/deep-research-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 6
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.00431
Opus 5 $0.00005 $0.00216
Sonnet 5 $0.00002 $0.00086
Haiku 4.5 $0.00001 $0.00043

Measured 8d ago against content hash cf7772943a89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deep-research-swarm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deep-research-swarm/SKILL.md · 67 lines

What it actually says


name: deep-research-swarm description: Multi-agent research literature analysis keywords:

  • research
  • literature
  • swarm
  • multi-agent
  • hypothesis measurable_outcome: Generates comprehensive literature review with >50 citations in <5 minutes. license: MIT metadata: author: Biomedical OS Team version: "1.0.0" compatibility:
  • system: Python 3.10+ allowed-tools:
  • run_shell_command
  • read_file
  • google_web_search

DeepResearch Swarm

A coordinated swarm of agents designed to perform deep, parallelized research into biomedical literature, aggregating findings into comprehensive reports.

When to Use This Skill

  • When you need an exhaustive review of a specific medical topic.
  • When connecting disparate pieces of evidence across thousands of papers.
  • When generating hypotheses based on recent literature.

Core Capabilities

  1. Parallel Search: Querying multiple databases simultaneously.
  2. Evidence Synthesis: Combining facts into a coherent narrative.
  3. Citation Verification: Ensuring all claims are backed by sources.

Example Usage

User: "Research the latest advancements in mRNA cancer vaccines."

Agent Action:

python3 src/research/agents/agent_coordinator.py --topic "mRNA cancer vaccines" --depth "deep"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 67 lines · 9 tokens per session scan A cf7772943a89

Subscribe to this mod's changes

deep-research-swarm is a skill published in the GitHub repository beita6969/ScienceClaw (898 stars, last pushed 3mo ago), licensed MIT. It adds 9 tokens to every session and 431 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…

synthetic-sciences/openscience · 76 tokens

scanpy

Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use…

synthetic-sciences/openscience · 68 tokens

structure-prediction

Protein structure prediction from sequence. ESMFold-based, single GPU, no MSA needed. Predicts 3D structures with pLDDT confidence scores for drug discovery targets.

synthetic-sciences/openscience · 42 tokens

biomcp

Search and retrieve biomedical data - genes, variants, clinical trials, diagnostic tests, articles, drugs, diseases, pathways, proteins, adverse events, pharmacogenomics, and phenotype-disease matching. Use for gene function, variant pathogenicity, trials, diagnostics, drug safety, pathway context, disease workups…

genomoncology/biomcp · 70 tokens

biomcp-research

Do biomedical literature and variant research with the BioMCP CLI, and file what you learn about the tool itself as issues in the biomcp repo.

genomoncology/biomcp · 36 tokens

biological-expert

Expert-level biology, biotechnology, genetics, bioinformatics, and computational biology. Use when the user mentions biology, biotechnology, genetics, bioinformatics, or genomics, or when the task involves Molecular Biology, Genomics & Bioinformatics, Systems Biology, or Data Analysis.

personamanagmentlayer/pcl · 59 tokens