Agent skill

claw-metagenomics

Shotgun metagenomics profiling — taxonomy, resistome, and functional pathways

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill claw-metagenomics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: Manuel Corpas
Path: skills/claw-metagenomics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Shotgun Metagenomics Profiler Comprehensive shotgun metagenomics analysis combining taxonomic classification, antimicrobial resistance gene detection, and functional pathway profiling from paired-end FASTQ files. ## What it does 1. Takes paired-end FASTQ files (R1, R2) or a single concatenated FASTQ as input 2. Runs **Kraken2** taxonomic classification against a standard database (e.g., Standard-8, PlusPF) 3. Refines abundances with **Bracken** at species level (read re-estimation) 4. Detects antimicrobial resistance genes with **RGI** against the **CARD** database 5. Classifies detected ARGs by **WHO critical priority pathogen** association 6. Optionally runs **HUMAnN3** for functional pathway profiling (MetaCyc + UniRef) 7. Generates three publication-quality figures: - **Figure 1**: Taxonomy bar chart — top 20 species by relative abundance - **Figure 2**: Resistome heatmap — ARG families by drug class with abundance - **Figure 3**: WHO-critical ARG summary — priority-tier breakdown of detected resistance genes 8. Produces a full reproducibility bundle (commands.sh, environment.yml, checksums.sha256) ## Why this exists If you ask a general AI to "analyse a metagenome," it will:

What's inside
Steps it walks through
  1. What it does
  2. Why this exists
  3. Validated On
  4. WHO-Critical ARG Detection
  5. Usage
  6. Demo (works out of the box)
  7. Example Output
  8. Pipeline Architecture
  9. Database Requirements
  10. Citations
Ships with 1 file
  • metagenomics_profiler.py
Commands it runs
Full pipeline (taxonomy + resistome + functional)
python metagenomics_profiler.py \
Skip HUMAnN3 (faster — taxonomy + resistome only)
Single concatenated FASTQ
Specify Kraken2 database path
python metagenomics_profiler.py --demo --output demo_report
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the claw-metagenomics skill do?

Shotgun metagenomics profiling — taxonomy, resistome, and functional pathways

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill claw-metagenomics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going