Agent skill · Workflow & Productivity

galaxy-bridge

Galaxy tool discovery, intelligent recommendation, and execution — 8,000+ bioinformatics tools from usegalaxy.org with multi-signal scoring and workflow suggestions

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

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

Facts
Files in the skill folder: 213
SKILL.md size: 10 KB
Bundled scripts: yes
Version: 0.2.0
Declared author: Manuel Corpas
Path: skills/galaxy-bridge/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

# Galaxy Bridge **ClawBio's gateway to the Galaxy ecosystem — 1,770+ production bioinformatics tools, discoverable and executable through natural language.** ## Why This Exists Galaxy (usegalaxy.org) hosts the world's largest collection of curated bioinformatics tools — 1,770+ on the main server alone, covering everything from FASTQ QC to metagenomics to protein structure prediction. But discovering the right tool requires knowing exact tool IDs, navigating nested ToolShed categories, and understanding parameter schemas. Galaxy Bridge makes these tools **agent-accessible**: search by natural language, execute via CLI, and chain Galaxy tools with ClawBio's local skills for cross-platform workflows that neither system can do alone. ## Core Capabilities 1. **Intelligent tool recommendation** — describe a task in plain English; multi-signal scoring across 7 dimensions returns the best Galaxy tool with explanations 2. **Workflow suggestions** — 8 pre-defined pipeline templates (RNA-seq DE, metagenomics, variant calling, WES germline, ChIP-seq, nanopore, genome assembly, variant annotation) 3. **Input format awareness** — provide your file extension (.fastq, .bam, .vcf) for format-aware

What's inside
Steps it walks through
  1. Why This Exists
  2. Core Capabilities
  3. Input Formats
  4. Workflow
  5. CLI Reference
  6. Recommendation Engine
  7. Demo
  8. Galaxy Tool Categories
  9. Output Structure
  10. Dependencies
  11. Safety
  12. Integration with Bio Orchestrator
  13. Citations
Ships with 24 files
  • demo/demo_reads.fq
  • demo/fastqc_demo_output.html
  • demo/reproducibility/commands.sh
  • galaxy_bridge.py
  • galaxy_catalog.json
  • galaxy_skills/INDEX.md
  • galaxy_skills/add-lofreq-alignment-quality-scores.md
  • galaxy_skills/add-metadata.md
  • galaxy_skills/align-sequences.md
  • galaxy_skills/alleyoop.md
  • galaxy_skills/augustus.md
  • galaxy_skills/axtchain.md
  • galaxy_skills/bakta.md
  • galaxy_skills/bam-filter.md
  • galaxy_skills/bamcompare.md
  • galaxy_skills/bamleftalign.md
  • galaxy_skills/bandage-image.md
  • galaxy_skills/bandage-info.md
  • galaxy_skills/batched-lastz.md
  • galaxy_skills/bbtools-bbmap.md
  • galaxy_skills/bcftools-annotate.md
  • galaxy_skills/bcftools-call.md
  • galaxy_skills/bcftools-cnv.md
  • galaxy_skills/bcftools-color-chrs.md
first 24 of 213
Commands it runs
Intelligent tool recommendation (new in v0.2.0)
python galaxy_bridge.py --recommend "quality control on my sequencing reads"
python galaxy_bridge.py --recommend "classify microbial species" --format .fastq
python galaxy_bridge.py --recommend "call variants" --format .bam
python galaxy_bridge.py --recommend "annotate variants from WES" --format .vcf
Workflow / pipeline suggestions (new in v0.2.0)
python galaxy_bridge.py --workflow "RNA-seq differential expression"
python galaxy_bridge.py --workflow "metagenomics"
python galaxy_bridge.py --workflow "whole exome sequencing"
Search for tools by keyword
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the galaxy-bridge skill do?

Galaxy tool discovery, intelligent recommendation, and execution — 8,000+ bioinformatics tools from usegalaxy.org with multi-signal scoring and workflow suggestions

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill galaxy-bridge --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