Agent skill · DevOps & Cloud

latchbio-integration

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-code
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill latchbio-integration --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/latchbio-integration/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

# LatchBio Integration ## Overview Latch is a Python framework for building and deploying bioinformatics workflows as serverless pipelines. Built on Flyte, create workflows with @workflow/@task decorators, manage cloud data with LatchFile/LatchDir, configure resources, and integrate Nextflow/Snakemake pipelines. ## Core Capabilities The Latch platform provides four main areas of functionality: ### 1. Workflow Creation and Deployment - Define serverless workflows using Python decorators - Support for native Python, Nextflow, and Snakemake pipelines - Automatic containerization with Docker - Auto-generated no-code user interfaces - Version control and reproducibility ### 2. Data Management - Cloud storage abstractions (LatchFile, LatchDir) - Structured data organization with Registry (Projects → Tables → Records) - Type-safe data operations with links and enums - Automatic file transfer between local and cloud - Glob pattern matching for file selection ### 3. Resource Configuration - Pre-configured task decorators (@small_task, @large_task, @small_gpu_task, @large_gpu_task) - Custom resource specifications (CPU, memory, GPU, storage) - GPU support (K80, V100, A100) - Timeout and stor

What's inside
Steps it walks through
  1. Overview
  2. Core Capabilities
  3. 1. Workflow Creation and Deployment
  4. 2. Data Management
  5. 3. Resource Configuration
  6. 4. Verified Workflows
  7. Quick Start
  8. Installation and Setup
  9. Basic Workflow Example
  10. When to Use This Skill
  11. Detailed Documentation
  12. references/workflow-creation.md
  13. references/data-management.md
  14. references/resource-configuration.md
Ships with 4 files
  • references/data-management.md
  • references/resource-configuration.md
  • references/verified-workflows.md
  • references/workflow-creation.md
Commands it runs
Install Latch SDK
python3 -m uv pip install latch
Login to Latch
latch login
Initialize a new workflow
latch init my-workflow
Register workflow to platform
latch register my-workflow
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the latchbio-integration skill do?

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

How do I install it?

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