Agent skill
modal-labs
Modal Labs (modal.com) — run Python on serverless containers with GPUs, batch jobs, and autoscaling. Precision wrapper to avoid confusion with UI “modal dialogs”.
Install this agent skill to your Project
npx add-skill https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/main/bundled/skills/modal-labs
Metadata
Additional technical details for this skill
- skill author
- Local wrapper (VCO)
- routing notes
- Prefer this skill over `modal` for auto-routing; reserve `modal` for explicit calls to avoid UI ambiguity.
- upstream skill
- modal
SKILL.md
Modal Labs (modal.com)
Overview
This is a precision wrapper for the upstream modal skill (Modal Labs, modal.com). It exists because “modal” is also a common term for UI dialogs (React/Vue/AntD/etc.).
Use this skill only when the user clearly means Modal Labs (modal.com).
When to Use
Route here when prompts mention one or more of:
modal.com/ “Modal Labs”- CLI verbs:
modal run,modal deploy,modal serve - serverless containers for Python, batch jobs, autoscaling
- GPU workloads (inference, training, rendering) in a serverless setup
Do not use this skill for UI “modal dialog” tasks.
Setup (CLI)
# Install
uv uv pip install modal
# Login (writes token to ~/.modal.toml)
modal token new
Minimal Example
import modal
app = modal.App("hello-modal")
@app.function()
def hello():
return "hello from Modal"
@app.local_entrypoint()
def main():
print(hello.remote())
Run:
modal run script.py
Next Actions (choose based on intent)
- One-off run:
modal run - Long-running endpoint:
modal deploy/modal serve - GPU function: add
@app.function(gpu="H100")(or another GPU type)
If you need deeper patterns (images, volumes, secrets, web endpoints), follow the upstream modal skill guidance.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
pufferlib
This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
fluidsim
Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.
metabolomics-workbench-database
Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.
build-error-resolver
Compatibility alias for build-specific error resolution. Use this when VCO routes to build-error-resolver but the upstream agent is unavailable in the current runtime.
geniml
This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.
zinc-database
Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.
Didn't find tool you were looking for?